diff --git a/public/css/vc.css b/public/css/vc.css index d9daee9d6..64b15e327 100644 --- a/public/css/vc.css +++ b/public/css/vc.css @@ -194,6 +194,14 @@ padding-right: 0; } +.padding-r-0 { + padding-right: 0; +} + +.padding-l-0 { + padding-left: 0; +} + .padding-xs { padding: 5px; } @@ -344,6 +352,10 @@ padding-bottom: 25px; } +.border { + border: 1px solid #e7eaec; +} + .border-right { border-right: 1px solid #e7eaec; } diff --git a/public/pages/property/staffAttendanceManage/staffAttendanceManage.html b/public/pages/property/staffAttendanceManage/staffAttendanceManage.html new file mode 100644 index 000000000..ecf8b6417 --- /dev/null +++ b/public/pages/property/staffAttendanceManage/staffAttendanceManage.html @@ -0,0 +1,33 @@ +
| {{attendance.classObjName}} | -{{attendance.staffName}} | -{{attendance.classesName}} | -- {{attendance.taskYear+'-'+attendance.taskMonth+'-'+attendance.taskDay}} - | -{{attendance.stateName}} | -
-
-
+ {{attendance.classObjName}} |
+ {{attendance.staffName}} |
+ {{attendance.classesName}} |
+
+ {{attendance.taskYear+'-'+attendance.taskMonth+'-'+attendance.taskDay}}
+ |
+ {{attendance.stateName}} |
+
+ |
-
+
- |
+
|
- |
- |||||||||||
|
+ |
+ |||||||||||