From 5a028a883bce99a342c80f9fe0e7cd4ce073327f Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 16 Nov 2021 14:54:51 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D.el-main=E5=9C=A8QQ?= =?UTF-8?q?=E6=B8=B8=E8=A7=88=E5=99=A8(=E8=B0=B7=E6=AD=8C70=E5=86=85?= =?UTF-8?q?=E6=A0=B8)=E4=B8=8Bflex=E9=AB=98=E5=BA=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/fix.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/fix.scss b/src/style/fix.scss index 3d395e98..144a95fd 100644 --- a/src/style/fix.scss +++ b/src/style/fix.scss @@ -33,6 +33,7 @@ .el-table .el-table__body-wrapper {background: #f6f8f9;} .el-col .el-card {margin-bottom: 15px;} .el-icon {font-size: inherit;} +.el-main {flex-basis: 0} /* 动态值 */ .el-button--default:active, .el-button--default.is-plain:active {border-color: var(--el-color-primary-darken-1, #0d84ff);color: var(--el-color-primary-darken-1, #0d84ff);}