瀏覽代碼

页面更新

sr 4 年之前
父節點
當前提交
9d082e2d11
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      ruoyi-ui/src/views/index.vue

+ 9 - 0
ruoyi-ui/src/views/index.vue

@@ -198,6 +198,15 @@
     margin-bottom: 31px;
     margin-bottom: 31px;
     max-height: 270px;
     max-height: 270px;
     overflow-y: auto;
     overflow-y: auto;
+    scrollbar-width: none;
+/* firefox */
+    -ms-overflow-style: none;
+
+    /* IE 10+ */
+    &::-webkit-scrollbar {
+      display: none;
+      /* Chrome Safari */
+    }
     .rig_items{
     .rig_items{
       line-height: 36px;
       line-height: 36px;
       color: #343434;
       color: #343434;