Browse Source

完善厂家采购

zhanglei
yunuo970428 3 years ago
parent
commit
af1b3665ce
  1. 8
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue

8
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue

@ -383,4 +383,12 @@ export default {
display: inline-block;
margin: 0px 15px;
}
/*表格列设置fixed后固定列出现下边框的设置*/
/deep/ .el-table__fixed {
height: 100% !important;
}
/*表格列设置fixed后固定列出现下边框的设置*/
/deep/ .el-table__fixed-right {
height: 100% !important;
}
</style>

Loading…
Cancel
Save