提交 cc42b63b 作者: 翁进城

filter样式缩减调整

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