提交 9d5e38f2 编写于 作者: Neuromancer255's avatar Neuromancer255

快速分组栏样式 --fix1

上级 fcfe7c61
......@@ -24,10 +24,15 @@
display: flex;
justify-content: center;
}
.view-quick-group-tab {
.view-quick-group {
width: 100%;
display: flex;
flex-direction: column;
position: relative;
.view-quick-group-tab {
width: 100%;
height: 40px;
background-color: #e8e8e8;
background-color: #e8e8e89a;
display: flex;
justify-content: space-between;
.group-tab {
......@@ -35,6 +40,22 @@
line-height: 40px;
min-width: 12.5%;
}
}
.groupList {
width: 100%;
position: absolute;
top: 40px;
display: flex;
flex-direction: column;
.groupListItem {
width: 100%;
height: 40px;
padding:10px 20px;
z-index: 9999;
background-color: white;
border-bottom: 1px solid #e8e8e8;
}
}
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册