zhb преди 3 седмици
родител
ревизия
8f1f906f5c
променени са 3 файла, в които са добавени 16 реда и са изтрити 2 реда
  1. 14 0
      pages/analytics/detail.vue
  2. 1 1
      pages/customer/components/AccountCard.vue
  3. 1 1
      pages/customer/components/TerminalChangePasswordDialog.vue

+ 14 - 0
pages/analytics/detail.vue

@@ -245,6 +245,7 @@ onUnmounted(() => {
 
 <style lang="scss" scoped>
 @import "@/uni.scss";
+
 #News_Content {
     height: 100%;
 
@@ -362,6 +363,19 @@ onUnmounted(() => {
             }
         }
     }
+
+    img,
+    uni-image {
+        max-width: 100% !important;
+        height: auto;
+        margin-bottom: px2rpx(10);
+    }
+
+    :deep(img) {
+        max-width: 100% !important;
+        height: auto;
+        margin-bottom: px2rpx(10);
+    }
 }
 
 // 富文本表格样式(保留)

+ 1 - 1
pages/customer/components/AccountCard.vue

@@ -244,7 +244,7 @@ const customMenuList = computed(() => {
                 { label: t('Documentary.TundManagement.item29'), type: 'info' },
                 { label: t('vu.item3'), type: 'changePassword1' },
                 { label: t('vu.item4'), type: 'changePassword2' },
-                { label: t('Custom.Settings.TitReset'), type: 'changePassword3' }
+                { label: t('Btn.ResetPassword'), type: 'changePassword3' }
             ]
         case 'demo':
             return [

+ 1 - 1
pages/customer/components/TerminalChangePasswordDialog.vue

@@ -66,7 +66,7 @@ const pwdTitle = computed(() => {
         case 2:
             return t('vu.item4')
         case 3:
-            return t('Custom.Settings.TitReset')
+            return t('Btn.ResetPassword')
     }
 })
 const rule1 = computed(() => {