diff --git a/src/components/global.less b/src/components/global.less
index 45b713b0..1e33d699 100644
--- a/src/components/global.less
+++ b/src/components/global.less
@@ -1,5 +1,21 @@
 @import './index.less';
 
+*{
+  &::-webkit-scrollbar {
+    width: 6px;
+    height: 6px;
+    background-color: #eee;
+  }
+  &::-webkit-scrollbar-thumb {
+    background-color: #1890ff;
+    cursor: pointer;
+  }
+  &::-webkit-scrollbar-track {
+    background-color: #eee;
+    cursor: pointer;
+  }
+}
+
 body {
   overflow-y: scroll;
   padding: 0 !important;
@@ -217,8 +233,6 @@ body {
             }
           }
         }
-
-        //
       }
     }
   }
diff --git a/src/views/interface/MenuList.vue b/src/views/interface/MenuList.vue
index 66bea945..eb7d2a7d 100644
--- a/src/views/interface/MenuList.vue
+++ b/src/views/interface/MenuList.vue
@@ -18,8 +18,8 @@
               
             
             
               
             
@@ -138,7 +138,7 @@ const columns = [
     scopedSlots: { customRender: 'name' }
   },
   {
-    title: '路径',
+    title: '地址',
     dataIndex: 'url'
   },
   {
diff --git a/src/views/post/CategoryList.vue b/src/views/post/CategoryList.vue
index 2abd9d77..81a3be0b 100644
--- a/src/views/post/CategoryList.vue
+++ b/src/views/post/CategoryList.vue
@@ -18,8 +18,8 @@
               
             
             
               
             
@@ -103,12 +103,6 @@
             
           
         
-        
-          
-        
       
     
   
@@ -116,7 +110,6 @@