Commit 5ae3d50f by liang ce

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

parent 0016e485
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
background: rgba(0,0,0,.1); background: rgba(0,0,0,.1);
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
z-index: 999;
} }
.lableTreeContent{ .lableTreeContent{
width: 100%; width: 100%;
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
z-index: 99;
} }
.searchHeader1 { .searchHeader1 {
border-bottom: 1px solid rgba(25,31,37,0.12); border-bottom: 1px solid rgba(25,31,37,0.12);
...@@ -139,6 +140,9 @@ ...@@ -139,6 +140,9 @@
border-right: 1px solid #ffffff; border-right: 1px solid #ffffff;
box-sizing: border-box; box-sizing: border-box;
} }
.reserveRoomTimeBarBg>view:nth-last-of-type(1){
border: none !important;
}
.preemption { .preemption {
background: #FFFFFF; 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