From af4fd8cb6a87789b94c01a1fd2863cd81c5f4d65 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 15 Jan 2023 12:55:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20icon=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: efc04bf33433c06d7dea1f84c41ef83b06ff16f1 --- src/components/IconSelect/index.vue | 2 +- src/components/LangSelect/index.vue | 6 ++++-- src/components/Screenfull/index.vue | 9 ++++----- src/components/SizeSelect/index.vue | 9 ++++----- src/components/SvgIcon/index.vue | 4 ++-- src/layout/components/Navbar.vue | 2 +- src/layout/components/Sidebar/SidebarItem.vue | 4 ++-- src/layout/components/TagsView/index.vue | 12 ++++++------ src/views/dashboard/index.vue | 8 ++++---- src/views/login/index.vue | 6 +++--- src/views/system/dict/index.vue | 4 ++-- src/views/system/menu/index.vue | 2 +- 12 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index 96124980..3a962a43 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -109,7 +109,7 @@ onMounted(() => { @click="onIconSelect(iconName)" > - + diff --git a/src/components/LangSelect/index.vue b/src/components/LangSelect/index.vue index 9cc72763..52a6b132 100644 --- a/src/components/LangSelect/index.vue +++ b/src/components/LangSelect/index.vue @@ -23,8 +23,10 @@ function handleLanguageChange(lang: string) { trigger="click" @command="handleLanguageChange" > -
- +
+