@@ -2797,6 +2797,7 @@ export default {
}
.main-right {
flex:1;
+ overflow: hidden;
.mx-datepicker {
width: 220px !important;
@@ -142,6 +142,7 @@ $font-normal:14px;
width: 80%;
@@ -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 };