ymy 1 年之前
父節點
當前提交
2b25be342b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/benyun/components/byTable/byTable.vue
  2. 2 2
      src/views/audit/productManagement/index.vue

+ 1 - 1
src/benyun/components/byTable/byTable.vue

@@ -329,7 +329,7 @@ export default class ByTable extends VueViews {
     }
     return data
   }
-  //清选中
+  //清选中
   clearCheckboxRow(){
     if(this.attrs.checkbox){
       (this.$refs.table as any).clearCheckboxRow();

+ 2 - 2
src/views/audit/productManagement/index.vue

@@ -2207,10 +2207,10 @@
 			flex-shrink: 0;
 
 			.bill-tab {
-				width: 150px;
+				width: 210px;
 				height: 100%;
 				transition: all .5s;
-				overflow: hidden;
+				overflow: auto;
 			}
 
 			.tab-title {