bee-table/dist/demo.css

88 lines
1.8 KiB
CSS
Raw Normal View History

2018-05-02 15:37:38 +08:00
.selected {
background: #FFF7E7; }
2018-05-02 15:37:38 +08:00
.demo25 {
height: 100%; }
2018-07-04 15:55:48 +08:00
.demo25 .u-table-filter-column-filter-icon {
right: 15px; }
2019-04-18 10:50:38 +08:00
.opt-btns .u-button {
2019-04-18 11:32:46 +08:00
color: #fff;
2019-04-18 10:50:38 +08:00
background: #505F79; }
.opt-btns .u-button:hover, .opt-btns .u-button:active {
background: #344563; }
2019-04-15 20:14:02 +08:00
.demo04.u-table tr:nth-child(2n) {
background: #f7f9fb; }
.demo04.u-table tr.u-table-row-hover, .demo04 .u-table tr:hover {
background: #ebecf0; }
.demo22 .opt-btns {
margin-bottom: 8px; }
2019-04-16 13:35:25 +08:00
.demo32 .u-table-thead th {
padding-top: 0px;
padding-bottom: 0px; }
2019-03-20 17:44:05 +08:00
2019-04-24 11:32:19 +08:00
.demo0502 .u-table-row td {
padding: 5px 8px; }
.demo0502 .u-table-row td input.error {
border-color: #F44336; }
.demo0502 .u-table-row .editable-cell {
height: 30px; }
.demo0502 .u-table-row-hover .editable-cell-text-wrapper {
line-height: 18px;
border: 1px solid #c1c7d0; }
.demo0502 .u-table-row .u-form-control,
.demo0502 .u-table-row .u-select-selection {
height: 30px; }
.demo0502 .editable-cell-text-wrapper {
box-sizing: border-box;
line-height: 20px;
border-radius: 3px; }
.demo0502 .editable-cell-text-wrapper:hover {
line-height: 18px;
border: 1px solid #a5adba; }
2019-04-24 11:32:19 +08:00
.demo0502 .require {
position: absolute;
top: 2px;
2019-04-24 11:32:19 +08:00
color: #F44336;
font-size: 20px; }
.help-tip {
color: #F44336; }
2019-04-24 11:32:19 +08:00
.tp-0502 .tooltip-arrow {
border-bottom-color: #F44336 !important; }
2019-04-24 11:32:19 +08:00
.tp-0502 .tooltip-inner {
border-color: #F44336 !important; }
2019-04-16 13:35:25 +08:00
th .drop-menu .uf {
font-size: 12px;
visibility: hidden;
margin-left: 15px; }
th:hover .uf {
visibility: visible; }
2019-03-20 17:44:05 +08:00
2019-04-22 14:52:22 +08:00
.demo8 .u-table {
margin-bottom: 11px; }
.demo8 .u-pagination {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center; }
2017-11-16 11:11:44 +08:00
/*# sourceMappingURL=demo.css.map */