소스 검색

修改面板样式

xiaohaizhao 1 년 전
부모
커밋
a395385b99
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 6
      src/WebsiteManagement/dataStatistics/modules/visitorStatistics.vue

+ 3 - 6
src/WebsiteManagement/dataStatistics/modules/visitorStatistics.vue

@@ -230,17 +230,14 @@ export default {
 }
 }
 
 
 .card .content .item .data {
 .card .content .item .data {
-  font-family: Microsoft YaHei, Microsoft YaHei;
   font-size: 26px;
   font-size: 26px;
-  color: #333333;
   line-height: 24px;
   line-height: 24px;
 }
 }
 .card .content .item .explain {
 .card .content .item .explain {
-  font-family: Microsoft YaHei, Microsoft YaHei;
-  font-size: 16px;
-  color: #333333;
+  font-size: 14px;
+  color: #000000A6;
   line-height: 24px;
   line-height: 24px;
-  margin-top: 16px;
+  margin-top: 10px;
   overflow: hidden;
   overflow: hidden;
   white-space: nowrap;
   white-space: nowrap;
   text-overflow: ellipsis;
   text-overflow: ellipsis;