Browse Source

进度条宽度问题处理

Pojun 3 months ago
parent
commit
816733caee

+ 1 - 1
tip-front/src/main/webapp/WEB-INF/pages/apps/task/dataVisualization/index.html

@@ -149,7 +149,7 @@
                 <div class="container-title">考核平均完成事项时长排名</div>
             </div>
             <div class="content-right-table">
-                <dv-scroll-ranking-board :config="config" style="width: 380px; height: 830px"></dv-scroll-ranking-board>
+                <dv-scroll-ranking-board :config="config" style="width: 320px; height: 830px"></dv-scroll-ranking-board>
             </div>
         </div>
     </div>