lex vor 1 Jahr
Ursprung
Commit
0c5ef9b1c0
3 geänderte Dateien mit 13 neuen und 22 gelöschten Zeilen
  1. 1 1
      dev-dist/sw.js
  2. 6 13
      src/views/classList/index.module.less
  3. 6 8
      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.dhous9oelqo"
+    "revision": "0.dkdasl3h08"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

+ 6 - 13
src/views/classList/index.module.less

@@ -18,20 +18,13 @@
 
 .addBtn {
   margin-bottom: 30px;
-  height: 43px;
-  background: #198cfe;
-  border-radius: 8px;
-  line-height: 41px;
-  width: 144px;
-  padding: 0 24px;
+  height: 34Px !important;
+  background: #198cfe !important;
+  border-radius: 7Px !important;
+  line-height: 21Px !important;
+  padding: 0 18Px !important;
   font-size: 13Px !important;
-  font-weight: bold !important;
-
-  :global {
-    .n-button__content {
-      // font-size: 18px;
-    }
-  }
+  font-weight: 600 !important;
 }
 
 .btnGroup {

+ 6 - 8
src/views/studentList/index.module.less

@@ -19,15 +19,13 @@
 }
 
 .addBtn {
-
-  height: 43px;
-  background: #198cfe;
-  border-radius: 8px;
-  line-height: 41px;
-  width: 144px;
-  padding: 0 24px;
+  height: 34Px !important;
+  background: #198cfe !important;
+  border-radius: 7Px !important;
+  line-height: 21Px !important;
+  padding: 0 18Px !important;
   font-size: 13Px !important;
-  font-weight: bold !important;
+  font-weight: 600 !important;
 
   :global {
     .n-button__content {