Commit 835acccf authored by daywrite's avatar daywrite

修复框框

parent 62174d81
...@@ -225,9 +225,9 @@ $lightRed: #dc3545; ...@@ -225,9 +225,9 @@ $lightRed: #dc3545;
} }
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border-radius:2px; border-radius:.25rem;
border: 1px solid; border: 1px solid;
padding: 0 2px 0 2px; padding: 0 .25rem 0 .25rem;
} }
} }
</style> </style>
...@@ -269,9 +269,9 @@ $lightRed: #dc3545; ...@@ -269,9 +269,9 @@ $lightRed: #dc3545;
} }
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border-radius:2px; border-radius: .25rem;
border: 1px solid; border: 1px solid;
padding: 0 2px 0 2px; padding: 0 .25rem 0 .25rem;
} }
} }
</style> </style>
...@@ -212,9 +212,8 @@ export default { ...@@ -212,9 +212,8 @@ export default {
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border: 1px solid red; border: 1px solid red;
border-radius:2px; border-radius:.25rem;
height:20px; padding: 0 .25rem 0 .25rem;
padding: 0 2px 0 2px;
color: red; color: red;
} }
} }
......
...@@ -226,9 +226,8 @@ $lightRed: #dc3545; ...@@ -226,9 +226,8 @@ $lightRed: #dc3545;
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border: 1px solid $lightRed; border: 1px solid $lightRed;
border-radius:2px; border-radius: .25rem;
// height:20px; padding: 0 .25rem 0 .25rem;
padding: 0 2px 0 2px;
color: $lightRed; color: $lightRed;
} }
} }
......
...@@ -239,9 +239,9 @@ $lightRed: #dc3545; ...@@ -239,9 +239,9 @@ $lightRed: #dc3545;
} }
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border-radius:2px; border-radius:.25rem;
border: 1px solid; border: 1px solid;
padding: 0 2px 0 2px; padding: 0 .25rem 0 .25rem;
} }
} }
</style> </style>
...@@ -235,9 +235,8 @@ export default { ...@@ -235,9 +235,8 @@ export default {
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border: 1px solid #dc3545; border: 1px solid #dc3545;
border-radius:2px; border-radius:.25rem;
height:20px; padding: 0 .25rem 0 .25rem;
padding: 0 2px 0 2px;
color: #dc3545; color: #dc3545;
} }
} }
......
...@@ -211,9 +211,9 @@ $lightRed: #dc3545; ...@@ -211,9 +211,9 @@ $lightRed: #dc3545;
} }
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border-radius:2px; border-radius:.25rem;
border: 1px solid; border: 1px solid;
padding: 0 2px 0 2px; padding: 0 .25rem 0 .25rem;
} }
} }
</style> </style>
...@@ -213,8 +213,8 @@ export default { ...@@ -213,8 +213,8 @@ export default {
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border: 1px solid #dc3545; border: 1px solid #dc3545;
border-radius:2px; border-radius:.25rem;
padding: 0 2px 0 2px; padding: 0 .25rem 0 .25rem;
color: #dc3545; color: #dc3545;
} }
} }
......
...@@ -233,9 +233,8 @@ export default { ...@@ -233,9 +233,8 @@ export default {
@include e('content') { @include e('content') {
display: inline-block; display: inline-block;
border: 1px solid $lightRed; border: 1px solid $lightRed;
border-radius:2px; border-radius: .25rem;
// height:20px; padding: 0 .25rem 0 .25rem;
padding: 0 2px 0 2px;
color: $lightRed; color: $lightRed;
} }
} }
......
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