样式管理列表去掉备注字段,样式查看中弹框背景白色滚动条在内容里面
| | |
| | | } |
| | | |
| | | .infoBox { |
| | | background: rgb(255, 255, 255); |
| | | width: 500px; |
| | | position: absolute; |
| | | z-index: 100; |
| | |
| | | |
| | | height: 600px; |
| | | padding: 10px; |
| | | overflow: auto; |
| | | /* overflow: auto; */ |
| | | border-radius: 5px; |
| | | |
| | | } |
| | |
| | | |
| | | .infoBox .contentBox { |
| | | margin: 0 aotu 10px; |
| | | overflow: auto; |
| | | height: 600px; |
| | | background-color: white; |
| | | |
| | | } |
| | | |
| | |
| | | prop="descr" |
| | | :label="$t('dataManage.styleObj.descr')" |
| | | /> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | align="center" |
| | | prop="bak" |
| | | :label="$t('dataManage.styleObj.bak')" |
| | | /> |
| | | /> --> |
| | | <el-table-column |
| | | min-width="120" |
| | | :label="$t('common.operate')" |