diff --git a/packages/ui/certd-client/src/components/highlight/index.vue b/packages/ui/certd-client/src/components/highlight/index.vue index ba826d25..6a9e406d 100644 --- a/packages/ui/certd-client/src/components/highlight/index.vue +++ b/packages/ui/certd-client/src/components/highlight/index.vue @@ -62,5 +62,6 @@ export default defineComponent({ .fs-highlight { margin: 0px; border-radius: 4px; + font-size: 12px; } diff --git a/packages/ui/certd-client/src/layout/layout-basic.vue b/packages/ui/certd-client/src/layout/layout-basic.vue index 82e70de0..a3aea2f4 100644 --- a/packages/ui/certd-client/src/layout/layout-basic.vue +++ b/packages/ui/certd-client/src/layout/layout-basic.vue @@ -15,15 +15,15 @@ const userStore = useUserStore(); const accessStore = useAccessStore(); const menus = computed(() => [ - { - handler: () => { - openWindow(VBEN_DOC_URL, { - target: "_blank" - }); - }, - icon: BookOpenText, - text: $t("ui.widgets.document") - } + // { + // handler: () => { + // openWindow(VBEN_DOC_URL, { + // target: "_blank" + // }); + // }, + // icon: BookOpenText, + // text: $t("ui.widgets.document") + // } ]); const avatar = computed(() => { @@ -38,7 +38,7 @@ async function handleLogout() {