新增航线三字码列和冻结航班号

This commit is contained in:
zhouyuejun
2019-05-07 18:04:14 +08:00
parent 00aa4a8239
commit cdeffa3ff5
10 changed files with 135 additions and 36 deletions
@@ -64,6 +64,19 @@
text-align: center;
color: rgb(0, 0, 255);
}
& th:nth-child(1){
position: sticky;
left: 0px;
}
& th:nth-child(2){
position: sticky;
left: 55px;
}
& th:nth-child(3){
position: sticky;
left: 140px;
box-shadow: 6px 0 6px 0 rgba(0,0,0,.05)
}
}
&::-webkit-scrollbar {
width: 15px;
@@ -92,13 +105,28 @@
tr {
cursor: pointer;
height: 42px;
&.selected {
&.selected td{
background: rgb(181, 215, 255);
}
}
td {
border: 1px solid #dee2e6;
text-align: center
text-align: center;
background: #fff;
}
& td:nth-child(1){
position: sticky;
left: 0;
border-left: none;
}
& td:nth-child(2){
position: sticky;
left: 55px;
}
& td:nth-child(3){
position: sticky;
left: 140px;
box-shadow: 6px 0 6px 0 rgba(0,0,0,.05)
}
}
&::-webkit-scrollbar {