guhongwei 5 년 전
부모
커밋
fd5dd5e12f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/user/attendance.vue

+ 2 - 1
src/views/user/attendance.vue

@@ -200,7 +200,7 @@ export default {
   overflow: hidden;
   overflow: hidden;
 }
 }
 .attendList {
 .attendList {
-  border-bottom: 1px solid #f5f5f5;
+  border-bottom: 1px dashed #dcdcdc;
 }
 }
 .attendList span {
 .attendList span {
   margin-right: 10px;
   margin-right: 10px;
@@ -209,6 +209,7 @@ export default {
   float: right;
   float: right;
   margin-left: 10px;
   margin-left: 10px;
   width: 60px;
   width: 60px;
+  text-align: center;
 }
 }
 .attendList span:last-child {
 .attendList span:last-child {
   float: right;
   float: right;