Showing
2 changed files
with
3 additions
and
3 deletions
@@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
8 | <span class="item-name">{{name}}</span> | 8 | <span class="item-name">{{name}}</span> |
9 | <span class="item-color" style="background-color: {{color}}"></span> | 9 | <span class="item-color" style="background-color: {{color}}"></span> |
10 | <span class="item-val">{{value}}</span> | 10 | <span class="item-val">{{value}}</span> |
11 | - <span class="item-percent">{{percent}}</span> | ||
12 | </div> | 11 | </div> |
13 | {{/list}} | 12 | {{/list}} |
14 | <div class="instruction"> | 13 | <div class="instruction"> |
@@ -274,9 +274,10 @@ | @@ -274,9 +274,10 @@ | ||
274 | display: inline-block; | 274 | display: inline-block; |
275 | line-height: 40px; | 275 | line-height: 40px; |
276 | width: 100%; | 276 | width: 100%; |
277 | + margin-left: 40px; | ||
277 | 278 | ||
278 | .item-name { | 279 | .item-name { |
279 | - margin-right: 14px; | 280 | + margin-right: 22px; |
280 | text-align: right; | 281 | text-align: right; |
281 | width: 120px; | 282 | width: 120px; |
282 | display: inline-block; | 283 | display: inline-block; |
@@ -287,7 +288,7 @@ | @@ -287,7 +288,7 @@ | ||
287 | width: 20px; | 288 | width: 20px; |
288 | height: 20px; | 289 | height: 20px; |
289 | border-radius: 10px; | 290 | border-radius: 10px; |
290 | - margin-right: 14px; | 291 | + margin-right: 22px; |
291 | } | 292 | } |
292 | 293 | ||
293 | .item-percent { | 294 | .item-percent { |
-
Please register or login to post a comment