JayChou 2 weeks ago
commit 5c76870884
  1. 6
      jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue

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

Loading…
Cancel
Save