第一次行排序(待优化)

This commit is contained in:
zhouyuejun
2018-11-06 09:41:04 +08:00
parent 280467d77c
commit 4e0f2c7438
14 changed files with 2418 additions and 2014 deletions
+3 -3
View File
@@ -28,12 +28,12 @@
}
.airline-table{
.table-container{
border: 1px solid #ccc;
// border: 1px solid #ccc;
width: 100%;
height: 700px;
overflow: scroll;
table{
width: auto;
width: max-content;
tr{
cursor: pointer;
&.active{
@@ -41,7 +41,7 @@
}
}
th,td{
border: none;
// border: none;
text-align: center;
}
}