From 78b0c547c08a925d415a55e098389349f72b6ba4 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 11 Dec 2024 10:09:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=AF=BC=E5=87=BA=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E7=AE=AD=E5=A4=B4=E5=9C=86=E5=9C=88=E5=8A=A0=E8=BD=BD=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E6=96=B9=E5=90=91=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index bc83262d85..a232e8830b 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -525,7 +525,7 @@ strong { } 100% { - transform: rotate(360deg); + transform: rotate(-360deg); } } .ed-message__icon { From c6f7e9d1513c0c3e1e8a3f204a4044ca13ff29a6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 11 Dec 2024 10:09:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=B8=AE=E5=8A=A9=E6=96=87=E6=A1=A3=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E6=B3=95=E8=BF=94=E5=9B=9EDE=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/DesktopSetting.vue | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/core/core-frontend/src/layout/components/DesktopSetting.vue b/core/core-frontend/src/layout/components/DesktopSetting.vue index 1eb42c5aba..0e77b229e0 100644 --- a/core/core-frontend/src/layout/components/DesktopSetting.vue +++ b/core/core-frontend/src/layout/components/DesktopSetting.vue @@ -29,17 +29,6 @@ const badgeCount = ref('0') const permissionStore = usePermissionStore() const appearanceStore = useAppearanceStoreWithOut() const navigateBg = computed(() => appearanceStore.getNavigateBg) -const help = computed(() => appearanceStore.getHelp) -const cardInfoList = [ - { name: '帮助文档', url: help.value || 'https://dataease.io/docs/v2/', icon: topHelpDoc }, - { name: '产品论坛', url: 'https://bbs.fit2cloud.com/c/de/6', icon: topProductBbs }, - { - name: '技术博客', - url: 'https://blog.fit2cloud.com/categories/dataease', - icon: topTechnology - }, - { name: '企业版试用', url: 'https://jinshuju.net/f/TK5TTd', icon: topEnterpriseTrial } -] const { push, resolve } = useRouter() const redirectUser = () => { const sysMenu = resolve('/sys-setting') @@ -135,29 +124,6 @@ onMounted(() => { >
- -