diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a78366..4c7c0ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,46 @@
-
-## [2.0.2](https://github.com/tinper-bee/bee-table/compare/v2.0.0...v2.0.2) (2019-03-02)
+
+## [2.0.6](https://github.com/tinper-bee/bee-table/compare/v2.0.5...v2.0.6) (2019-03-15)
+
+
+### Bug Fixes
+
+* **行过滤、checkbox样式:** 1、行过滤点击已选的无效2、checkbox在Table中的样式 ([1a628a4](https://github.com/tinper-bee/bee-table/commit/1a628a4))
+
+
+
+
+## [2.0.5](https://github.com/tinper-bee/bee-table/compare/v2.0.4...v2.0.5) (2019-03-14)
+
+
+### Bug Fixes
+
+* 参照场景中表格首次渲染最后一列没有撑开bug ([c705539](https://github.com/tinper-bee/bee-table/commit/c705539))
+* **Table.js:** 参照场景中第一次加载表格不撑满问题 ([a9530a4](https://github.com/tinper-bee/bee-table/commit/a9530a4))
+
+
+
+
+## [2.0.4](https://github.com/tinper-bee/bee-table/compare/v2.0.3...v2.0.4) (2019-03-07)
+
+
+### Bug Fixes
+
+* 含有右侧固定列场景中,内容过少不需要滚动条bug ([37b9806](https://github.com/tinper-bee/bee-table/commit/37b9806))
+
+
+
+
+## [2.0.3](https://github.com/tinper-bee/bee-table/compare/v2.0.0...v2.0.3) (2019-03-05)
-# [2.0.0](https://github.com/tinper-bee/bee-table/compare/v1.6.43...v2.0.0) (2019-03-01)
+# [2.0.0](https://github.com/tinper-bee/bee-table/compare/v1.6.44...v2.0.0) (2019-03-01)
+
+
+
+
+## [1.6.44](https://github.com/tinper-bee/bee-table/compare/v1.6.43...v1.6.44) (2019-02-26)
@@ -299,7 +335,7 @@
-## [1.5.1](https://github.com/tinper-bee/bee-table/compare/v1.5.0...v1.5.1) (2018-11-18)
+## [1.5.1](https://github.com/tinper-bee/bee-table/compare/v1.5.0...v1.5.1) (2018-11-19)
diff --git a/build/FilterDropDown.js b/build/FilterDropDown.js
index 629e142..1b752e9 100644
--- a/build/FilterDropDown.js
+++ b/build/FilterDropDown.js
@@ -125,7 +125,7 @@ var FilterDropDown = function (_Component) {
return _react2["default"].createElement(
_beeMenus2["default"],
{
- onSelect: _this.onSelectDropdown,
+ onClick: _this.onSelectDropdown,
selectedKeys: selectValue
},
filterDropdownIncludeKeys.map(function (item) {
@@ -140,7 +140,7 @@ var FilterDropDown = function (_Component) {
return _react2["default"].createElement(
_beeMenus2["default"],
{
- onSelect: _this.onSelectDropdown,
+ onClick: _this.onSelectDropdown,
selectedKeys: selectNumberValue
},
filterDropdownIncludeKeys.map(function (item) {
@@ -160,7 +160,7 @@ var FilterDropDown = function (_Component) {
return _react2["default"].createElement(
_beeMenus2["default"],
{
- onSelect: _this.onSelectDropdown,
+ onClick: _this.onSelectDropdown,
selectedKeys: selectValue
},
_react2["default"].createElement(
@@ -198,7 +198,7 @@ var FilterDropDown = function (_Component) {
return _react2["default"].createElement(
_beeMenus2["default"],
{
- onSelect: _this.onSelectDropdown,
+ onClick: _this.onSelectDropdown,
selectedKeys: selectNumberValue
},
_react2["default"].createElement(
diff --git a/build/Table.css b/build/Table.css
index ea3af0a..29aa2c6 100644
--- a/build/Table.css
+++ b/build/Table.css
@@ -179,7 +179,8 @@
border-collapse: collapse;
text-align: left; }
.u-table th {
- font-weight: bold; }
+ font-weight: bold;
+ text-align: left; }
.u-table th[colspan] {
text-align: center; }
.u-table th ::last-child {
@@ -187,19 +188,19 @@
.u-table td {
border-bottom: 1px solid rgb(233,233,233); }
.u-table td a {
- color: rgb(245, 60, 50); }
+ color: #2196F3; }
.u-table td a:hover {
- color: rgb(230, 0, 18); }
+ color: #1565c0; }
.u-table td a:active {
- color: rgb(230, 0, 18); }
+ color: #1565c0; }
.u-table tr:hover td .uf-eye {
visibility: visible !important; }
.u-table tr tr a {
- color: rgb(245, 60, 50); }
+ color: #2196F3; }
.u-table tr tr a:hover {
- color: rgb(230, 0, 18); }
+ color: #1565c0; }
.u-table tr tr a:active {
- color: rgb(230, 0, 18); }
+ color: #1565c0; }
.u-table tr.tr-row-hover {
background: rgb(235, 236, 240); }
.u-table th,
@@ -361,8 +362,8 @@
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
- /*
- Introduced in IE 10.
+ /*
+ Introduced in IE 10.
*/
-ms-user-select: none;
user-select: none; }
@@ -473,7 +474,8 @@
pointer-events: none; }
.u-table .u-checkbox {
height: 16px;
- line-height: 16px; }
+ line-height: 16px;
+ margin: 0px; }
.u-table:focus {
outline: none;
@@ -569,7 +571,8 @@
display: none; }
.editable-cell-input-wrapper .u-input-group .u-form-control {
- height: 26px; }
+ height: 26px;
+ font-size: 12px; }
.editable-cell-text-wrapper {
padding: 5px 24px 5px 5px;
diff --git a/build/Table.js b/build/Table.js
index 7fa10a3..d306af6 100644
--- a/build/Table.js
+++ b/build/Table.js
@@ -207,7 +207,7 @@ var Table = function (_Component) {
var rows = [].concat(_toConsumableArray(props.data));
_this.columnManager = new _ColumnManager2["default"](props.columns, props.children, props.originWidth);
_this.store = (0, _createStore2["default"])({ currentHoverKey: null });
-
+ _this.firstDid = true;
if (props.defaultExpandAllRows) {
for (var i = 0; i < rows.length; i++) {
var row = rows[i];
diff --git a/build/lib/dragColumn.js b/build/lib/dragColumn.js
index 74ae9b6..c4d1c4d 100644
--- a/build/lib/dragColumn.js
+++ b/build/lib/dragColumn.js
@@ -1,7 +1,7 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
- value: true
+ value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -36,137 +36,137 @@ var cloneDeep = require('lodash.clonedeep');
function dragColumn(Table) {
- return function (_Component) {
- _inherits(DragColumn, _Component);
+ return function (_Component) {
+ _inherits(DragColumn, _Component);
- function DragColumn(props) {
- _classCallCheck(this, DragColumn);
+ function DragColumn(props) {
+ _classCallCheck(this, DragColumn);
- var _this = _possibleConstructorReturn(this, _Component.call(this, props));
+ var _this = _possibleConstructorReturn(this, _Component.call(this, props));
- _this.setColumOrderByIndex = function (_column) {
- _column.forEach(function (da, i) {
- da.dragIndex = i;
- da.drgHover = false;
- });
- return _column;
- };
-
- _this.onDrop = function (event, data) {
- var dragSource = data.dragSource,
- dragTarg = data.dragTarg;
- var columns = _this.state.columns;
-
- var sourceIndex = -1,
- targetIndex = -1;
-
- sourceIndex = columns.findIndex(function (da, i) {
- return da.key == dragSource.key;
- });
- targetIndex = columns.findIndex(function (da, i) {
- return da.key == dragTarg.key;
- });
- // for (let index = 0; index < columns.length; index++) {
- // const da = columns[index];
- // if(da.key === dragSource.key){
- // columns[index] = dragTargColum;
- // }
- // if(da.key === dragTarg.key){
- // columns[index] = dragSourceColum;
- // }
- // }
- // 向前移动
- if (targetIndex < sourceIndex) {
- targetIndex = targetIndex + 1;
- }
- columns.splice(targetIndex, 0, columns.splice(sourceIndex, 1)[0]);
- _this.setState({
- columns: cloneDeep(columns)
- });
- if (_this.props.onDrop) {
- _this.props.onDrop(event, data, columns);
- }
- };
-
- _this.getTarget = function (evt) {
- return evt.target || evt.srcElement;
- };
-
- _this.state = {
- columns: _this.setColumOrderByIndex(props.columns)
- };
- return _this;
- }
-
- DragColumn.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
- if (nextProps.columns != this.props.columns) {
- this.setState({
- columns: this.setColumOrderByIndex(nextProps.columns)
- });
- }
- };
-
- DragColumn.prototype.cloneDeep = function cloneDeep(obj) {
- if ((typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object' || Object.keys(obj).length === 0) {
- return obj;
- }
- var resultData = {};
- return this.recursion(obj, resultData);
- };
-
- DragColumn.prototype.recursion = function (_recursion) {
- function recursion(_x) {
- return _recursion.apply(this, arguments);
- }
-
- recursion.toString = function () {
- return _recursion.toString();
- };
-
- return recursion;
- }(function (obj) {
- var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
-
- for (key in obj) {
- if (_typeof(obj[key]) == 'object' && Object.keys(obj[key].length > 0)) {
- data[key] = recursion(obj[key]);
- } else {
- data[key] = obj[key];
- }
- }
- return data;
+ _this.setColumOrderByIndex = function (_column) {
+ _column.forEach(function (da, i) {
+ da.dragIndex = i;
+ da.drgHover = false;
});
+ return _column;
+ };
- DragColumn.prototype.render = function render() {
- var _props = this.props,
- data = _props.data,
- dragborder = _props.dragborder,
- draggable = _props.draggable,
- className = _props.className,
- columns = _props.columns,
- onDragStart = _props.onDragStart,
- onDragEnter = _props.onDragEnter,
- onDragOver = _props.onDragOver,
- onDrop = _props.onDrop,
- others = _objectWithoutProperties(_props, ['data', 'dragborder', 'draggable', 'className', 'columns', 'onDragStart', 'onDragEnter', 'onDragOver', 'onDrop']);
+ _this.onDrop = function (event, data) {
+ var dragSource = data.dragSource,
+ dragTarg = data.dragTarg;
+ var columns = _this.state.columns;
- var key = new Date().getTime();
- return _react2["default"].createElement(Table, _extends({}, others, {
- columns: this.state.columns,
- data: data,
- className: className + ' u-table-drag-border',
- onDragStart: this.onDragStart,
- onDragOver: this.onDragOver,
- onDrop: this.onDrop,
- onDragEnter: this.onDragEnter,
- draggable: draggable,
- dragborder: dragborder
- // dragborder={false}
- , dragborderKey: key
- }));
- };
+ var sourceIndex = -1,
+ targetIndex = -1;
- return DragColumn;
- }(_react.Component);
+ sourceIndex = columns.findIndex(function (da, i) {
+ return da.key == dragSource.key;
+ });
+ targetIndex = columns.findIndex(function (da, i) {
+ return da.key == dragTarg.key;
+ });
+ // for (let index = 0; index < columns.length; index++) {
+ // const da = columns[index];
+ // if(da.key === dragSource.key){
+ // columns[index] = dragTargColum;
+ // }
+ // if(da.key === dragTarg.key){
+ // columns[index] = dragSourceColum;
+ // }
+ // }
+ // 向前移动
+ if (targetIndex < sourceIndex) {
+ targetIndex = targetIndex + 1;
+ }
+ columns.splice(targetIndex, 0, columns.splice(sourceIndex, 1)[0]);
+ _this.setState({
+ columns: cloneDeep(columns)
+ });
+ if (_this.props.onDrop) {
+ _this.props.onDrop(event, data, columns);
+ }
+ };
+
+ _this.getTarget = function (evt) {
+ return evt.target || evt.srcElement;
+ };
+
+ _this.state = {
+ columns: _this.setColumOrderByIndex(props.columns)
+ };
+ return _this;
+ }
+
+ DragColumn.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
+ if (nextProps.columns != this.props.columns) {
+ this.setState({
+ columns: this.setColumOrderByIndex(nextProps.columns)
+ });
+ }
+ };
+
+ DragColumn.prototype.cloneDeep = function cloneDeep(obj) {
+ if ((typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object' || Object.keys(obj).length === 0) {
+ return obj;
+ }
+ var resultData = {};
+ return this.recursion(obj, resultData);
+ };
+
+ DragColumn.prototype.recursion = function (_recursion) {
+ function recursion(_x) {
+ return _recursion.apply(this, arguments);
+ }
+
+ recursion.toString = function () {
+ return _recursion.toString();
+ };
+
+ return recursion;
+ }(function (obj) {
+ var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+
+ for (key in obj) {
+ if (_typeof(obj[key]) == 'object' && Object.keys(obj[key].length > 0)) {
+ data[key] = recursion(obj[key]);
+ } else {
+ data[key] = obj[key];
+ }
+ }
+ return data;
+ });
+
+ DragColumn.prototype.render = function render() {
+ var _props = this.props,
+ data = _props.data,
+ dragborder = _props.dragborder,
+ draggable = _props.draggable,
+ className = _props.className,
+ columns = _props.columns,
+ onDragStart = _props.onDragStart,
+ onDragEnter = _props.onDragEnter,
+ onDragOver = _props.onDragOver,
+ onDrop = _props.onDrop,
+ others = _objectWithoutProperties(_props, ['data', 'dragborder', 'draggable', 'className', 'columns', 'onDragStart', 'onDragEnter', 'onDragOver', 'onDrop']);
+
+ var key = new Date().getTime();
+ return _react2["default"].createElement(Table, _extends({}, others, {
+ columns: this.state.columns,
+ data: data,
+ className: className + ' u-table-drag-border',
+ onDragStart: this.onDragStart,
+ onDragOver: this.onDragOver,
+ onDrop: this.onDrop,
+ onDragEnter: this.onDragEnter,
+ draggable: draggable,
+ dragborder: dragborder
+ // dragborder={false}
+ , dragborderKey: key
+ }));
+ };
+
+ return DragColumn;
+ }(_react.Component);
}
module.exports = exports['default'];
\ No newline at end of file
diff --git a/build/lib/multiSelect.js b/build/lib/multiSelect.js
index 78de72e..f0dada4 100644
--- a/build/lib/multiSelect.js
+++ b/build/lib/multiSelect.js
@@ -1,4 +1,4 @@
-'use strict';
+"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
@@ -8,15 +8,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
exports["default"] = multiSelect;
-var _react = require('react');
+var _react = require("react");
var _react2 = _interopRequireDefault(_react);
-var _beeCheckbox = require('bee-checkbox');
-
-var _beeCheckbox2 = _interopRequireDefault(_beeCheckbox);
-
-var _util = require('./util');
+var _util = require("./util");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -27,6 +23,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
+// import Checkbox from 'bee-checkbox';
+
/**
* 参数: 过滤表头
@@ -134,7 +132,8 @@ function multiSelect(Table, Checkbox) {
return NewMultiSelect;
}(_react.Component), _class.defaultProps = {
- prefixCls: "u-table-mult-select"
+ prefixCls: "u-table-mult-select",
+ getSelectedDataFunc: function getSelectedDataFunc() {}
}, _initialiseProps = function _initialiseProps() {
var _this2 = this;
@@ -218,7 +217,7 @@ function multiSelect(Table, Checkbox) {
var _defaultColumns = [{
title: _react2["default"].createElement(Checkbox, _extends({
- className: 'table-checkbox'
+ className: "table-checkbox"
}, checkAttr, {
disabled: disabledCount == dataLength ? true : false,
onChange: _this2.onAllCheckChange
@@ -232,7 +231,7 @@ function multiSelect(Table, Checkbox) {
record._disabled ? attr.disabled = record._disabled : "";
return _react2["default"].createElement(Checkbox, _extends({
key: index,
- className: 'table-checkbox'
+ className: "table-checkbox"
}, attr, {
checked: record._checked,
onClick: _this2.handleClick,
@@ -244,4 +243,4 @@ function multiSelect(Table, Checkbox) {
};
}, _temp;
}
-module.exports = exports['default'];
\ No newline at end of file
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/build/lib/newMultiSelect.js b/build/lib/newMultiSelect.js
index c794ec0..caf169d 100644
--- a/build/lib/newMultiSelect.js
+++ b/build/lib/newMultiSelect.js
@@ -1,4 +1,4 @@
-'use strict';
+"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
@@ -8,15 +8,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
exports["default"] = newMultiSelect;
-var _react = require('react');
+var _react = require("react");
var _react2 = _interopRequireDefault(_react);
-var _beeCheckbox = require('bee-checkbox');
-
-var _beeCheckbox2 = _interopRequireDefault(_beeCheckbox);
-
-var _util = require('./util');
+var _util = require("./util");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -27,6 +23,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
+// import Checkbox from 'bee-checkbox';
+
/**
* 参数: 过滤表头
@@ -166,7 +164,7 @@ function newMultiSelect(Table, Checkbox) {
var _defaultColumns = [{
title: _react2["default"].createElement(Checkbox, {
- className: 'table-checkbox',
+ className: "table-checkbox",
checked: checkedAll
// indeterminate={indeterminate_bool && !this.state.checkedAll}
, onChange: _this2.onAllCheckChange
@@ -180,7 +178,7 @@ function newMultiSelect(Table, Checkbox) {
record._disabled ? attr.disabled = record._disabled : "";
return _react2["default"].createElement(Checkbox, _extends({
key: index,
- className: 'table-checkbox'
+ className: "table-checkbox"
}, attr, {
checked: record._checked,
onClick: _this2.handleClick,
@@ -192,4 +190,4 @@ function newMultiSelect(Table, Checkbox) {
};
}, _temp;
}
-module.exports = exports['default'];
\ No newline at end of file
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/build/lib/util.js b/build/lib/util.js
index 237dba1..9ea2e19 100644
--- a/build/lib/util.js
+++ b/build/lib/util.js
@@ -1,7 +1,7 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
- value: true
+ value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -20,29 +20,29 @@ exports.ObjectAssign = ObjectAssign;
*/
function sortBy(arr, prop, desc) {
- var props = [],
- ret = [],
- i = 0,
- len = arr.length;
- if (typeof prop == 'string') {
- for (; i < len; i++) {
- var oI = arr[i];
- (props[i] = new String(oI && oI[prop] || ''))._obj = oI;
+ var props = [],
+ ret = [],
+ i = 0,
+ len = arr.length;
+ if (typeof prop == 'string') {
+ for (; i < len; i++) {
+ var oI = arr[i];
+ (props[i] = new String(oI && oI[prop] || ''))._obj = oI;
+ }
+ } else if (typeof prop == 'function') {
+ for (; i < len; i++) {
+ var _oI = arr[i];
+ (props[i] = new String(_oI && prop(_oI) || ''))._obj = _oI;
+ }
+ } else {
+ throw '参数类型错误';
}
- } else if (typeof prop == 'function') {
- for (; i < len; i++) {
- var _oI = arr[i];
- (props[i] = new String(_oI && prop(_oI) || ''))._obj = _oI;
+ props.sort();
+ for (i = 0; i < len; i++) {
+ ret[i] = props[i]._obj;
}
- } else {
- throw '参数类型错误';
- }
- props.sort();
- for (i = 0; i < len; i++) {
- ret[i] = props[i]._obj;
- }
- if (desc) ret.reverse();
- return ret;
+ if (desc) ret.reverse();
+ return ret;
};
/**
@@ -51,11 +51,11 @@ function sortBy(arr, prop, desc) {
* @param {} property
*/
function compare(property) {
- return function (a, b) {
- var value1 = a[property];
- var value2 = b[property];
- return value1 - value2;
- };
+ return function (a, b) {
+ var value1 = a[property];
+ var value2 = b[property];
+ return value1 - value2;
+ };
}
/**
@@ -63,17 +63,17 @@ function compare(property) {
* @param {*} obj 要拷贝的对象
*/
function ObjectAssign(obj) {
- var b = obj instanceof Array;
- var tagObj = b ? [] : {};
- if (b) {
- //数组
- obj.forEach(function (da) {
- var _da = {};
- _extends(_da, da);
- tagObj.push(_da);
- });
- } else {
- _extends(tagObj, obj);
- }
- return tagObj;
+ var b = obj instanceof Array;
+ var tagObj = b ? [] : {};
+ if (b) {
+ //数组
+ obj.forEach(function (da) {
+ var _da = {};
+ _extends(_da, da);
+ tagObj.push(_da);
+ });
+ } else {
+ _extends(tagObj, obj);
+ }
+ return tagObj;
}
\ No newline at end of file
diff --git a/demo/TableDemo.scss b/demo/TableDemo.scss
index c47b9c6..2bb6304 100644
--- a/demo/TableDemo.scss
+++ b/demo/TableDemo.scss
@@ -1,25 +1,25 @@
-@import "../node_modules/tinper-bee-core/scss/index.scss";
-@import "../node_modules/bee-panel/src/Panel.scss";
-@import "../node_modules/bee-layout/src/Layout.scss";
-@import "../node_modules/bee-button/src/Button.scss";
-@import "../node_modules/bee-transition/src/Transition.scss";
-@import "../node_modules/bee-popconfirm/src/Popconfirm.scss";
-@import "../node_modules/bee-form-control/src/FormControl.scss";
-@import "../node_modules/bee-pagination/src/Pagination.scss";
-@import "../node_modules/bee-checkbox/src/Checkbox.scss";
-@import "../node_modules/bee-select/src/Select.scss";
-@import "../node_modules/bee-form/src/Form.scss";
-@import "../node_modules/bee-popover/src/Popover.scss";
-@import "../node_modules/bee-tooltip/src/Tooltip.scss";
-@import "../node_modules/bee-message/build/Message.css";
-@import "../node_modules/bee-dropdown/build/Dropdown.css";
-@import "../node_modules/bee-input-number/build/InputNumber.css";
-@import "../node_modules/bee-modal/build/Modal.css";
+// @import "../node_modules/tinper-bee-core/scss/index.scss";
+// @import "../node_modules/bee-panel/src/Panel.scss";
+// @import "../node_modules/bee-layout/src/Layout.scss";
+// @import "../node_modules/bee-button/src/Button.scss";
+// @import "../node_modules/bee-transition/src/Transition.scss";
+// @import "../node_modules/bee-popconfirm/src/Popconfirm.scss";
+// @import "../node_modules/bee-form-control/src/FormControl.scss";
+// @import "../node_modules/bee-pagination/src/Pagination.scss";
+// @import "../node_modules/bee-checkbox/src/Checkbox.scss";
+// @import "../node_modules/bee-select/src/Select.scss";
+// @import "../node_modules/bee-form/src/Form.scss";
+// @import "../node_modules/bee-popover/src/Popover.scss";
+// @import "../node_modules/bee-tooltip/src/Tooltip.scss";
+// @import "../node_modules/bee-message/build/Message.css";
+// @import "../node_modules/bee-dropdown/build/Dropdown.css";
+// @import "../node_modules/bee-input-number/build/InputNumber.css";
+// @import "../node_modules/bee-modal/build/Modal.css";
@import "../src/Table.scss";
//引入日期控件样式文件
-@import "../node_modules/bee-datepicker/src/datepicker.scss";
+// @import "../node_modules/bee-datepicker/src/datepicker.scss";
.selected{
background: rgb(227,242,253);
diff --git a/demo/demolist/Demo14.js b/demo/demolist/Demo14.js
index abb77c8..199c361 100644
--- a/demo/demolist/Demo14.js
+++ b/demo/demolist/Demo14.js
@@ -161,6 +161,7 @@ class Demo14 extends React.Component {
isclickTrigger={true}
value={text}
onChange={this.onSelectChange(index, "address")}
+ size="sm"
>
diff --git a/demo/demolist/Demo19.js b/demo/demolist/Demo19.js
index dc353f7..1ee1834 100644
--- a/demo/demolist/Demo19.js
+++ b/demo/demolist/Demo19.js
@@ -121,6 +121,7 @@ class Demo19 extends React.Component {
onChange={this.onSelectChange(index, "address")}
onFocus={this.handFocus}
onBlur={this.onBlur}
+ size="sm"
autofocus
>
diff --git a/demo/demolist/Demo2.js b/demo/demolist/Demo2.js
index b3a005f..b570542 100644
--- a/demo/demolist/Demo2.js
+++ b/demo/demolist/Demo2.js
@@ -183,6 +183,7 @@ class Demo2 extends React.Component {
return (