maxiaoxiao 1 vuosi sitten
vanhempi
commit
354825d06b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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%;
   overflow-y: auto;
   overflow-x: hidden;
+  padding-right: 10px;
   line-height: 40px;
   .downloadDiv {
     .xmmc {
@@ -225,7 +226,7 @@ export default {
   .echars {
     margin-bottom: 10px;
     .echartTitle {
-      width: calc(100% - 10px);
+      width: 100%;
       height: 40px;
       display: flex;
       justify-content: space-between;