🐛 修复.el-main在QQ游览器(谷歌70内核)下flex高度错误

This commit is contained in:
sc 2021-11-16 14:54:51 +08:00
parent aac5817b0b
commit 5a028a883b
1 changed files with 1 additions and 0 deletions

View File

@ -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);}