-
-
+
diff --git a/src/layouts/BasicLayout/components/GlobalTab/components/ContextMenu/index.vue b/src/layouts/BasicLayout/components/GlobalTab/components/ContextMenu/index.vue
new file mode 100644
index 00000000..770c9d56
--- /dev/null
+++ b/src/layouts/BasicLayout/components/GlobalTab/components/ContextMenu/index.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
diff --git a/src/layouts/BasicLayout/components/GlobalTab/components/ReloadButton/index.vue b/src/layouts/BasicLayout/components/GlobalTab/components/ReloadButton/index.vue
new file mode 100644
index 00000000..2883922e
--- /dev/null
+++ b/src/layouts/BasicLayout/components/GlobalTab/components/ReloadButton/index.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
diff --git a/src/layouts/BasicLayout/components/GlobalTab/components/index.ts b/src/layouts/BasicLayout/components/GlobalTab/components/index.ts
index 55ad57b6..16e3a6ea 100644
--- a/src/layouts/BasicLayout/components/GlobalTab/components/index.ts
+++ b/src/layouts/BasicLayout/components/GlobalTab/components/index.ts
@@ -1,4 +1,6 @@
import ButtonTab from './ButtonTab/index.vue';
import BrowserTab from './BrowserTab/index.vue';
+import ReloadButton from './ReloadButton/index.vue';
+import ContextMenu from './ContextMenu/index.vue';
-export { ButtonTab, BrowserTab };
+export { ButtonTab, BrowserTab, ReloadButton, ContextMenu };
diff --git a/src/layouts/BasicLayout/components/GlobalTab/index.vue b/src/layouts/BasicLayout/components/GlobalTab/index.vue
index c7b1ef4a..0a5438ee 100644
--- a/src/layouts/BasicLayout/components/GlobalTab/index.vue
+++ b/src/layouts/BasicLayout/components/GlobalTab/index.vue
@@ -1,8 +1,8 @@
{{ item.meta?.title }}
@@ -34,20 +35,24 @@
{{ item.meta?.title }}
-
-
-
+
+
diff --git a/src/views/dashboard/workbench/index.vue b/src/views/dashboard/workbench/index.vue
index dc32fd6e..339d8f27 100644
--- a/src/views/dashboard/workbench/index.vue
+++ b/src/views/dashboard/workbench/index.vue
@@ -1,6 +1,6 @@
-
+
工作台
Default
@@ -10,8 +10,7 @@
Warning
Error
-
-
+
diff --git a/windi.config.ts b/windi.config.ts
index 7f971585..47d23677 100644
--- a/windi.config.ts
+++ b/windi.config.ts
@@ -37,7 +37,7 @@ export default defineConfig({
warning,
error
},
- transitionProperty: ['width', 'height', 'background']
+ transitionProperty: ['width', 'height', 'background', 'background-color']
}
},
variants: {},