This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
智慧课堂大屏页课堂出勤模块排版优化
master
yxq
1 month ago
parent
c0ba37a217
commit
34bb2eafe6
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save