Browse Source

智慧课堂大屏页课堂出勤模块排版优化

master
yxq 1 month ago
parent
commit
34bb2eafe6
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue

+ 6
- 1
SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue View File

@@ -89,7 +89,7 @@ ul {
}
}
.right {
flex: 1;
width: calc(100% - 140px);
padding-left: 29px;
padding-top: 15px;
padding-right: 16px;
@@ -103,6 +103,11 @@ ul {
font-size: 12px;
line-height: 1.5;
margin-top: 2px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
.enterTime {
color: #78dfff;


Loading…
Cancel
Save