From 90d3e30f8d3d6242bc2545e587104587b50dfad7 Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 24 Nov 2021 13:15:30 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=94=B9.el-main=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BC=95=E8=B5=B7=E7=9A=84=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/fix.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/fix.scss b/src/style/fix.scss index 144a95fd..50577e1d 100644 --- a/src/style/fix.scss +++ b/src/style/fix.scss @@ -33,7 +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-main {flex-basis: 100%;} /* 动态值 */ .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);}