@@ -66,7 +66,7 @@
<div class="bootom-source">
<!-- 自定义来源 -->
- <div style="width: 70%;">
+ <div style="width: calc(100% - 60px)">
<div class="chart-source text_oneLine"
v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
:style="`
@@ -136,7 +136,7 @@ const refreshSheet = async()=>{
white-space: nowrap;
padding: 0 10px;
.sheet-source{
- width: 70%;
+ width: calc(100% - 60px);
min-width: 150px;
overflow: hidden;
text-overflow: ellipsis;