guhongwei 4 years ago
parent
commit
fd5dd5e12f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/user/attendance.vue

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

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