Browse Source

panel的样式

es6
windy 7 years ago
parent
commit
3cf08b83e3
  1. 4
      dist/bundle.js
  2. 4
      dist/case.js
  3. 4
      dist/fineui.js
  4. 4
      src/case/layer/panel.js

4
dist/bundle.js vendored

@ -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]

4
dist/case.js vendored

@ -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]

4
dist/fineui.js vendored

@ -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]

4
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]

Loading…
Cancel
Save