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