chenmy 5 år sedan
förälder
incheckning
a98ad728e4

+ 3 - 3
HiTeachCC/ClientApp/src/assets/css/style.less

@@ -482,17 +482,17 @@
 @media screen and (min-width:0px) and (max-width:1024px) {
     .pdfnum {right: 13% !important}
     .total-studentnum {right: 4% !important}
-    .class-num {right: 21% !important}
+    .class-num {right: 24% !important}
 }
 
 @media screen and (min-width:1025px) and (max-width:1366px) {
     .pdfnum {right: 9.5% !important}
     .total-studentnum {right: 2.5% !important}
-    .class-num {right: 16% !important}
+    .class-num {right: 18% !important}
 }
 
 @media screen and (min-width:1367px) and (max-width:1920px) {
     .pdfnum {right: 8% !important}
     .total-studentnum {right: 2.5% !important}
-    .class-num {right: 13% !important}
+    .class-num {right: 14% !important}
 }

+ 1 - 1
HiTeachCC/ClientApp/src/views/Board.vue

@@ -2846,7 +2846,7 @@
         position: fixed;
         top: 1%;
         right: 6%;
-        width:80px;
+        width:105px;
         height:32px;
         line-height:32px;
         z-index: 999;