提交 be3d5299 编写于 作者: 翰文

chore: collapse样式调整

上级 2902e330
......@@ -2,7 +2,7 @@
- order: 1
手风琴,每次只打开一个tab。默认打开第一个
手风琴,每次只打开一个tab。默认打开第一个
---
......
......@@ -2,7 +2,7 @@
- order: 2
手风琴嵌套折叠面板
手风琴嵌套折叠面板
---
......
@prefixCls: ant-collapse;
@borderStyle: 1px solid #e9e9e9;
@borderStyle: 1px solid #d9d9d9;
#arrow {
.common(){
......@@ -24,17 +24,19 @@
.@{prefixCls} {
background-color: #f4f4f4;
border-radius: 3px;
border-top: @borderStyle;
border-left: @borderStyle;
border-right: @borderStyle;
border: @borderStyle;
& > &-item {
border-top: @borderStyle;
&:first-child {
border-top: none;
}
> .@{prefixCls}-header {
height: 38px;
line-height: 38px;
text-indent: 16px;
color: #666;
border-bottom: @borderStyle;
&:before {
display: inline-block;
content: '\20';
......@@ -68,12 +70,10 @@
}
&-content-active {
border-bottom: @borderStyle;
}
& > &-item-active {
> .@{prefixCls}-header {
border-bottom: none;
&:before {
#arrow > .bottom(3px, 4px, #666);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册