Browse Source

无JIRA任务 split色覆盖

es6
windy 6 years ago
parent
commit
9934a8cc78
  1. 3
      Gruntfile.js
  2. 2
      dist/bundle.css
  3. 2
      dist/bundle.js
  4. 2
      dist/bundle.min.css
  5. 4
      dist/bundle.min.js
  6. 2
      dist/core.css
  7. 2
      dist/core.js
  8. 2
      dist/core_without_normalize.css
  9. 2
      dist/fineui.css
  10. 4
      dist/fineui.js
  11. 2
      dist/fineui.min.css
  12. 12
      dist/fineui.min.js
  13. 2
      dist/fineui_without_jquery_polyfill.js
  14. 2
      dist/polyfill.js
  15. 2
      dist/utils.js
  16. 4
      dist/utils.min.js
  17. 2
      src/core/foundation.js
  18. 2
      src/css/core/utils/common.css
  19. 2
      src/less/core/utils/common.less

3
Gruntfile.js

@ -339,8 +339,7 @@ module.exports = function (grunt) {
},
server: {
options: {
port: 9001,
base: "./dist"
port: 9001
}
}
},

2
dist/bundle.css vendored

@ -470,7 +470,7 @@ textarea {
.bi-split-left {
border-left: 1px solid #f2f4f7;
}
.bi-theme-dark .bi-border {
.bi-theme-dark .bi-split {
border: 1px solid #2F3149;
}
.bi-theme-dark .bi-split-top {

2
dist/bundle.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.css vendored

@ -470,7 +470,7 @@ textarea {
.bi-split-left {
border-left: 1px solid #f2f4f7;
}
.bi-theme-dark .bi-border {
.bi-theme-dark .bi-split {
border: 1px solid #2F3149;
}
.bi-theme-dark .bi-split-top {

2
dist/core.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/

2
dist/core_without_normalize.css vendored

@ -189,7 +189,7 @@ textarea {
.bi-split-left {
border-left: 1px solid #f2f4f7;
}
.bi-theme-dark .bi-border {
.bi-theme-dark .bi-split {
border: 1px solid #2F3149;
}
.bi-theme-dark .bi-split-top {

2
dist/fineui.css vendored

@ -470,7 +470,7 @@ textarea {
.bi-split-left {
border-left: 1px solid #f2f4f7;
}
.bi-theme-dark .bi-border {
.bi-theme-dark .bi-split {
border: 1px solid #2F3149;
}
.bi-theme-dark .bi-split-top {

4
dist/fineui.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14
if (!Array.prototype.indexOf) {
@ -255,6 +257,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}/**
* @license
* Lodash (Custom Build) <https://lodash.com/>

2
dist/polyfill.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14
if (!Array.prototype.indexOf) {

2
dist/utils.js vendored

@ -16,6 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}/**
* @license
* Lodash (Custom Build) <https://lodash.com/>

4
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/core/foundation.js vendored

@ -16,4 +16,6 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
_global.BI.prepares = [];
}

2
src/css/core/utils/common.css

@ -189,7 +189,7 @@ textarea {
.bi-split-left {
border-left: 1px solid #f2f4f7;
}
.bi-theme-dark .bi-border {
.bi-theme-dark .bi-split {
border: 1px solid #2F3149;
}
.bi-theme-dark .bi-split-top {

2
src/less/core/utils/common.less

@ -242,7 +242,7 @@ textarea {
}
.bi-theme-dark {
.bi-border {
.bi-split {
border: 1px solid @border-color-light-line-theme-dark;
}

Loading…
Cancel
Save