Commit dfdcf854 by 陈玉桐

fix

parent 64b7a276
...@@ -785,7 +785,7 @@ export default { ...@@ -785,7 +785,7 @@ export default {
line-height: 10px; line-height: 10px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
text-align: center; text-align: center;
margin: 0 8px 0 0; margin: 0 4px 0 0;
} }
} }
div:nth-child(2){ div:nth-child(2){
...@@ -1021,7 +1021,7 @@ export default { ...@@ -1021,7 +1021,7 @@ export default {
line-height: 14px; line-height: 14px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
text-align: center; text-align: center;
margin: 0 4px 0 0; margin: 0 8px 0 0;
} }
} }
div:nth-child(2){ div:nth-child(2){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment