Browse Source

feat:[模板管理][yp003]

ouqian
luojie 1 month ago
parent
commit
b9be35a80a
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/components/Template/CustomTable.vue

+ 4
- 3
src/components/Template/CustomTable.vue View File

@ -951,8 +951,8 @@ export default {
} }
.custom-table-body { .custom-table-body {
max-height: 500px;
overflow-y: auto;
/* max-height: 500px; */
/* overflow-y: auto; */
/* 可根据需要调整或由父组件控制 */ /* 可根据需要调整或由父组件控制 */
} }
@ -1035,7 +1035,8 @@ export default {
flex-direction: column; flex-direction: column;
max-width: 100%; max-width: 100%;
/* 父容器决定宽度 */ /* 父容器决定宽度 */
overflow-x: auto;
overflow: auto;
max-height: 500px;
} }
.custom-table-header, .custom-table-header,

Loading…
Cancel
Save