liyongli 2 năm trước cách đây
mục cha
commit
5e8fd871ae
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/views/report/Calendar/index.vue

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

@@ -241,7 +241,12 @@ export default {
   font-weight: bold;
   color: #be651a;
   line-height: 30px;
-  text-shadow: 0 0 10px #fff;
+  /* text-shadow: 0 0 10px #fff; */
+
+  background: -webkit-linear-gradient(#fff, #fff);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: #be651a;
+  -webkit-text-stroke: 6px transparent;
 }
 
 .headSubTitle {