shish il y a 2 mois
Parent
commit
71575cd953
1 fichiers modifiés avec 12 ajouts et 20 suppressions
  1. 12 20
      hdApp/src/admin/home/workbench.vue

+ 12 - 20
hdApp/src/admin/home/workbench.vue

@@ -86,8 +86,7 @@
                       <image class="phone-icon" :src="iconSrc('stock-phone')" mode="aspectFit" />
                       <text class="phone-text">
                         <text v-if="!$util.isEmpty(ghsInfo.telephone)">{{ ghsInfo.telephone }}</text>
-                        <text v-if="!$util.isEmpty(ghsInfo.telephone) && !$util.isEmpty(ghsInfo.telephone2)"
-                          class="phone-divider">|</text>
+                        <text v-if="!$util.isEmpty(ghsInfo.telephone) && !$util.isEmpty(ghsInfo.telephone2)">,</text>
                         <text v-if="!$util.isEmpty(ghsInfo.telephone2)">{{ ghsInfo.telephone2 }}</text>
                       </text>
                     </view>
@@ -1038,8 +1037,8 @@ export default {
         }
 
         .button_4 {
-          height: 80upx;
-          line-height: 80upx;
+          height: 92upx;
+          line-height: 92upx;
           text-align: center;
           background-color: #09C567;
           background-size: 137upx 137upx;
@@ -1057,8 +1056,8 @@ export default {
         }
 
         .button_5 {
-          height: 80upx;
-          line-height: 80upx;
+          height: 92upx;
+          line-height: 92upx;
           text-align: center;
           background-color: #CCCCCC;
           background-size: 137upx 137upx;
@@ -1076,8 +1075,8 @@ export default {
         }
 
         .button_6 {
-          height: 80upx;
-          line-height: 80upx;
+          height: 92upx;
+          line-height: 92upx;
           text-align: center;
           background-color: rgb(152, 153, 197);
           background-size: 137upx 137upx;
@@ -1095,8 +1094,8 @@ export default {
         }
 
         .button_7 {
-          height: 80upx;
-          line-height: 80upx;
+          height: 92upx;
+          line-height: 92upx;
           text-align: center;
           background-color: #09C567;
           background-size: 137upx 137upx;
@@ -1640,16 +1639,9 @@ export default {
   min-width: 0;
   margin-left: 10upx;
   color: #252a2d;
-  font-size: 26upx;
+  font-size: 28upx;
   line-height: 32upx;
   white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-}
-
-.phone-divider {
-  margin: 0 18upx;
-  color: #9aa29f;
 }
 
 .order-page .ghs_list_page .ghs_list_area .ghs_box .image-text_7 .text-group_7 .text_9 {
@@ -1680,8 +1672,8 @@ export default {
   left: auto;
   right: 28upx;
   width: 142upx;
-  height: 64upx;
-  line-height: 64upx;
+  height: 76upx;
+  line-height: 76upx;
   border-radius: 999upx;
   box-shadow: 0 8upx 18upx rgba(9, 197, 103, 0.22);
 }