ljc 1 неделя назад
Родитель
Сommit
b97f81892d

+ 1 - 1
components/cwg-file-picker-wrapper.vue

@@ -57,7 +57,7 @@
 
       <!-- 添加按钮 -->
       <view v-if="innerFileList?.length < limit" class="file-picker__box cursor-pointer"
-        :style="typeof boxStyle === 'object' ? boxStyle : { cssText: boxStyle }">
+        :style="typeof boxStyle === 'object' ? boxStyle : { cssText: boxStyle }" :data-tooltip="t('vu.tooltip.t10')" data-placement="top">
         <view class="file-picker__box-content  is-add" :style="borderStyle" @click="handleChoose">
           <cwg-icon name="icon_add" class="upload-icon" :size="24" />
         </view>

+ 2 - 1
locale/cn.json

@@ -76,7 +76,8 @@
       "t6": "打开链接",
       "t7": "刷新",
       "t8": "点击下载",
-      "t9": "支付方式"
+      "t9": "支付方式",
+      "t10": "添加"
 
     }
   },

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

@@ -2132,7 +2132,7 @@ uni-content.collapsed {
     line-height: px2rpx(20);
     padding: px2rpx(6);
     white-space: nowrap;
-    z-index: 999;
+    z-index: 9999;
     pointer-events: none;
     left: calc(var(--mouse-x, 0) + 15px);
     top: calc(var(--mouse-y, 0) + 15px);

+ 4 - 4
static/scss/global/vu.css

@@ -17306,14 +17306,14 @@ html[data-bs-theme=dark] .text-bg-light {
 }
 
 .btn:not(.dropdown-toggle) {
-  transform: scale(1.002);
-  transition: all 0.125s ease-in-out;
+  /*transform: scale(1.002);*/
+  /*transition: all 0.125s ease-in-out;*/
 }
 
 .btn[class*=btn-]:active:not(.dropdown-toggle),
 .btn[class*=btn-].active:not(.dropdown-toggle) {
-  transform: scale(0.982);
-  transition: all 0.125s ease-in-out;
+  /*transform: scale(0.982);*/
+  /*transition: all 0.125s ease-in-out;*/
 }
 
 .btn-icon {