zhb před 1 měsícem
rodič
revize
5b9d45ffe4

+ 4 - 4
pages/customer/deposit.vue

@@ -186,8 +186,8 @@
                                                     <view class="label-with-icon">
                                                         <text>{{ t('Custom.Deposit.EstimatedAmount') + '(' +
                                                             channelData.transformCurrency + ')' }}</text>
-                                                        <uni-tooltip placement="top">
-                                                            <view class="item">?</view>
+                                                        <uni-tooltip placement="right">
+                                                            <view class="help-icon">ⓘ</view>
                                                             <template #content>
                                                                 <text>{{ t('Custom.Deposit.des') }}</text>
                                                             </template>
@@ -204,8 +204,8 @@
                                                 <template #label>
                                                     <view class="label-with-icon">
                                                         <text>{{ t('Custom.Deposit.PromoCode') }}</text>
-                                                        <uni-tooltip placement="top">
-                                                            <view class="item">?</view>
+                                                        <uni-tooltip placement="right">
+                                                            <view class="help-icon">ⓘ</view>
                                                             <template #content>
                                                                 <text>{{ t('news_add_field.Des.item3') }}</text>
                                                             </template>

+ 2 - 1
uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue

@@ -99,10 +99,11 @@
 		line-height: 16px;
 		padding: 12px;
 		overflow: auto;
+		width: 200rpx;
 	}
 
 
 	.uni-tooltip:hover .uni-tooltip-popup {
 		display: block;
 	}
-</style>
+</style>