+
-
+
\ No newline at end of file
diff --git a/bi-ui/src/components/global/WMove.vue b/bi-ui/src/components/global/WMove.vue
index 59be651..d179f97 100644
--- a/bi-ui/src/components/global/WMove.vue
+++ b/bi-ui/src/components/global/WMove.vue
@@ -6,12 +6,12 @@
'z-index': zIndex
}">
可移动内容
- {{ xy.x }}:{{ xy.y }}
-
+ {{ xy.x }}:{{ xy.y }}
+
\ No newline at end of file
diff --git a/bi-ui/src/components/global/WTagSelect.vue b/bi-ui/src/components/global/WTagSelect.vue
index 38030d1..450af89 100644
--- a/bi-ui/src/components/global/WTagSelect.vue
+++ b/bi-ui/src/components/global/WTagSelect.vue
@@ -1,5 +1,5 @@
-
+
@@ -12,6 +12,7 @@ const dictStore = useDictStore();
const modelValue = defineModel({type: Number});
+
const props = defineProps({
name: {
type: String,
@@ -43,4 +44,4 @@ const emit = defineEmits(['change'])
\ No newline at end of file
+
diff --git a/bi-ui/src/components/global/WTheme.vue b/bi-ui/src/components/global/WTheme.vue
index c570649..b60fd12 100644
--- a/bi-ui/src/components/global/WTheme.vue
+++ b/bi-ui/src/components/global/WTheme.vue
@@ -1,5 +1,5 @@
-
+
{{
isDark ? "暗" : "亮"
@@ -19,6 +19,9 @@ watch(
}
);
onMounted(() => {
+ if(true){
+ return;
+ }
let darkStr = localStorage.getItem("isDark");
if(darkStr) {
isDark.value = darkStr === "true";
diff --git a/bi-ui/src/components/global/WThree.vue b/bi-ui/src/components/global/WThree.vue
new file mode 100644
index 0000000..ae4ff0d
--- /dev/null
+++ b/bi-ui/src/components/global/WThree.vue
@@ -0,0 +1,307 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/bi-ui/src/components/global/WTime.vue b/bi-ui/src/components/global/WTime.vue
index cb8a0de..cf5bd51 100644
--- a/bi-ui/src/components/global/WTime.vue
+++ b/bi-ui/src/components/global/WTime.vue
@@ -1,9 +1,9 @@
-
- {{
- d.format("yyyy年MM月dd日 星期"+ws[d.getDay()]+" HH:mm:ss")
- }}
-
+
+ {{
+ d.format("yyyy年MM月dd日 星期"+ws[d.getDay()]+" HH:mm:ss")
+ }}
+
\ No newline at end of file
diff --git a/bi-ui/src/components/global/WToolbar.vue b/bi-ui/src/components/global/WToolbar.vue
index 6311fd9..e54a386 100644
--- a/bi-ui/src/components/global/WToolbar.vue
+++ b/bi-ui/src/components/global/WToolbar.vue
@@ -1,22 +1,41 @@
+