diff --git a/apps/application/template/embed.js b/apps/application/template/embed.js index 45c429949..1b7b801ad 100644 --- a/apps/application/template/embed.js +++ b/apps/application/template/embed.js @@ -149,19 +149,18 @@ function initMaxkbStyle(root){ left: 0; } #maxkb .maxkb-mask .maxkb-content { - width: 45px; - height: 48px; + width: 50px; + height: 50px; box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6); - border-radius: 50% 0 0 50%; position: absolute; right: 0; - bottom: 38px; + bottom: 30px; z-index: 1000; } #maxkb .maxkb-tips { position: fixed; bottom: 30px; - right: 60px; + right: 66px; padding: 22px 24px 24px; border-radius: 6px; color: #ffffff; @@ -229,8 +228,8 @@ function initMaxkbStyle(root){ bottom: 30px; right: 0; cursor: pointer; - height:50px; - width:50px; + height:30px; + width:30px; } #maxkb #maxkb-chat-container{ z-index:10000;position: relative; diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue index f63f3ac45..285121628 100644 --- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue +++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue @@ -37,19 +37,19 @@
备注{{ licenseInfo?.remark || '-' }}
-
+
更新 License - 获取技术支持 + 获取技术支持
@@ -58,7 +58,7 @@ import { ref, computed, watch } from 'vue' import licenseApi from '@/api/license' import { fromNowDate } from '@/utils/time' -import { ComplexPermission } from '@/utils/permission/type' +import { Role } from '@/utils/permission/type' import useStore from '@/stores' const { user } = useStore() const isDefaultTheme = computed(() => { diff --git a/ui/src/views/application-overview/component/DisplaySettingDialog.vue b/ui/src/views/application-overview/component/DisplaySettingDialog.vue index 5ffac2bf0..2378e2d0b 100644 --- a/ui/src/views/application-overview/component/DisplaySettingDialog.vue +++ b/ui/src/views/application-overview/component/DisplaySettingDialog.vue @@ -23,9 +23,15 @@
-
- - +
+ +
- +
-