Selaa lähdekoodia

#3280 C763 学生端--评测列表,英文语系下评测类型标签超出页面限制

XW 1 vuosi sitten
vanhempi
commit
560519f858

+ 9 - 2
TEAMModelOS/ClientApp/src/components/student-web/EventView/EventList.less

@@ -94,7 +94,7 @@
         }
 
         .paper-item-school {
-            font-weight: bolder;
+            /* font-weight: bolder;
             height: 20px;
             line-height: 18px;
             // padding: 5px 2px;
@@ -103,6 +103,11 @@
             margin-bottom: 5px;
             cursor: pointer;
             display: inline-flex;
+            font-size: 12px; */
+
+            display: flex;
+            margin-bottom: 5px;
+            cursor: pointer;
             font-size: 12px;
 
             .other-owner {
@@ -130,7 +135,9 @@
 
             &>span {
                 padding: 0 5px;
-                white-space: pre;
+                // white-space: pre;
+                display: flex;
+                align-items: center;
             }
 
             &>p {