lex 1 ano atrás
pai
commit
127c52fea9
2 arquivos alterados com 24 adições e 24 exclusões
  1. 1 1
      dev-dist/sw.js
  2. 23 23
      src/views/studentList/index.module.less

+ 1 - 1
dev-dist/sw.js

@@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
     "revision": "3ca0b8505b4bec776b69afdba2768812"
   }, {
     "url": "index.html",
-    "revision": "0.s332ltd7ld"
+    "revision": "0.up40tbtrlqg"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

+ 23 - 23
src/views/studentList/index.module.less

@@ -271,29 +271,29 @@
   }
 }
 
-.reportModel {
-  width: 1030px;
-  overflow: hidden;
-
-  /* 设置滚动条的宽度、颜色和轨道背景 */
-  iframe::-webkit-scrollbar {
-    width: 10px;
-  }
-
-  iframe::-webkit-scrollbar-thumb {
-    background-color: red;
-  }
-
-  iframe::-webkit-scrollbar-track {
-    background-color: green;
-  }
-
-  /* Firefox */
-  iframe {
-    scrollbar-width: thin;
-    scrollbar-color: #888 #f0f0f0;
-  }
-}
+// .reportModel {
+//   width: 1030px;
+//   overflow: hidden;
+
+//   /* 设置滚动条的宽度、颜色和轨道背景 */
+//   iframe::-webkit-scrollbar {
+//     width: 10px;
+//   }
+
+//   iframe::-webkit-scrollbar-thumb {
+//     background-color: #888;
+//   }
+
+//   iframe::-webkit-scrollbar-track {
+//     background-color: #f0f0f0;
+//   }
+
+//   /* Firefox */
+//   iframe {
+//     scrollbar-width: thin;
+//     scrollbar-color: #888 #f0f0f0;
+//   }
+// }
 
 .addStudentWrap {
   position: relative;