Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Showing
2 changed files
with
5 additions
and
4 deletions
@@ -97,7 +97,7 @@ $white: #fff; | @@ -97,7 +97,7 @@ $white: #fff; | ||
97 | 97 | ||
98 | .goods-detail { | 98 | .goods-detail { |
99 | flex: 1; | 99 | flex: 1; |
100 | - margin: 0 20px; | 100 | + margin: 0 24px; |
101 | font-size: 24px; | 101 | font-size: 24px; |
102 | 102 | ||
103 | span { | 103 | span { |
@@ -118,6 +118,7 @@ $white: #fff; | @@ -118,6 +118,7 @@ $white: #fff; | ||
118 | 118 | ||
119 | .size { | 119 | .size { |
120 | color: #b0b0b0; | 120 | color: #b0b0b0; |
121 | + margin: 20px 0; | ||
121 | } | 122 | } |
122 | } | 123 | } |
123 | 124 | ||
@@ -129,7 +130,7 @@ $white: #fff; | @@ -129,7 +130,7 @@ $white: #fff; | ||
129 | } | 130 | } |
130 | 131 | ||
131 | p:last-of-type { | 132 | p:last-of-type { |
132 | - font-size: 30px; | 133 | + font-size: 20px; |
133 | color: #b0b0b0; | 134 | color: #b0b0b0; |
134 | } | 135 | } |
135 | } | 136 | } |
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |
32 | <div class="order-option"> | 32 | <div class="order-option"> |
33 | - <div class="goods-total">合计: <b>¥{{order.amount}}</b></div> | 33 | + <div class="goods-total">合计 <b>¥{{order.amount}}</b></div> |
34 | <div class="options"> | 34 | <div class="options"> |
35 | <button v-if="order.isCancel === 'Y'" @click="deleteOrder(order,index)" class="normal">删除订单</button> | 35 | <button v-if="order.isCancel === 'Y'" @click="deleteOrder(order,index)" class="normal">删除订单</button> |
36 | <template v-else> | 36 | <template v-else> |
@@ -256,7 +256,7 @@ | @@ -256,7 +256,7 @@ | ||
256 | amount: order.amount | 256 | amount: order.amount |
257 | }); | 257 | }); |
258 | }, | 258 | }, |
259 | - dropDown(elementId){ | 259 | + dropDown(elementId) { |
260 | let dropdown = document.getElementById(elementId); | 260 | let dropdown = document.getElementById(elementId); |
261 | 261 | ||
262 | this.showDropdown(dropdown); | 262 | this.showDropdown(dropdown); |
-
Please register or login to post a comment