Parcourir la source

Merge branch 'master' of http://101.43.33.174:8080/crs_20240527/crs-double-resistance

wei il y a 2 semaines
Parent
commit
265ea80586
3 fichiers modifiés avec 9 ajouts et 5 suppressions
  1. 4 2
      src/langs/cn/index.js
  2. 4 2
      src/langs/en/index.js
  3. 1 1
      src/view/profile/index.vue

+ 4 - 2
src/langs/cn/index.js

@@ -291,7 +291,8 @@ export default {
     ConfirmAddition: "Confirm Addition",
     QuickAdd: "Quick add",
     Itsover: "No Data",
-    ProductCatalog: "Product Catalog"
+    ProductCatalog: "Product Catalog",
+    determine: 'Determine'
   },
   message: { // 提示语
     empty: " Is Required",
@@ -331,7 +332,8 @@ export default {
     PasswordReset: "The password reset application is successful. Please go to the mailbox to modify the password",
     Please: "Please select a product",
     Loading: "Loading",
-    MaxNum: "The maximum number to choose is "
+    MaxNum: "The maximum number to choose is ",
+    MDSD: 'Please Contact Us for MDSD file'
   },
   homePage: {
     antibodyDrug: "ug R&D, Ask SanyouBio",

+ 4 - 2
src/langs/en/index.js

@@ -291,7 +291,8 @@ export default {
     ConfirmAddition: "Confirm Addition",
     QuickAdd: "Quick add",
     Itsover: "No Data",
-    ProductCatalog: "Product Catalog"
+    ProductCatalog: "Product Catalog",
+    determine: 'Determine'
   },
   message: { // 提示语
     empty: " Is Required",
@@ -331,7 +332,8 @@ export default {
     PasswordReset: "The password reset application is successful. Please go to the mailbox to modify the password",
     Please: "Please select a product",
     Loading: "Loading",
-    MaxNum: "The maximum number to choose is "
+    MaxNum: "The maximum number to choose is ",
+    MDSD: 'Please Contact Us for MDSD file'
   },
   homePage: {
     antibodyDrug: "ug R&D, Ask SanyouBio",

+ 1 - 1
src/view/profile/index.vue

@@ -223,7 +223,7 @@ export default {
         width: 100%;
       }
       .text{
-        font-size: 14px;
+        font-size: 12px;
         line-height: 20px;
         word-wrap: break-word;
         margin-top: 4px;