Commit 594c3058ef3e50c21f0989759d914f92c279678f
1 parent
082c778d
解决编辑用户看不到按钮问题
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-jeecg-vue/src/views/system/modules/UserModal.vue
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | @cancel="handleCancel" | 8 | @cancel="handleCancel" |
9 | cancelText="关闭" | 9 | cancelText="关闭" |
10 | wrapClassName="ant-modal-cust-warp" | 10 | wrapClassName="ant-modal-cust-warp" |
11 | - style="top:5%;height: 95%;overflow-y: hidden"> | 11 | + style="top:5%;height: auto;overflow-y: hidden"> |
12 | 12 | ||
13 | <template slot="title"> | 13 | <template slot="title"> |
14 | <div style="width: 100%;"> | 14 | <div style="width: 100%;"> |