From 2f4b958b6230962ac4e2f1f03d639ba35b4bdadb Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 09 Jul 2025 16:15:55 +0800
Subject: [PATCH] style
---
src/components/layout/langSelect.vue | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/src/components/layout/langSelect.vue b/src/components/layout/langSelect.vue
index ecabc7e..e835245 100644
--- a/src/components/layout/langSelect.vue
+++ b/src/components/layout/langSelect.vue
@@ -103,6 +103,10 @@
key: "en",
},
{
+ label: "Deutsch", //德语
+ key: "de",
+ },
+ {
label: "繁体中文",
key: "cht",
},
@@ -115,15 +119,12 @@
// key: "jp",
// },
{
- label: "Français", //法语
+ label: "Français", //法语
key: "fra",
},
+
{
- label: "Deutsch", //德语
- key: "de",
- },
- {
- label: "한국인", //韩语
+ label: "한국인", //韩语
key: "kor",
},
// {
@@ -198,4 +199,15 @@
</script>
<style scoped>
@import url("@/assets/css/login/langMoney.css");
+
+.css-14doc9z {
+ background: #2e333c !important;
+ color: #fff !important;
+}
+.rest_css-1szzq31 {
+ color: #f7b328 !important;
+}
+.css-1szzq3l {
+ color: #fff;
+}
</style>
--
Gitblit v1.9.3