文字加深
This commit is contained in:
@@ -2541,6 +2541,36 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 详情/查看模式下禁用表单文字颜色加深 */
|
||||
.editor-form:deep(.ant-select-disabled .ant-select-selection-item) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-select-disabled .ant-select-selection-placeholder) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-input[disabled]) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
-webkit-text-fill-color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-input-number-disabled .ant-input-number-input) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
-webkit-text-fill-color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-picker.ant-picker-disabled .ant-picker-input input) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
-webkit-text-fill-color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio + span) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox + span) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
.editor-form:deep(.ant-input-disabled) {
|
||||
color: rgba(0, 0, 0, 0.85) !important;
|
||||
-webkit-text-fill-color: rgba(0, 0, 0, 0.85) !important;
|
||||
}
|
||||
|
||||
.contract-main-editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user