Browse Source

无JIRA任务 边框加一下

es6
windy 6 years ago
parent
commit
d3793781b7
  1. 1
      dist/bundle.js
  2. 8
      dist/bundle.min.js
  3. 1
      dist/case.js
  4. 1
      dist/fineui.js
  5. 8
      dist/fineui.min.js
  6. 2
      dist/utils.min.js
  7. 1
      src/case/colorchooser/colorchooser.popup.js

1
dist/bundle.js vendored

@ -50923,6 +50923,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
this.storeColors = BI.createWidget({
type: "bi.color_picker",
cls: "bi-border-bottom bi-border-right",
items: [[{
value: "",
disabled: true

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -2339,6 +2339,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
this.storeColors = BI.createWidget({
type: "bi.color_picker",
cls: "bi-border-bottom bi-border-right",
items: [[{
value: "",
disabled: true

1
dist/fineui.js vendored

@ -51162,6 +51162,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
this.storeColors = BI.createWidget({
type: "bi.color_picker",
cls: "bi-border-bottom bi-border-right",
items: [[{
value: "",
disabled: true

8
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/colorchooser/colorchooser.popup.js

@ -29,6 +29,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
this.storeColors = BI.createWidget({
type: "bi.color_picker",
cls: "bi-border-bottom bi-border-right",
items: [[{
value: "",
disabled: true

Loading…
Cancel
Save