操作栏加宽

master
王家东 2 weeks ago
parent dbd650217f
commit 92bea99f4e
  1. 6
      jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue

@ -100,7 +100,7 @@
canResize:false,
useSearchForm: false,
actionColumn: {
width: 120,
width: 320,
fixed:'right'
},
beforeFetch: async (params) => {
@ -294,12 +294,12 @@
}
:deep(.ant-table-wrapper .ant-table-tbody >tr >td){
/* :deep(.ant-table-wrapper .ant-table-tbody >tr >td){
height: 140px;
}
:deep(.jeecg-basic-table-action){
height: 140px;
flex-wrap: wrap;
justify-content: center;
}
}*/
</style>

Loading…
Cancel
Save