From aae97ef7b857fcdf4cf2c4325df01634c3f76d7f Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 12 四月 2021 15:12:18 +0800 Subject: [PATCH] 修改废气图表 --- src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue b/src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue index 5033415..0844f9f 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue @@ -308,10 +308,6 @@ border-radius: 2px; margin-right: 10px; padding:0 10px - >i{ - font-style: normal; - color: #eef309; - } } .animation { //width: 600px; @@ -373,7 +369,6 @@ border-radius: 6px; width: 80px; height: 22px; - text-align: center; } input::-webkit-calendar-picker-indicator { opacity: 100; @@ -382,15 +377,10 @@ background-color:#2e4967; text-align: center; padding: 0 7px; - line-height: 24px; + line-height: 20px; border-radius: 4px; margin-right: 6px; } - .detailbtn:hover{ - box-shadow: 0 0 0.03rem #fff700 !important; - color:#fff700 !important; - cursor: pointer; - } } .el-dialog-div { //height: 50vh!important; @@ -401,6 +391,9 @@ #echarts { margin: 0; padding: 0; + //height: 3rem; + //border: 1px solid #396d83; + //margin: 10px 10px 10px 10px; } } </style> -- Gitblit v1.8.0