Commit 8ca7f4d468a988fcdec7323d7aa99e94a0114e48
1 parent
e55736e9
地址图片样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/addressList/addressList.vue
| ... | ... | @@ -39,10 +39,10 @@ |
| 39 | 39 | <img src="/static/img/icon_check.png" |
| 40 | 40 | class="check-box" |
| 41 | 41 | v-else/> |
| 42 | - <text class="text"> | |
| 42 | + <div class="text"> | |
| 43 | 43 | <img src="/static/img/icon_check.png" |
| 44 | 44 | class="check-box" /> |
| 45 | - </text> | |
| 45 | + </div> | |
| 46 | 46 | </label> |
| 47 | 47 | <div class="buttons-box"> |
| 48 | 48 | <div class="edit-box buttons" | ... | ... |
static/img/icon_add.png
100644 → 100755