实现行李转盘数据显示

This commit is contained in:
714943302@qq.com
2018-11-13 17:50:05 +08:00
parent 805b774054
commit c4023247a6
5 changed files with 776 additions and 6 deletions
@@ -0,0 +1,63 @@
.main-page {
width: 100%;
height: calc(100% - 66px);
padding: 15px 10px;
background-color: #fff;
.page-content {
border: 1px solid #ccc;
padding: 10px 20px;
.search-filter {
padding: 0 15px;
.first-condition {
.line-operator-right {
text-align: right;
padding: 0;
.btn-info {
background-color: rgb(122, 156, 204);
border-color: rgb(122, 156, 204);
}
}
}
.input-container {
padding: 0;
> .form-control {
width: 180px;
display: inline-block;
}
}
}
.airline-table{
.table-container{
// border: 1px solid #ccc;
width: 100%;
height: 700px;
overflow: scroll;
table{
width: max-content;
tr{
cursor: pointer;
&.active{
background: rgb(181, 215, 255);
}
}
th,td{
// border: none;
text-align: center;
}
}
}
}
}
}
@media screen and (max-width: 991px) {
.line-operator-right {
text-align: left !important;
}
}
// @media screen and (min-width: 1200px){
// .line-operator-right{
// text-align: left;
// }
// }