@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 "../src/Table.scss"; //引入日期控件样式文件 @import "../node_modules/bee-datepicker/src/datepicker.scss"; .selected{ background: rgb(227,242,253); }