liyongli 2 年 前
コミット
5e8fd871ae
1 ファイル変更6 行追加1 行削除
  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 {