提交 653a8c6a 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据视图快速分组组件样式调整 --fix2

上级 80ff8fba
.app-quick-group { .app-quick-group {
color: #a8a8a8;
width: 90%; width: 90%;
height: 30px; height: 30px;
margin: 5px auto; margin: 5px auto;
...@@ -36,3 +37,11 @@ ...@@ -36,3 +37,11 @@
color: white; color: white;
} }
} }
.app-quick-group > .quick-group-tab:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.app-quick-group > .quick-group-tab:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册