提交 67142ad0 编写于 作者: Mosher's avatar Mosher

优化卡片视图导航工具栏样式

上级 fcae8c01
...@@ -24,8 +24,13 @@ ...@@ -24,8 +24,13 @@
} }
.container-header{ .container-header{
display: flex; display: flex;
justify-content: space-between; justify-content: flex-start;
align-items: center; align-items: center;
flex-wrap: wrap;
.quick-group-container {
padding-top: 8px;
padding-right: 20px;
}
.search-container { .search-container {
width: 30%; width: 30%;
height: 48px; height: 48px;
...@@ -91,6 +96,7 @@ ...@@ -91,6 +96,7 @@
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
flex-wrap: wrap;
.search-container { .search-container {
width: 30%; width: 30%;
height: 48px; height: 48px;
...@@ -102,6 +108,7 @@ ...@@ -102,6 +108,7 @@
padding: 4px; padding: 4px;
} }
.quick-group-container{ .quick-group-container{
padding-top: 8px;
padding-right: 20px; padding-right: 20px;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册