marymelisa 4 роки тому
батько
коміт
0735526f6e

+ 1 - 0
src/assets/styles/mixin.less

@@ -648,6 +648,7 @@
     }
 }
 .ant-form.dialogForm {
+    height: 100%;
     .ant-row.ant-form-item {
         .ant-form-item-label {
             width: 70px;

+ 1 - 1
src/common/components/drawer/index.vue

@@ -75,7 +75,7 @@ export default defineComponent({
 .bottom {
     .position(fixed, auto, 0, -2px, auto);
     width: 586px;
-    height: 380px;
+    height: 450px;
     background: transparent;
     z-index: 10;
     .ant-drawer-content-wrapper {