Commit 0025fadf by 林家欣

修改细节加粗问题

parent 1f9e8c95
...@@ -127,3 +127,6 @@ select::-ms-expand { ...@@ -127,3 +127,6 @@ select::-ms-expand {
textarea { textarea {
overflow: hidden; overflow: hidden;
} }
b{
font-weight: bold
}
\ No newline at end of file
...@@ -139,6 +139,7 @@ export default { ...@@ -139,6 +139,7 @@ export default {
color: #ffffff; color: #ffffff;
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
// margin-top: 5px;
} }
.guide-msg { .guide-msg {
margin: 20px 0; margin: 20px 0;
...@@ -166,6 +167,9 @@ export default { ...@@ -166,6 +167,9 @@ export default {
} }
.text-right { .text-right {
text-align: right; text-align: right;
.ljtb-btn{
margin-top: 5px;
}
} }
table { table {
table-layout: fixed; table-layout: fixed;
......
...@@ -37,6 +37,10 @@ export default { ...@@ -37,6 +37,10 @@ export default {
cursor: pointer; cursor: pointer;
} }
} }
.cate-right{
display: flex;
align-items: center;
}
} }
img { img {
margin-right: 9px; margin-right: 9px;
......
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