Karsa 1 năm trước cách đây
mục cha
commit
89c93d8530

+ 1 - 0
src/views/dataEntry_manage/chartSetting.vue

@@ -2797,6 +2797,7 @@ export default {
       }
       .main-right {
         flex:1;
+        overflow: hidden;
         .mx-datepicker {
           width: 220px !important;
         }

+ 1 - 0
src/views/dataEntry_manage/css/chartfit.scss

@@ -142,6 +142,7 @@ $font-normal:14px;
 		}
 		.main-right {
 			width: 80%;
+			overflow: hidden;
 			.mx-datepicker {
 				width: 220px !important;
 			}

+ 1 - 1
src/views/ppt_manage/newVersion/components/formatEl/ChartEl.vue

@@ -45,7 +45,7 @@
   <div class="chart-bottom-insruction-info"
   v-if="((chartSourcesFrom&&chartSourcesFrom.isShow) || (chartInstructions&&chartInstructions.isShow)) &&!this.$parent.isHintShow(position)">
 
-    <div class="chart-source" v-if="chartSourcesFrom&&chartSourcesFrom.isShow">
+    <div class="chart-source text_oneLine" v-if="chartSourcesFrom&&chartSourcesFrom.isShow">
         <span
           :style="`
           color: ${ chartSourcesFrom.color };