mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-31 23:38:11 +00:00
34 lines
396 B
SCSS
34 lines
396 B
SCSS
.m-editor-props-panel {
|
|
padding: 0 10px;
|
|
|
|
&.small {
|
|
.el-form-item__label {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.m-fieldset {
|
|
legend {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.el-tabs__item {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.el-input__wrapper {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.m-editor-props-panel-popper {
|
|
&.small {
|
|
span,
|
|
a,
|
|
p {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|