提交 cc42b63b 作者: 翁进城

filter样式缩减调整

上级 4ec70107
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
border-radius: 6px; border-radius: 6px;
* { * {
font-size: 14px !important; font-size: 12px !important;
} }
} }
.filterItem { .filterItem {
min-height: 42px; min-height: 26px;
border-bottom: 1px dashed RGBA(222, 222, 222, 1); border-bottom: 1px dashed RGBA(222, 222, 222, 1);
display: flex; display: flex;
...@@ -23,9 +23,8 @@ ...@@ -23,9 +23,8 @@
margin-right: 8px; margin-right: 8px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: rgba(153, 153, 153, 1); color: rgba(153, 153, 153, 1);
line-height: 20px; line-height: 26px;
height: auto; height: auto;
margin-top: 10px;
} }
.filterItemMain { .filterItemMain {
...@@ -40,14 +39,20 @@ ...@@ -40,14 +39,20 @@
} }
:global .ant-collapse-item { :global .ant-collapse-item {
transform: translateY(-2px);
.ant-collapse-expand-icon { .ant-collapse-expand-icon {
margin-top: 10px; margin-top: 6px;
} }
.ant-collapse-header { .ant-collapse-header {
padding: 0; padding: 0;
height: 42px; height: 26px;
line-height: 42px; line-height: 26px;
}
.ant-collapse-content-box {
padding: 0;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论