创建websocket服务和spin服务

This commit is contained in:
zhouyuejun
2018-11-29 10:40:23 +08:00
parent bb2779e6e8
commit 2871120616
12 changed files with 293 additions and 57 deletions
+48 -21
View File
@@ -27,62 +27,89 @@
}
}
}
.airline-table{
.table-container{
.airline-table {
.table-container {
display: inline-block;
// border: 1px solid #ccc;
width: 100%;
height: 700px;
overflow: auto;
box-shadow: 0 0 1px .5px #ddd;
table{
box-shadow: 0 0 1px 0.5px #ddd;
table {
width: max-content;
tr{
tr {
cursor: pointer;
&.selected{
&.selected {
background: rgb(181, 215, 255);
}
}
th{
th {
background-color: #ddd;
color: rgb(0, 0, 255);
}
th,td{
// border: none;
text-align: center;
}
// th,td{
// // border: none;
// // 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;
}
}
.airline-message{
.airline-message {
display: inline-block;
// box-shadow: 0 0 1px .5px #ddd;
vertical-align: top;
width: 0;
margin-left: 1%;
height: 700px;
/deep/ .ant-tabs-bar{
/deep/ .ant-tabs-bar {
border-bottom: 10px solid skyblue;
.ant-tabs-tab{
.ant-tabs-tab {
padding: 0 5px;
&.ant-tabs-tab-active{
&.ant-tabs-tab-active {
background: skyblue;
/* border-color: skyblue; */
color: rgba(0,0,0,0.65);
padding-bottom: 0;
color: rgba(0, 0, 0, 0.65);
padding-bottom: 0;
}
}
}
&::-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;
}
}
.table-c{
.table-c {
width: 75%;
}
.table-o{
.table-o {
width: 100%;
}
.tab-c{
.tab-c {
width: 0;
display: none;
}
.tab-o{
.tab-o {
width: 24%;
}
}