标签居中问题fix review by jun.qiu
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -183,7 +183,10 @@ export default { | @@ -183,7 +183,10 @@ export default { | ||
183 | color: #fff; | 183 | color: #fff; |
184 | background: #000; | 184 | background: #000; |
185 | padding: 4px 8px; | 185 | padding: 4px 8px; |
186 | - font-size: 18px; | 186 | + text-align: center; |
187 | + font-size: 24px; | ||
188 | + line-height: 30px; | ||
189 | + display: inline-block; | ||
187 | } | 190 | } |
188 | } | 191 | } |
189 | } | 192 | } |
-
Please register or login to post a comment