diff --git a/packages/common/component/MonacoEditor.vue b/packages/common/component/MonacoEditor.vue index ffa33cc3d..8c6fc8582 100644 --- a/packages/common/component/MonacoEditor.vue +++ b/packages/common/component/MonacoEditor.vue @@ -6,7 +6,7 @@
-
+
@@ -158,8 +158,10 @@ export default { gap: 8px; color: var(--ti-lowcode-component-svg-button-color); cursor: pointer; - :hover { - color: var(--ti-lowcode-component-svg-button-hover-color); + } + #icon-buttons { + :deep(.svg-icon) { + color: var(--te-common-icon-secondary); } } .fullscreen { diff --git a/packages/common/component/ToolbarBase.vue b/packages/common/component/ToolbarBase.vue index 3494266c3..ffc2a1f88 100644 --- a/packages/common/component/ToolbarBase.vue +++ b/packages/common/component/ToolbarBase.vue @@ -71,6 +71,10 @@ export default { margin: 0 4px; font-size: 14px; } +.toolbar-item-wrap { + display: flex; + align-items: center; +} .toolbar-item-wrap div { display: inline-block; } diff --git a/packages/design-core/assets/cn-en.svg b/packages/design-core/assets/cn-en.svg new file mode 100644 index 000000000..e8b36bf74 --- /dev/null +++ b/packages/design-core/assets/cn-en.svg @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/packages/design-core/assets/full-screen.svg b/packages/design-core/assets/full-screen.svg index 3d8a81f82..9c8a77f1a 100644 --- a/packages/design-core/assets/full-screen.svg +++ b/packages/design-core/assets/full-screen.svg @@ -1,12 +1,15 @@ - - - Created with Pixso. - - - - - - - - + + + + + diff --git a/packages/design-core/assets/refresh.svg b/packages/design-core/assets/refresh.svg index b3a1b75c7..7e9fec1bb 100644 --- a/packages/design-core/assets/refresh.svg +++ b/packages/design-core/assets/refresh.svg @@ -1,12 +1,14 @@ - - - Created with Pixso. - - - - - - - - + + + + + diff --git a/packages/design-core/assets/team-collaboration.svg b/packages/design-core/assets/team-collaboration.svg new file mode 100644 index 000000000..a951158a6 --- /dev/null +++ b/packages/design-core/assets/team-collaboration.svg @@ -0,0 +1,23 @@ + + + + + + diff --git "a/packages/design-core/assets/\345\205\250\345\261\217.svg" "b/packages/design-core/assets/\345\205\250\345\261\217.svg" deleted file mode 100644 index 9c8a77f1a..000000000 --- "a/packages/design-core/assets/\345\205\250\345\261\217.svg" +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/packages/layout/src/ToolbarCollapse.vue b/packages/layout/src/ToolbarCollapse.vue index c18b8cde6..4bbce01ac 100644 --- a/packages/layout/src/ToolbarCollapse.vue +++ b/packages/layout/src/ToolbarCollapse.vue @@ -1,5 +1,5 @@ @@ -59,28 +59,33 @@ export default { } } -.empty-bar { - font-size: 12px; +.collapse-content { + margin: 8px 4px; + .empty-bar { + font-size: 12px; - .toolbar-list-button { - padding-top: 4px; - box-sizing: border-box; + .toolbar-list-button { + height: 24px; + line-height: 24px; - &:hover { - background-color: var(--ti-lowcode-toolbar-ellipsis-hover-bg); - cursor: pointer; + &:hover { + background-color: var(--ti-lowcode-toolbar-ellipsis-hover-bg); + cursor: pointer; + } } - } - .empty-line { - margin: 4px 0px; - border-top: 1px solid var(--ti-lowcode-canvas-wrap-bg); - } + .empty-line { + margin: 4px 0px; + border-top: 1px solid var(--ti-lowcode-canvas-wrap-bg); + } - .icon-hides { - margin-right: 8px; + .icon-hides { + margin-right: 8px; + color: var(--te-common-icon-secondary); + } } } + .collapse-content .empty-bar:last-child { margin-bottom: 4px; .empty-line { diff --git a/packages/plugins/help/src/HelpIcon.vue b/packages/plugins/help/src/HelpIcon.vue index 840ead23b..14bb9ef37 100644 --- a/packages/plugins/help/src/HelpIcon.vue +++ b/packages/plugins/help/src/HelpIcon.vue @@ -1,40 +1,55 @@