@@ -10,10 +12,10 @@
{{ modal.content }}
取消
+ class="w-[49%] hover:bg-[#8a6684] hover:!text-white">{{modal.cancelText}}
|
确定
+ color="primary">{{modal.submitText}}
@@ -21,6 +23,8 @@
@@ -196,6 +233,7 @@ onMounted(() => {
box-shadow: 0 1px 15px 0 @primary;
margin-bottom: 1px;
}
+
:deep(.devui-menu-horizontal .devui-menu-item:hover span .icon) {
color: var(--devui-brand, #5e7ce0) !important;
fill: var(--devui-brand, #5e7ce0) !important;
diff --git a/src/main.ts b/src/main.ts
index ec4cea9..9bf906d 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,6 +10,9 @@ import router from "./router";
import { ThemeServiceInit, infinityTheme, sweetTheme } from "devui-theme";
import { PerfectScrollbarPlugin } from "vue3-perfect-scrollbar";
+// import vue3videoPlay from "vue3-video-play";
+// import "vue3-video-play/dist/style.css";
+
// ThemeServiceInit({ customTheme }, "customTheme");
const themeService = ThemeServiceInit({ infinityTheme }, "infinityTheme");
@@ -27,3 +30,4 @@ for (const key in icon) {
}
app.use(PerfectScrollbarPlugin);
app.mount("#app");
+
diff --git a/src/stores/log.ts b/src/stores/log.ts
new file mode 100644
index 0000000..477f005
--- /dev/null
+++ b/src/stores/log.ts
@@ -0,0 +1,10 @@
+export const useLogStore = defineStore('log', () => {
+ // 登录状态
+ const isLogin:Ref