Browse Source

修改名称

ZaiZai 1 year ago
parent
commit
ecb9efee25
3 changed files with 5 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/config/index.json
  3. 3 0
      src/styles/uni-app/table-form.scss

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230905143107"
+  "value": "20230905162132"
 }

+ 1 - 1
src/config/index.json

@@ -1,6 +1,6 @@
 {
     "version": "20230607160059",
-    "target": "http://192.168.0.206:8090",
+    "target": "http://192.168.0.109:8090",
     "smsPhone": "",
     "vite": {
         "port": 5174,

+ 3 - 0
src/styles/uni-app/table-form.scss

@@ -35,6 +35,9 @@
     }
     &.table .hc-table-form-data-item {
         width: 100% !important;
+        .hc-excel-table-form td .hc-upload-table-form {
+            position: relative;
+        }
     }
 }