Commit 5ae3d50f by liang ce

全部会议室列表加入层级处理

parent 0016e485
......@@ -9,6 +9,7 @@
background: rgba(0,0,0,.1);
display: flex;
align-items: flex-end;
z-index: 999;
}
.lableTreeContent{
width: 100%;
......
......@@ -7,6 +7,7 @@
position: fixed;
left: 0;
top: 0;
z-index: 99;
}
.searchHeader1 {
border-bottom: 1px solid rgba(25,31,37,0.12);
......@@ -139,6 +140,9 @@
border-right: 1px solid #ffffff;
box-sizing: border-box;
}
.reserveRoomTimeBarBg>view:nth-last-of-type(1){
border: none !important;
}
.preemption {
background: #FFFFFF;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment