瀏覽代碼

RING:侧边栏滚动条FIX

ringcode 3 年之前
父節點
當前提交
4cba44bb34
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/layout/index.vue

+ 2 - 3
src/layout/index.vue

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