style: tab类型的lc-left-float-pane样式

This commit is contained in:
wuyue.xht 2020-04-21 22:15:52 +08:00
parent afdec06d8c
commit b35b88e364

View File

@ -217,7 +217,7 @@ body {
box-shadow: 4px 0 16px 0 rgba(31,50,88,0.08);
z-index: 820;
display: none;
padding-top: 36px;
// padding-top: 36px;
&.lc-area-visible {
display: block;
}
@ -229,6 +229,23 @@ body {
line-height: 1;
}
}
.lc-tabs-title {
width: 100%;
height: 36px;
position: relative;
display: center;
display: flex;
justify-content: center;
align-items: center;
background: rgba(31,56,88,0.04);
}
.lc-tabs-content {
position: absolute;
top: 36px;
bottom: 0;
left: 0;
right: 0;
}
}
.lc-left-area {
height: 100%;