Browse Source

首页关键数据 tooltip minWidth

zhuth 7 years ago
parent
commit
7c8ea4b5f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/home/charts/KeyData.js

+ 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,