Przeglądaj źródła

首页关键数据 tooltip minWidth

zhuth 7 lat temu
rodzic
commit
7c8ea4b5f7

+ 1 - 0
frontend/saas-web/app/view/home/charts/KeyData.js

@@ -110,6 +110,7 @@ Ext.define('saas.view.home.charts.KeyData', {
                     if(!tip) {
                         var tip = Ext.create('Ext.tip.ToolTip', {
                             target: th.el,
+                            minWidth: 100,
                             title: record.get('label'),
                             html: record.get('value'),
                             showOnTap: true,