liyongli 2 gadi atpakaļ
vecāks
revīzija
579766aa6b
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 6 6
      src/views/report/Calendar/index.vue

+ 6 - 6
src/views/report/Calendar/index.vue

@@ -275,16 +275,15 @@ export default {
 .dayDate {
   padding: 0 5px;
   box-sizing: border-box;
-  width: 1.5em;
-  height: 1.5em;
-  line-height: 1.5em;
-  font-size: 1.3rem;
+  width: 1.3em;
+  height: 1.3em;
+  line-height: 1.3em;
+  font-size: 1.1rem;
   font-family: Adobe Heiti Std;
-  font-weight: normal;
   color: #000;
   background-color: #f4f4f4;
   transform: rotate(45deg);
-  margin: 0 auto;
+  margin: 0 auto .3em auto;
 }
 
 .dayDate_son {
@@ -295,6 +294,7 @@ export default {
 
 .CalenBody .CalenCol {
   padding: 10px 0;
+  font-weight: 600;
   border-left: 1px solid #eee;
   border-bottom: 1px solid #eee;
 }