ldong 4 luni în urmă
părinte
comite
11f5eef348
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      src/views/chartShow/index.vue
  2. 1 1
      src/views/sheetShow/index.vue

+ 1 - 1
src/views/chartShow/index.vue

@@ -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="`

+ 1 - 1
src/views/sheetShow/index.vue

@@ -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;