Browse Source

修改样式

zengyicheng 2 years ago
parent
commit
d9fd3782d8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/study.vue

+ 3 - 3
src/components/study.vue

@@ -4334,7 +4334,7 @@ export default {
 .courseIndex > div:nth-child(1) {
   margin: 0 20px;
   padding-left: 5px;
-  font-size: 24px;
+  font-size: 26px;
   width: 100px;
   font-weight: bold;
   border-left: 4px solid #3363b9;
@@ -4343,8 +4343,8 @@ export default {
   line-height: 35px;
 }
 .courseIndex > div:nth-child(2) {
-  font-size: 23px;
-  width: 300px;
+  font-size: 25px;
+  width: 350px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;