fix: 修复卡片内静态表单项样式问题

This commit is contained in:
jinye 2024-10-11 20:23:00 +08:00 committed by lmaomaoz
parent 567e1ea151
commit e23fb98e04

View File

@ -118,6 +118,19 @@
min-width: 0;
text-overflow: ellipsis;
overflow: hidden;
@media (max-width: 767px) {
.#{$ns}Form-item {
padding-top: 0;
padding-bottom: 0;
&:after {
display: none;
}
.#{$ns}Form-static {
padding-top: 0;
padding-bottom: 0;
}
}
}
}
&-fieldLabel {