liyongli il y a 2 ans
Parent
commit
10b0be278b
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      src/views/report/Calendar/index.vue

+ 5 - 2
src/views/report/Calendar/index.vue

@@ -276,11 +276,14 @@ export default {
 .text {
   background-image: url("../../../assets/image/text.png");
   background-size: 100% 100%;
-  margin: 0.5em 3px 0 3px;
+  margin: 0.5em 1px 0 1px;
+  font-size: 1rem;
   height: 1.3em;
   line-height: 1.3em;
   color: #c31212;
-  font-size: 0.8rem;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
 }
 </style>
 <style></style>