فهرست منبع

调整学生端css

XW 4 سال پیش
والد
کامیت
05949f6c75

+ 18 - 18
TEAMModelOS/ClientApp/src/assets/student-web/component_styles/event-list.css

@@ -5,6 +5,7 @@
 /*篩選器區域*/
 .event-selector-block {
   padding: 17px 25px;
+  /*修改iviewTab控件*/
 }
 .event-selector-block .list-title {
   font-size: 18px;
@@ -88,14 +89,12 @@
   font-weight: 400;
   padding-left: 20px;
 }
-/*篩選器區域*/
-/*修改iviewTab控件*/
-.ivu-tabs-nav {
+.event-selector-block .ivu-tabs-nav {
   float: none !important;
   position: relative;
   text-align: center;
 }
-.ivu-tabs-tab {
+.event-selector-block .ivu-tabs-tab {
   width: auto;
   padding: 8px 20px;
   position: relative;
@@ -104,58 +103,59 @@
   font-weight: 600;
   margin: 0px 30px;
 }
-.ivu-tabs-tab:hover {
+.event-selector-block .ivu-tabs-tab:hover {
   color: #24b880 !important;
 }
-.ivu-tabs-tab.ivu-tabs-tab-active.ivu-tabs-tab-focused {
+.event-selector-block .ivu-tabs-tab.ivu-tabs-tab-active.ivu-tabs-tab-focused {
   color: #24b880 !important;
   width: auto;
   padding: 8px 20px;
   border-bottom: 7px solid #24b880 !important;
   text-align: center;
 }
-.ivu-tabs-ink-bar {
+.event-selector-block .ivu-tabs-ink-bar {
   height: 0px;
 }
-.ivu-tabs-tabpane {
+.event-selector-block .ivu-tabs-tabpane {
   margin-top: -16px;
   height: 830px;
   overflow: auto;
 }
-.event-list {
+.event-selector-block .event-list {
   z-index: 10;
   /*修改iviewTab控件*/
 }
-.event-list .list-block {
+.event-selector-block .event-list .list-block {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   overflow: auto;
 }
 @media screen and (max-width: 1366px) {
-  .event-list .icon-selector .icon-btn {
+  .event-selector-block .event-list .icon-selector .icon-btn {
     height: 40px;
     width: 40px;
   }
-  .event-list .icon-selector .icon-btn .innerIcon {
+  .event-selector-block .event-list .icon-selector .icon-btn .innerIcon {
     width: 22px;
     height: 22px;
     position: relative;
   }
-  .event-list .icon-selector .icon-btn .Icon-0,
-  .event-list .icon-selector .icon-btn .Icon-1,
-  .event-list .icon-selector .icon-btn .Icon-4 {
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-0,
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-1,
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-4 {
     top: 22%;
     left: 23%;
   }
-  .event-list .icon-selector .icon-btn .Icon-2 {
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-2 {
     top: 24%;
     left: 30%;
   }
-  .event-list .icon-selector .icon-btn .Icon-3 {
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-3 {
     top: 22%;
     left: 26%;
   }
-  .event-list .icon-selector .icon-btn .Icon-5 {
+  .event-selector-block .event-list .icon-selector .icon-btn .Icon-5 {
     top: 22%;
     left: 26%;
   }
 }
+/*篩選器區域*/

+ 68 - 67
TEAMModelOS/ClientApp/src/assets/student-web/component_styles/event-list.less

@@ -95,85 +95,86 @@
       padding-left: 20px;
     }
   }
-}
 
-/*篩選器區域*/
+  /*修改iviewTab控件*/
+  .ivu-tabs-nav {
+    float: none !important;
+    position: relative;
+    text-align: center;
+  }
 
-/*修改iviewTab控件*/
-.ivu-tabs-nav {
-  float: none !important;
-  position: relative;
-  text-align: center;
-}
+  .ivu-tabs-tab {
+    width: auto;
+    padding: 8px 20px;
+    position: relative;
+    font-size: 14px;
+    color: #878787;
+    font-weight: 600;
+    margin: 0px 30px;
+    &:hover {
+      color: @primary !important;
+    }
+  }
 
-.ivu-tabs-tab {
-  width: auto;
-  padding: 8px 20px;
-  position: relative;
-  font-size: 14px;
-  color: #878787;
-  font-weight: 600;
-  margin: 0px 30px;
-  &:hover {
+  .ivu-tabs-tab.ivu-tabs-tab-active.ivu-tabs-tab-focused {
     color: @primary !important;
+    width: auto;
+    padding: 8px 20px;
+    border-bottom: 7px solid @primary !important;
+    text-align: center;
   }
-}
-
-.ivu-tabs-tab.ivu-tabs-tab-active.ivu-tabs-tab-focused {
-  color: @primary !important;
-  width: auto;
-  padding: 8px 20px;
-  border-bottom: 7px solid @primary !important;
-  text-align: center;
-}
-
-.ivu-tabs-ink-bar {
-  height: 0px;
-}
 
-.ivu-tabs-tabpane {
-  margin-top: -16px;
+  .ivu-tabs-ink-bar {
+    height: 0px;
+  }
 
-  height: 830px;
-  overflow: auto;
-}
-.event-list {
-  z-index: 10;
-  /*修改iviewTab控件*/
-  .list-block {
-    border-top: 1px solid @border;
+  .ivu-tabs-tabpane {
+    margin-top: -16px;
 
+    height: 830px;
     overflow: auto;
   }
-  @media screen and (max-width: 1366px) {
-    .icon-selector {
-      .icon-btn {
-        height: 40px;
-        width: 40px;
-        .innerIcon {
-          width: 22px;
-          height: 22px;
-          position: relative;
-        }
-        .Icon-0,
-        .Icon-1,
-        .Icon-4 {
-          top: 22%;
-          left: 23%;
-        }
-        .Icon-2 {
-          top: 24%;
-          left: 30%;
-        }
-        .Icon-3 {
-          top: 22%;
-          left: 26%;
-        }
-        .Icon-5 {
-          top: 22%;
-          left: 26%;
+  .event-list {
+    z-index: 10;
+    /*修改iviewTab控件*/
+    .list-block {
+      border-top: 1px solid @border;
+
+      overflow: auto;
+    }
+    @media screen and (max-width: 1366px) {
+      .icon-selector {
+        .icon-btn {
+          height: 40px;
+          width: 40px;
+          .innerIcon {
+            width: 22px;
+            height: 22px;
+            position: relative;
+          }
+          .Icon-0,
+          .Icon-1,
+          .Icon-4 {
+            top: 22%;
+            left: 23%;
+          }
+          .Icon-2 {
+            top: 24%;
+            left: 30%;
+          }
+          .Icon-3 {
+            top: 22%;
+            left: 26%;
+          }
+          .Icon-5 {
+            top: 22%;
+            left: 26%;
+          }
         }
       }
     }
   }
 }
+
+/*篩選器區域*/
+

+ 4 - 0
TEAMModelOS/ClientApp/src/view/settings/OpenMgmt2.vue

@@ -610,6 +610,10 @@ export default {
             color: #fff;
         }
     }
+
+    .ivu-tabs-bar{
+        margin-left: 20px;
+    }
     
 }
 </style>