mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-23 06:18:11 +00:00
32 lines
327 B
SCSS
32 lines
327 B
SCSS
.m-editor-props-panel {
|
|
padding: 0 10px;
|
|
|
|
.el-form-item__label {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.m-fieldset {
|
|
legend {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.el-tabs__item {
|
|
font-size: 12px;
|
|
}
|
|
|
|
span,
|
|
a,
|
|
p {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.m-editor-props-panel-popper {
|
|
span,
|
|
a,
|
|
p {
|
|
font-size: 12px;
|
|
}
|
|
}
|