Browse Source

预装箱单参照数据页面表格超出范围未隐藏

jbb 2 years ago
parent
commit
5d3bf12a67
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/advance-packingList/referShipmentDetailsModal.vue

+ 4 - 0
src/views/advance-packingList/referShipmentDetailsModal.vue

@@ -463,4 +463,8 @@ export default {
 /deep/ th.replacecolor {
 /deep/ th.replacecolor {
   background-color: #ccc !important;
   background-color: #ccc !important;
 }
 }
+
+/deep/ .ant-table-fixed-left table, .ant-table-fixed-right table{
+width: min-content;
+}
 </style>
 </style>