ldong 4 miesięcy temu
rodzic
commit
8b4142bbed
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 3 3
      src/views/chartShow/index.vue
  2. 2 2
      src/views/sheetShow/index.vue

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

@@ -52,7 +52,7 @@
           `"
         >
         <el-popover
-          :width="200"
+          :width="'60%'"
           trigger="hover"
           effect="dark"
           :content="JSON.parse(chartInfo.Instructions).text"
@@ -66,7 +66,7 @@
 
     <div class="bootom-source">
       <!-- 自定义来源 -->
-      <div style="width: 90%;">
+      <div style="width: 70%;">
         <div class="chart-source text_oneLine" 
           v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
           :style="`
@@ -76,7 +76,7 @@
         >
         来源:
           <el-popover
-            :width="200"
+            :width="'60%'"
             trigger="hover"
             effect="dark"
             :content="JSON.parse(chartInfo.SourcesFrom).text"

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

@@ -91,7 +91,7 @@ const refreshSheet = async()=>{
       >
         来源:
           <el-popover
-            :width="200"
+            :width="'60%'"
             trigger="hover"
             effect="dark"
             :content="JSON.parse(info.SourcesFrom).text"
@@ -136,7 +136,7 @@ const refreshSheet = async()=>{
     white-space: nowrap;
     padding: 0 10px;
     .sheet-source{
-      width: 90%;
+      width: 70%;
       min-width: 150px;
       overflow: hidden;
       text-overflow: ellipsis;