Browse Source

更新弹窗大小问题

fix_bug_pro20231227
zhangsiyu 1 year ago
parent
commit
64dcf4f902
  1. 2
      src/components/tablecmt/tablecmt.vue
  2. 6
      src/views/basicdata/brand/basicClient.vue

2
src/components/tablecmt/tablecmt.vue

@ -635,7 +635,7 @@ function copyContent(content: string) {
align-items: center;
}
.el-popper{
.el-table .el-popper{
max-width:20% !important;
}
</style>

6
src/views/basicdata/brand/basicClient.vue

@ -540,7 +540,10 @@ export default {
type: 1,
values: '',
width: '180',
checkarr: [],
checkarr: [
{value:false,label:'否'},
{value:true,label:'是'},
],
fixed: false,
sortable: true,
},
@ -1465,6 +1468,7 @@ export default {
// console.log("dzdz",dz);
this.page.total = data.total;
this.data = data.records;
this.data=this.$functions.newdatas(this.columnList, this.data);
this.loading = false;
this.selectionClear();
});

Loading…
Cancel
Save