Procházet zdrojové kódy

RING:侧边栏滚动条FIX

ringcode před 3 roky
rodič
revize
4cba44bb34
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      src/layout/index.vue

+ 2 - 3
src/layout/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-layout class="web-wrapper slider-layout">
+  <a-layout class="web-wrapper">
     <app-header />
     <a-layout>
       <a-layout-sider
@@ -139,8 +139,7 @@ const LayoutComponent = defineComponent({
 export default LayoutComponent;
 </script>
 <style lang="scss" scoped>
-.slider-layout,
-.web-menu {
+.web-side {
   ::-webkit-scrollbar {
     width: 0 !important;
   }