feat: 优化明细表常用字段在只读模式下的显示效果

This commit is contained in:
gaoyunqi
2024-04-28 15:27:25 +08:00
parent 42148c39be
commit f93cdac42b

View File

@ -550,6 +550,45 @@
});
}
</script>
<style lang="less">
.ant-table-row {
.ant-input-affix-wrapper-disabled {
background-color: transparent;
}
.ant-input-disabled {
color: rgba(0, 0, 0, 0.85);
}
.ant-select-disabled {
.ant-select-selector {
margin-left: 10px;
}
}
.ant-picker-disabled {
background-color: transparent;
.ant-picker-suffix {
display: none;
}
.ant-picker-input {
input {
color: rgba(0, 0, 0, 0.85);
}
}
}
.form-select-user {
&.disabled {
.ant-input-affix-wrapper {
padding-left: 10px;
}
}
}
}
</style>
<style lang="less" scoped>
:deep(.ant-form-item) {
margin-bottom: 0;