refactor: 优化字体大小限制,防止过滤组件标题被隐藏

This commit is contained in:
wangjiahao 2022-09-28 15:23:50 +08:00
parent bd38da01db
commit d74cd5ba63

View File

@ -1,6 +1,7 @@
import { sin, cos } from '@/components/canvas/utils/translate'
import store from '@/store'
import Vue from 'vue'
export const LIGHT_THEME_COLOR_MAIN = '#000000'
export const LIGHT_THEME_COLOR_SLAVE1 = '#CCCCCC'
export const LIGHT_THEME_PANEL_BACKGROUND = '#F1F3F5'