Browse Source

字体优化

shish 3 years ago
parent
commit
84da96ec98
1 changed files with 3 additions and 2 deletions
  1. 3 2
      ghsApp/src/admin/billing/affirm.vue

+ 3 - 2
ghsApp/src/admin/billing/affirm.vue

@@ -17,7 +17,7 @@
                   <!-- #endif -->
                   <view class="item-info">
                     <view class="info-line">
-                      <text class="item-name">{{ item.itemName }}</text>
+                      <text class="item-name">{{ item.name||'' }}</text>
                       <text class="item-price">
                         <text class="unit">¥</text>
                         <text class="price">{{ parseFloat(item.userPrice)||0 }}</text>
@@ -556,8 +556,9 @@ export default {
               justify-content: space-between;
               align-items: flex-end;
               .item-name {
-                color: #666;
+                color: #333333;
                 font-size: 28upx;
+                font-weight:bold;
               }
               .item-price {
                 color: #333;