Commit 8b99801197c525589ce64442dc551e9937114632
1 parent
83472105
地址样式优化
Showing
1 changed file
with
4 additions
and
1 deletions
src/components/addressToast/addressToast.less
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | |
| 37 | 37 | .address { |
| 38 | 38 | width: 442px; |
| 39 | - height: 130px; | |
| 39 | + min-height: 130px; | |
| 40 | 40 | background: rgba(249, 249, 249, 1); |
| 41 | 41 | border-radius: 16px; |
| 42 | 42 | margin: 30px; |
| ... | ... | @@ -57,8 +57,11 @@ |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | .btn { |
| 60 | + text-align: right; | |
| 60 | 61 | color: #F5A623; |
| 61 | 62 | font-size: 28px; |
| 63 | + width: 100px; | |
| 64 | + margin-left: 10px; | |
| 62 | 65 | } |
| 63 | 66 | |
| 64 | 67 | } | ... | ... |