表格高度自适应等优化

This commit is contained in:
zhouyuejun
2018-12-24 16:33:39 +08:00
parent b1d84ac2bc
commit 6e35f9cb88
9 changed files with 127 additions and 41 deletions
@@ -19,6 +19,9 @@
}
}
}
.second-condition,.third-condition{
display: none;
}
.input-container {
padding: 0;
> .form-control {
@@ -26,6 +29,12 @@
display: inline-block;
}
}
.filterClose-c{
display: none;
}
.filterClose-o{
display: flex;
}
}
.airline-table{
.table-container{
@@ -50,6 +59,19 @@
text-align: center;
}
}
&::-webkit-scrollbar {
width: 15px;
height: 15px;
}
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
background: rgba(165, 207, 222, 1);
border-radius: 10px;
}
&::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.06);
border-radius: 10px;
}
}
}
}