cmc-web/packages/common/css/hack.scss

10 lines
210 B
SCSS
Raw Normal View History

2024-08-20 12:11:31 +00:00
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.el-table__header,
.el-table__body {
width: 100% !important;
}
/* .basic-form-item{
height: 32.76px;
} */
}