Commit 835acccf authored by daywrite's avatar daywrite

修复框框

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