From ae07a87d84ccc7f568d4e3b8ff4b0c68cf43c0b1 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 18 八月 2022 15:27:32 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/App.vue | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4b91ce1..bb01204 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ import CloseFull from '/@/layout/navBars/breadcrumb/closeFull.vue'; import { initBackEndControlRoutes } from './router/backEnd'; -export default ({ +export default { name: 'app', components: { LockScreen, Setings, CloseFull }, setup() { @@ -51,7 +51,7 @@ setIntroduction.jsCdn(); }); // 页面加载时 - onMounted( () => { + onMounted(() => { nextTick(() => { // 监听布局配置弹窗点击打开 proxy.mittBus.on('openSetingsDrawer', () => { @@ -96,6 +96,21 @@ ...toRefs(state), }; }, -}); +}; </script> +<style> +@import '/@/assets/index.css'; +.pot { + position: absolute !important; + top: 19px; + right: 40px; + border: none !important; + padding: 0; +} + +.pot:focus, +.pot:hover { + background-color: #fff !important; +} +</style> -- Gitblit v1.9.2