mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-05-11 21:39:01 +08:00
fix(form): popper弹层字体大小仅在form size为small的时候设置为12px
This commit is contained in:
parent
41dbb0ec80
commit
662a3d61ea
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<m-form
|
<m-form
|
||||||
:class="`m-editor-props-panel ${propsPanelSize}`"
|
:class="`m-editor-props-panel ${propsPanelSize}`"
|
||||||
popper-class="m-editor-props-panel-popper"
|
:popper-class="`m-editor-props-panel-popper ${propsPanelSize}`"
|
||||||
ref="configForm"
|
ref="configForm"
|
||||||
:size="propsPanelSize"
|
:size="propsPanelSize"
|
||||||
:init-values="values"
|
:init-values="values"
|
||||||
|
@ -23,9 +23,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.m-editor-props-panel-popper {
|
.m-editor-props-panel-popper {
|
||||||
|
&.small {
|
||||||
span,
|
span,
|
||||||
a,
|
a,
|
||||||
p {
|
p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user