forked from github/dataease
refactor: 优化悬浮工具栏最小字体
This commit is contained in:
parent
568a989e9b
commit
031436a94c
@ -100,7 +100,7 @@
|
||||
</div>
|
||||
|
||||
<el-tooltip
|
||||
v-if="attrShow('fontSize')"
|
||||
v-if="attrShow('activeFontSize')"
|
||||
:content="$t('panel.active_font_size')"
|
||||
>
|
||||
<i
|
||||
@ -465,7 +465,7 @@ export default {
|
||||
mainWidthOffset: 600,
|
||||
initFontSize: 12,
|
||||
initActiveFontSize: 18,
|
||||
miniFontSize: 0,
|
||||
miniFontSize: 12,
|
||||
maxFontSize: 128,
|
||||
textAlignOptions: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user