Commit 00b25dfa by yuananting

fix:预览格式调整

parent d0ce8e0c
...@@ -32,8 +32,11 @@ ...@@ -32,8 +32,11 @@
color: #666666; color: #666666;
.input-box { .input-box {
margin-bottom: 8px; margin-bottom: 8px;
display: inline-block;
* { * {
display: inline-block; font-size: 14px !important;
font-weight: normal !important;
} }
} }
.picture-box { .picture-box {
...@@ -102,6 +105,10 @@ ...@@ -102,6 +105,10 @@
display: inline-block; display: inline-block;
max-width: calc(100% - 20px); max-width: calc(100% - 20px);
vertical-align: top; vertical-align: top;
* {
font-size: 14px !important;
font-weight: normal !important;
}
} }
} }
...@@ -197,8 +204,10 @@ ...@@ -197,8 +204,10 @@
color: #666666; color: #666666;
.desc-input-box { .desc-input-box {
margin-bottom: 8px; margin-bottom: 8px;
display: inline-block;
* { * {
display: inline-block; font-size: 14px !important;
font-weight: normal !important;
} }
} }
.desc-picture-box { .desc-picture-box {
......
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