ソースを参照

档案查询样式修改

duy 5 ヶ月 前
コミット
7467ae9c9d

+ 30 - 2
src/styles/page/using/query.scss

@@ -397,9 +397,9 @@
             margin-top: 8px;
         }
     }
-    .hc-csc-data-box {
+    .hc-csc-data-box-height {
         position: relative;
-        background: #E7EEF4;
+        // background: #E7EEF4;
         border-radius: 10px;
         padding: 12px;
         height: calc(100% - 360px);
@@ -716,4 +716,32 @@
 }
 .el-overlay .el-drawer.hc-new-drawer-box .el-drawer__body{
     display: flex;
+}
+
+
+.hc-csc-action-box-height {
+    position: relative;
+    // background: #E7EEF4;
+    border-radius: 10px;
+    padding: 12px;
+    height: 240px;
+
+    .header-box {
+        position: relative;
+        display: flex;
+        align-items: center;
+        .title {
+            flex: 1;
+            color: #9A9A9A;
+            font-size: 15px;
+        }
+    }
+    .textarea-box {
+        margin-top: 12px;
+    }
+    .btn-box {
+        position: relative;
+        // margin-top: 20px;
+        text-align: center;
+    }
 }

+ 1 - 1
src/styles/theme/using/query.scss

@@ -59,7 +59,7 @@ html.dark {
         border-color: var(--el-color-primary);
     }
     .hc-carry-spot-checks-data {
-        .hc-csc-info-box, .hc-csc-data-box, .hc-csc-action-box {
+        .hc-csc-info-box, .hc-csc-data-box-height, .hc-csc-action-box {
             background: transparent;
             
         }

+ 2 - 2
src/views/using/query.vue

@@ -390,7 +390,7 @@
                         </div>
                     </el-scrollbar>
                 </div>
-                <div class="hc-csc-data-box hc-csc-data-box-height">
+                <div class="hc-csc-data-box-height">
                     <HcTable
                         v-if="tabTypeKey === 'tab1'" :column="cscTableColumn1" :datas="cscTableData1"
                         :is-arr-index="false" :loading="cscTableLoading" is-new
@@ -451,7 +451,7 @@
                         </div>
                     </el-tooltip>
                 </div>
-                <div class="hc-csc-action-box">
+                <div class="hc-csc-action-box-height">
                     <div class="btn-box">
                         <el-button hc-btn @click="onCarrySpotChecksDrawerClose">
                             <HcIcon name="close" />