diff --git a/src/App.vue b/src/App.vue
index 02a521e..d403b7b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,6 +9,8 @@
position: relative;
width: 100%;
height: 100%;
+ /*background: #f6f8f9;*/
+ /*background: goldenrod;*/
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -16,6 +18,8 @@
}
html,body{
height: 100%;
+ background: #f6f8f9;
+
}
*{
margin: 0;
diff --git a/src/components/u-setting/index.vue b/src/components/u-setting/index.vue
new file mode 100644
index 0000000..f15b243
--- /dev/null
+++ b/src/components/u-setting/index.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+ 主题配置
+
+
+
+ 源码拷贝
+
+
+
+
+
+
+ changeSwitch(val,2)">
+
+
+
+
+
+
+ changeSwitch(val,1)"/>
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 4db3876..e48062a 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -1,28 +1,32 @@
-
-
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index e9ea0ad..0369603 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -2,49 +2,40 @@
-
+
\ No newline at end of file
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index 09ff744..9e09566 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -162,6 +162,8 @@ import {computed, nextTick, onMounted, reactive, ref, watch} from "vue";
background: #fff;
padding: 0 8px;
font-size: 12px;
+ padding: 0 10px;
+ box-sizing: border-box;
margin-left: 5px;
margin-top: 4px;
&:first-of-type {
diff --git a/src/layout/components/UHeader/index.vue b/src/layout/components/UHeader/index.vue
index f119d42..baa4631 100644
--- a/src/layout/components/UHeader/index.vue
+++ b/src/layout/components/UHeader/index.vue
@@ -1,7 +1,13 @@
-