marymelisa пре 4 година
родитељ
комит
0735526f6e
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      src/assets/styles/mixin.less
  2. 1 1
      src/common/components/drawer/index.vue

+ 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 {