duy hai 5 meses
pai
achega
7c9828eb7b

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
 <html lang="zh">
     <head>
         <meta charset="UTF-8" />
-        <link rel="icon" href="/favicon.ico" />
+        
         <meta http-equiv="Cache-control" content="no-cache">
         <meta http-equiv="Expires" content="-1">
         <meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />

BIN=BIN
public/favicon.ico


+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20241223114130"
+  "value": "20250218105648"
 }

+ 3 - 2
src/config/index.json

@@ -1,9 +1,10 @@
 {
     "version": "202304141558",
-    "target1": "http://192.168.0.109:8090",
+    "target11": "http://192.168.0.109:8090",
     "target2": "http://192.168.0.125:8090",
+    "target7": "http://39.108.216.210:8090",
     "target": "http://39.108.216.210:8090",
-    "target4": "http://183.247.216.148:28090",
+    "target9": "http://192.168.0.196:8090",
     "socket": "wss://measure.hczcxx.cn/websocket",
     "localModel": false,
     "smsPhone": "",

+ 2 - 1
src/styles/page/transfer/scoped/inspects.scss

@@ -101,10 +101,11 @@
     }
     .hc-csc-action-box {
         position: relative;
-        background: white;
+        background: #E7EEF4;
         border-radius: 10px;
         padding: 12px;
         height: 240px;
+ 
         .header-box {
             position: relative;
             display: flex;

+ 2 - 0
src/styles/theme/transfer/inspect.scss

@@ -42,6 +42,7 @@ html.dark {
         .hc-csc-info-box {
             position: relative;
             // background: #E7EEF4;
+            border: 1px solid var(--el-color-primary);
             color: white;
             background: transparent;
             border-radius: 10px;
@@ -107,6 +108,7 @@ html.dark {
             position: relative;
             background: transparent;
             border-radius: 10px;
+         
             padding: 12px;
             height: 240px;
             .header-box {

+ 2 - 0
src/styles/theme/using/query.scss

@@ -61,7 +61,9 @@ html.dark {
     .hc-carry-spot-checks-data {
         .hc-csc-info-box, .hc-csc-data-box, .hc-csc-action-box {
             background: transparent;
+            
         }
+      
         .hc-csc-info-box .hc-info-text-item .content {
             color: white;
         }

+ 1 - 1
src/views/login/index.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="login-body">
         <a v-if="appLogoIcon" class="left-logo" href="http://hczc.hcxxy.com/" target="_blank">
-            <img id="logo-icon" alt="" :src="appLogoIcon">
+            <!-- <img id="logo-icon" alt="" :src="appLogoIcon"> -->
             <img id="logo-name" alt="" :src="appLogoName">
         </a>
         <div class="left-pic-container">

+ 6 - 3
src/views/transfer/inspects.vue

@@ -123,11 +123,11 @@
                         </div>
                     </el-tooltip>
                 </div>
-                <div v-if="checkId" class="hc-csc-action-box">
+                <div v-if="checkId" class="hc-csc-action-box act-border">
                     <div class="header-box">
                         <div class="title">抽检意见:</div>
                         <div class="extra">
-                            <el-checkbox v-model="reform.type" class="size-xl">需要整改</el-checkbox>
+                            <el-checkbox v-model="reform.type">需要整改</el-checkbox>
                         </div>
                     </div>
                     <div class="textarea-box">
@@ -629,11 +629,14 @@ const getmetaInfo = async (fileId)=>{
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss">
 @import '~style/transfer/scoped/inspects.scss';
 </style>
 
 <style lang="scss">
 @import '~style/transfer/inspects.scss';
 @import '../../styles/theme/transfer/inspect.scss';
+.act-border{
+    border: 1px solid var(--el-color-primary);
+}
 </style>

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

@@ -390,7 +390,7 @@
                         </div>
                     </el-scrollbar>
                 </div>
-                <div class="hc-csc-data-box">
+                <div class="hc-csc-data-box hc-csc-data-box-height">
                     <HcTable
                         v-if="tabTypeKey === 'tab1'" :column="cscTableColumn1" :datas="cscTableData1"
                         :is-arr-index="false" :loading="cscTableLoading" is-new