Showing
2 changed files
with
24 additions
and
24 deletions
| ... | ... | @@ -215,19 +215,19 @@ export default { |
| 215 | 215 | align-items: center; |
| 216 | 216 | height: 96rpx; |
| 217 | 217 | |
| 218 | - &.bg1 { | |
| 219 | - background-image: url('/static/images/flow/tab_1_icon.png'); | |
| 220 | - background-repeat: no-repeat; | |
| 221 | - background-position: right center; | |
| 222 | - background-size: cover; | |
| 223 | - } | |
| 218 | + &.bg1 { | |
| 219 | + background-image: url('~@/static/images/flow/tab_1_icon.png'); | |
| 220 | + background-repeat: no-repeat; | |
| 221 | + background-position: right center; | |
| 222 | + background-size: cover; | |
| 223 | + } | |
| 224 | 224 | |
| 225 | - &.bg2 { | |
| 226 | - background-image: url('/static/images/flow/tab_2_icon.png'); | |
| 227 | - background-repeat: no-repeat; | |
| 228 | - background-position: right center; | |
| 229 | - background-size: cover; | |
| 230 | - } | |
| 225 | + &.bg2 { | |
| 226 | + background-image: url('~@/static/images/flow/tab_2_icon.png'); | |
| 227 | + background-repeat: no-repeat; | |
| 228 | + background-position: right center; | |
| 229 | + background-size: cover; | |
| 230 | + } | |
| 231 | 231 | |
| 232 | 232 | .tab { |
| 233 | 233 | width: 50%; | ... | ... |
| ... | ... | @@ -120,19 +120,19 @@ export default { |
| 120 | 120 | align-items: center; |
| 121 | 121 | height: 96rpx; |
| 122 | 122 | |
| 123 | - &.bg1 { | |
| 124 | - background-image: url('/static/images/flow/tab_1_icon.png'); | |
| 125 | - background-repeat: no-repeat; | |
| 126 | - background-position: right center; | |
| 127 | - background-size: cover; | |
| 128 | - } | |
| 123 | + &.bg1 { | |
| 124 | + background-image: url('~@/static/images/flow/tab_1_icon.png'); | |
| 125 | + background-repeat: no-repeat; | |
| 126 | + background-position: right center; | |
| 127 | + background-size: cover; | |
| 128 | + } | |
| 129 | 129 | |
| 130 | - &.bg2 { | |
| 131 | - background-image: url('/static/images/flow/tab_2_icon.png'); | |
| 132 | - background-repeat: no-repeat; | |
| 133 | - background-position: right center; | |
| 134 | - background-size: cover; | |
| 135 | - } | |
| 130 | + &.bg2 { | |
| 131 | + background-image: url('~@/static/images/flow/tab_2_icon.png'); | |
| 132 | + background-repeat: no-repeat; | |
| 133 | + background-position: right center; | |
| 134 | + background-size: cover; | |
| 135 | + } | |
| 136 | 136 | |
| 137 | 137 | .tab { |
| 138 | 138 | width: 50%; | ... | ... |