Browse Source

theme color update

marymelisa 4 years ago
parent
commit
0735526f6e
2 changed files with 2 additions and 1 deletions
  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 {
 .ant-form.dialogForm {
+    height: 100%;
     .ant-row.ant-form-item {
     .ant-row.ant-form-item {
         .ant-form-item-label {
         .ant-form-item-label {
             width: 70px;
             width: 70px;

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

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