From ea254eb196c8f4c49eaf34f4ec58bf178db200cc Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 6 Jul 2022 12:54:40 +0800 Subject: [PATCH] =?UTF-8?q?sytle(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/canvas/components/Toolbar.vue | 29 +++++++++--------- frontend/src/styles/deicon/demo_index.html | 29 ++++++++++++++++-- frontend/src/styles/deicon/iconfont.css | 10 ++++-- frontend/src/styles/deicon/iconfont.js | 2 +- frontend/src/styles/deicon/iconfont.json | 7 +++++ frontend/src/styles/deicon/iconfont.ttf | Bin 29724 -> 30012 bytes frontend/src/styles/deicon/iconfont.woff | Bin 18300 -> 18416 bytes frontend/src/styles/deicon/iconfont.woff2 | Bin 15476 -> 15512 bytes .../PreSubject/SubjectTemplateItem.vue | 28 ++++++++++++++--- frontend/src/views/panel/edit/index.vue | 2 +- 10 files changed, 80 insertions(+), 27 deletions(-) diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index b03945b94b..391a18d0f2 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -3,10 +3,10 @@
- + - +
@@ -47,14 +47,14 @@ - + {{ $t('panel.more') }} - + {{ $t('panel.new_element_distribution') }} @@ -71,25 +71,25 @@ - + {{ $t('panel.aided_grid') }} - + {{ $t('panel.params_setting') }} - + {{ $t('panel.clean_canvas') }} - + {{ $t('panel.panel_style') }} - {{ $t('panel.batch_opt') }} @@ -137,9 +137,6 @@ import { deepCopy, mobile2MainCanvas } from '@/components/canvas/utils/utils' import { panelUpdate } from '@/api/panel/panel' import { saveLinkage, getPanelAllLinkageInfo } from '@/api/panel/linkage' import bus from '@/utils/bus' -import { - DEFAULT_COMMON_CANVAS_STYLE_STRING -} from '@/views/panel/panel' import { queryPanelJumpInfo } from '@/api/panel/linkJump' export default { @@ -595,7 +592,7 @@ export default { .switch-position { position: absolute; top: 13px; - right: 50%; + left: 48%; width: 100px; } @@ -709,8 +706,12 @@ export default { color: var(--TextPrimary, #1F2329); } +.icon16_only { + font-size: 16px!important; +} + .icon16 { - font-size: 16px; + font-size: 16px!important; color: var(--TextPrimary, #1F2329); } diff --git a/frontend/src/styles/deicon/demo_index.html b/frontend/src/styles/deicon/demo_index.html index 401316c424..f47efb53dc 100644 --- a/frontend/src/styles/deicon/demo_index.html +++ b/frontend/src/styles/deicon/demo_index.html @@ -54,6 +54,12 @@