فهرست منبع

档案查阅案卷样式修改

duy 1 سال پیش
والد
کامیت
3614e57501
3فایلهای تغییر یافته به همراه15 افزوده شده و 4 حذف شده
  1. 4 1
      src/styles/page/transfer/inspects.scss
  2. 3 0
      src/styles/page/transfer/scoped/inspects.scss
  3. 8 3
      src/styles/page/using/query.scss

+ 4 - 1
src/styles/page/transfer/inspects.scss

@@ -19,10 +19,13 @@
 }
 
 .hc-csc-action-box .btn-box {
+   
     .el-button + .el-button {
         margin-left: 50px;
     }
 }
 
-
+.el-overlay .el-drawer.hc-new-drawer-box .el-drawer__body{
+    display: flex;
+}
 

+ 3 - 0
src/styles/page/transfer/scoped/inspects.scss

@@ -125,3 +125,6 @@
         }
     }
 }
+.el-overlay .el-drawer.hc-new-drawer-box .el-drawer__body{
+    display: flex;
+}

+ 8 - 3
src/styles/page/using/query.scss

@@ -402,7 +402,7 @@
         background: #E7EEF4;
         border-radius: 10px;
         padding: 12px;
-        height: calc(100% - 400px);
+        height: calc(100% - 360px);
         margin-bottom: 16px;
         .hc-csc-associated-row {
             position: relative;
@@ -435,10 +435,10 @@
     }
     .hc-csc-action-box {
         position: relative;
-        background: white;
+        // background:var(--el-drawer-bg-color);
         border-radius: 10px;
         padding: 12px;
-        height: 70px;
+        // height: 70px;
         .header-box {
             position: relative;
             display: flex;
@@ -656,6 +656,8 @@
             }
         }
     }
+ 
+   
 }
 
 .hc-csc-action-box .btn-box {
@@ -712,3 +714,6 @@
     justify-content: center;
     align-items: center;
 }
+.el-overlay .el-drawer.hc-new-drawer-box .el-drawer__body{
+    display: flex;
+}