Browse Source

弹框高度调整

shibei_master
jiangyy 3 years ago
parent
commit
29e47e50c6
  1. 4
      src/App.vue

4
src/App.vue

@ -133,11 +133,11 @@ export default {
.dialog-h { .dialog-h {
.el-dialog__body { .el-dialog__body {
position: relative; position: relative;
height: 82vh; max-height: 82vh;
box-sizing: border-box; box-sizing: border-box;
padding: 0 10px 20px !important; padding: 0 10px 20px !important;
.dialog-h-content { .dialog-h-content {
height: calc(82vh - 80px); max-height: calc(82vh - 80px);
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;
} }

Loading…
Cancel
Save