ljc hai 3 semanas
pai
achega
999ef1dfb4
Modificáronse 5 ficheiros con 32 adicións e 27 borrados
  1. 12 12
      App.vue
  2. 10 5
      pages/ib/withdraw.vue
  3. 1 1
      pages/login/index.vue
  4. 5 5
      static/scss/global/global.scss
  5. 4 4
      windows/left-window.vue

+ 12 - 12
App.vue

@@ -75,18 +75,18 @@ onLaunch((options) => {
 })
 
 watch(locale, () => {
-	const currentPath = route.path;
-	menu.value.forEach((item, index) => {
-		if (item.children) {
-			const isActive = item.children.some(child => child.path.includes(currentPath));
-			menu.value[index].isOpenMenu = isActive;
-			if (isActive) {
-				nextTick(() => {
-					updateSubmenuHeight(index);
-				});
-			}
-		}
-	});
+	// const currentPath = route.path;
+	// menu.value.forEach((item, index) => {
+	// 	if (item.children) {
+	// 		const isActive = item.children.some(child => child.path.includes(currentPath));
+	// 		menu.value[index].isOpenMenu = isActive;
+	// 		if (isActive) {
+	// 			nextTick(() => {
+	// 				updateSubmenuHeight(index);
+	// 			});
+	// 		}
+	// 	}
+	// });
 }, { immediate: true })
 
 onMounted(() => {

+ 10 - 5
pages/ib/withdraw.vue

@@ -302,7 +302,7 @@
                                             <checkbox-group :value="form.agree2 ? ['1'] : []" @change="onAgree2Change">
                                                 <label class="checkbox">
                                                     <checkbox value="1" :checked="form.agree2" />
-                                                    <view class="crm-cursor"
+                                                    <view class="crm-cursor check-text"
                                                         style="text-decoration: underline; display: inline-block; margin-left: 10px;color: #333;"
                                                         @click.stop="dialogCheckTip = true">
                                                         {{ t('Custom.Withdraw.Des') }}
@@ -316,8 +316,7 @@
                                             <checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
                                                 <label class="checkbox">
                                                     <checkbox value="1" :checked="form.agree3" />
-                                                    <view class="crm-cursor"
-                                                        style="display: inline-block; margin-left: 10px;color: #333;">
+                                                    <view class="crm-cursor check-text">
                                                         * {{ t('Custom.Withdraw.item1') }}<br />
                                                         {{ t('Custom.Withdraw.item1_1') }}<br />
                                                         {{ t('Custom.Withdraw.item1_2') }}
@@ -657,8 +656,7 @@
                                             <checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
                                                 <label class="checkbox">
                                                     <checkbox value="1" :checked="form.agree3" />
-                                                    <view class="crm-cursor"
-                                                        style="display: inline-block; margin-left: 10px;">
+                                                    <view class="crm-cursor">
                                                         * {{ t('Custom.Withdraw.item1') }}<br />
                                                         {{ t('Custom.Withdraw.item1_1') }}<br />
                                                         {{ t('Custom.Withdraw.item1_2') }}
@@ -2203,4 +2201,11 @@ watch(() => form.amount, (newVal) => {
         flex-wrap: wrap;
     }
 }
+.check-text{
+  display: inline-block;
+  margin-left: 10px;
+  color: #333;
+  line-height: 2;
+  font-size: px2rpx(13);
+}
 </style>

+ 1 - 1
pages/login/index.vue

@@ -787,7 +787,7 @@ const handleChatIconClick = () => {
     return
   }
   if (isMobile.value) {
-    router.push('/pages/common/chat')
+    // router.push('/pages/common/chat')
   } else {
     if (LiveChatService) {
       LiveChatService.showChat()

+ 5 - 5
static/scss/global/global.scss

@@ -659,9 +659,9 @@ uni-left-window.collapsed {
 }
 
 uni-left-window.collapsed:hover {
-    //width: px2rpx(280) !important;
-    //white-space: nowrap;
-    //overflow: hidden;
+    width: px2rpx(280) !important;
+    white-space: nowrap;
+    overflow: hidden;
 }
 
 uni-content.collapsed {
@@ -676,7 +676,7 @@ uni-content.collapsed {
     }
 
     uni-left-window:hover {
-        //width: px2rpx(280) !important;
+        width: px2rpx(280) !important;
     }
 
     uni-content {
@@ -697,7 +697,7 @@ uni-content.collapsed {
     }
 
     uni-left-window:hover {
-        //width: px2rpx(280) !important;
+        width: px2rpx(280) !important;
     }
 }
 

+ 4 - 4
windows/left-window.vue

@@ -212,8 +212,8 @@ function handleFixedMenuClick() {
 .sidebar-collapsed:hover .menu-label,
 .sidebar-collapsed:hover .submenu-box,
 .sidebar-collapsed:hover .chevron-icon {
-  //display: block;
-  display: none;
+  display: block;
+  //display: none;
 }
 
 .sidebar-collapsed .fixed {
@@ -231,8 +231,8 @@ function handleFixedMenuClick() {
   .cwg-sidebar:hover .menu-label,
   .cwg-sidebar:hover .submenu-box,
   .cwg-sidebar:hover .chevron-icon {
-    //display: block;
-    display: none;
+    display: block;
+    //display: none;
   }
 
   .cwg-sidebar .fixed {