Browse Source

检查结果

maxiaoxiao 1 year ago
parent
commit
354825d06b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/complianceAnalysis/components/scjg.vue

+ 2 - 1
src/views/complianceAnalysis/components/scjg.vue

@@ -203,6 +203,7 @@ export default {
   height: 100%;
   height: 100%;
   overflow-y: auto;
   overflow-y: auto;
   overflow-x: hidden;
   overflow-x: hidden;
+  padding-right: 10px;
   line-height: 40px;
   line-height: 40px;
   .downloadDiv {
   .downloadDiv {
     .xmmc {
     .xmmc {
@@ -225,7 +226,7 @@ export default {
   .echars {
   .echars {
     margin-bottom: 10px;
     margin-bottom: 10px;
     .echartTitle {
     .echartTitle {
-      width: calc(100% - 10px);
+      width: 100%;
       height: 40px;
       height: 40px;
       display: flex;
       display: flex;
       justify-content: space-between;
       justify-content: space-between;