Explorar o código

theme color update

marymelisa %!s(int64=4) %!d(string=hai) anos
pai
achega
0735526f6e
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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 {