Commit 08a288b5ebcdc888cd2873f4bb6f1a910e4e208d
1 parent
371a543a
样式优化
Showing
3 changed files
with
3 additions
and
2 deletions
src/components/giftGivingItem/giftGivingItem.less
| @@ -182,7 +182,7 @@ | @@ -182,7 +182,7 @@ | ||
| 182 | border-style: solid; | 182 | border-style: solid; |
| 183 | margin-top: 35px; | 183 | margin-top: 35px; |
| 184 | margin-left: 14px; | 184 | margin-left: 14px; |
| 185 | - border-color: #999 #fff #fff #fff; | 185 | + border-color: #999 #f9f9f9 #f9f9f9 #f9f9f9; |
| 186 | } | 186 | } |
| 187 | } | 187 | } |
| 188 | } | 188 | } |
src/components/receivingGiftsItem/receivingGiftsItem.less
| @@ -193,7 +193,7 @@ | @@ -193,7 +193,7 @@ | ||
| 193 | border-style: solid; | 193 | border-style: solid; |
| 194 | margin-top: 35px; | 194 | margin-top: 35px; |
| 195 | margin-left: 14px; | 195 | margin-left: 14px; |
| 196 | - border-color: #999 #fff #fff #fff; | 196 | + border-color: #999 #f9f9f9 #f9f9f9 #f9f9f9; |
| 197 | } | 197 | } |
| 198 | } | 198 | } |
| 199 | } | 199 | } |
src/pages/myGiftBox/myGiftBox.vue
| @@ -358,6 +358,7 @@ export default { | @@ -358,6 +358,7 @@ export default { | ||
| 358 | onConfirm() { | 358 | onConfirm() { |
| 359 | // 获取选中的btn状态集合 | 359 | // 获取选中的btn状态集合 |
| 360 | let btnList = this.checkBtnList.join(","); | 360 | let btnList = this.checkBtnList.join(","); |
| 361 | + this.popupShow = false; // 隐藏筛选抽屉 | ||
| 361 | }, | 362 | }, |
| 362 | /** | 363 | /** |
| 363 | * 下啦滑动加载更多 | 364 | * 下啦滑动加载更多 |