From 3cf08b83e3c621c876f8aab54175b471a5ed0685 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 12 Jan 2018 08:52:16 +0800 Subject: [PATCH] =?UTF-8?q?panel=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/bundle.js | 4 ++-- dist/case.js | 4 ++-- dist/fineui.js | 4 ++-- src/case/layer/panel.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index 7c78b1023..a1032560c 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -70173,8 +70173,8 @@ BI.Panel = BI.inherit(BI.Widget, { return { el: { type: "bi.left_right_vertical_adapt", - cls: "panel-title bi-tips bi-border-bottom bi-background", - height: 30, + cls: "panel-title bi-border-bottom bi-background", + height: 29, items: { left: [this.text], right: [this.button_group] diff --git a/dist/case.js b/dist/case.js index c88995762..9fd58f34e 100644 --- a/dist/case.js +++ b/dist/case.js @@ -8027,8 +8027,8 @@ BI.Panel = BI.inherit(BI.Widget, { return { el: { type: "bi.left_right_vertical_adapt", - cls: "panel-title bi-tips bi-border-bottom bi-background", - height: 30, + cls: "panel-title bi-border-bottom bi-background", + height: 29, items: { left: [this.text], right: [this.button_group] diff --git a/dist/fineui.js b/dist/fineui.js index f20011e0b..5772aa357 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -71867,8 +71867,8 @@ BI.Panel = BI.inherit(BI.Widget, { return { el: { type: "bi.left_right_vertical_adapt", - cls: "panel-title bi-tips bi-border-bottom bi-background", - height: 30, + cls: "panel-title bi-border-bottom bi-background", + height: 29, items: { left: [this.text], right: [this.button_group] diff --git a/src/case/layer/panel.js b/src/case/layer/panel.js index 885fec0ff..5e39e1bc9 100644 --- a/src/case/layer/panel.js +++ b/src/case/layer/panel.js @@ -57,8 +57,8 @@ BI.Panel = BI.inherit(BI.Widget, { return { el: { type: "bi.left_right_vertical_adapt", - cls: "panel-title bi-tips bi-border-bottom bi-background", - height: 30, + cls: "panel-title bi-border-bottom bi-background", + height: 29, items: { left: [this.text], right: [this.button_group]