ljc 1 settimana fa
parent
commit
a84f7677ca
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      locale/cn.json
  2. 1 1
      static/scss/global/global.scss

+ 3 - 0
locale/cn.json

@@ -64,6 +64,9 @@
       "tip1": "获取系统列表失败",
       "tip2": "仅支持在H5端切换系统",
       "content": "是否切换系统?"
+    },
+    "tooltip": {
+      "t1": "选择时间"
     }
   },
   "common": {

+ 1 - 1
static/scss/global/global.scss

@@ -2132,7 +2132,7 @@ uni-content.collapsed {
   line-height: 20px;
   padding: 12px;
   white-space: nowrap;
-  z-index: 9999;
+  z-index: 999;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.2s ease;