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 @@
+ -
+
+
icon_Batch_outlined
+ 
+
+
-
icon_clear_outlined
@@ -720,9 +726,9 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1657014969539') format('woff2'),
- url('iconfont.woff?t=1657014969539') format('woff'),
- url('iconfont.ttf?t=1657014969539') format('truetype');
+ src: url('iconfont.woff2?t=1657078050131') format('woff2'),
+ url('iconfont.woff?t=1657078050131') format('woff'),
+ url('iconfont.ttf?t=1657078050131') format('truetype');
}
第二步:定义使用 iconfont 的样式
@@ -748,6 +754,15 @@