排序样式

This commit is contained in:
wanghaoo 2018-11-27 16:31:15 +08:00
parent 9f2916e17e
commit 93b6101559
4 changed files with 4 additions and 7 deletions

View File

@ -330,7 +330,6 @@
.u-table-thead th .bee-table-column-sorter {
position: relative;
margin-left: 4px;
width: 14px;
height: 1em;
vertical-align: middle;
text-align: center;
@ -339,7 +338,7 @@
.u-table-thead th .bee-table-column-sorter > .bee-table-column-sorter-up, .u-table-thead th .bee-table-column-sorter > .bee-table-column-sorter-flat {
line-height: 6px;
display: block;
width: 14px;
width: 32px;
cursor: pointer; }
.u-table-thead th .bee-table-column-sorter-down.on .uf-triangle-down,
.u-table-thead th .bee-table-column-sorter-down.on .uf-triangle-up,

3
dist/demo.css vendored
View File

@ -8596,7 +8596,6 @@ ul {
.u-table-thead th .bee-table-column-sorter {
position: relative;
margin-left: 4px;
width: 14px;
height: 1em;
vertical-align: middle;
text-align: center;
@ -8605,7 +8604,7 @@ ul {
.u-table-thead th .bee-table-column-sorter > .bee-table-column-sorter-up, .u-table-thead th .bee-table-column-sorter > .bee-table-column-sorter-flat {
line-height: 6px;
display: block;
width: 14px;
width: 34px;
cursor: pointer; }
.u-table-thead th .bee-table-column-sorter-down.on .uf-triangle-down,
.u-table-thead th .bee-table-column-sorter-down.on .uf-triangle-up,

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

View File

@ -296,7 +296,6 @@ $table-move-in-color: $bg-color-base;
.bee-table-column-sorter {
position: relative;
margin-left: 4px;
width: 14px;
height: 1em;
vertical-align: middle;
text-align: center;
@ -306,7 +305,7 @@ $table-move-in-color: $bg-color-base;
& > .bee-table-column-sorter-up, & > .bee-table-column-sorter-flat {
line-height: 6px;
display: block;
width: 14px;
width: 34px;
cursor: pointer;
}