perf: 优化工作汇报提交表单

This commit is contained in:
Pang 2023-08-10 08:31:27 +08:00
parent 8d8777ba95
commit dffd860d5c

View File

@ -136,32 +136,27 @@
}
.report-edit {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 24px;
overflow: auto;
display: flex;
flex-direction: column;
height: 100%;
padding: 24px;
.ivu-input[disabled] {
color: $primary-text-color;
}
.ivu-form-item-content {
white-space: nowrap;
}
.report-content {
flex: 1 1 auto;
overflow-y: auto;
.report-content-editor {
height: 100%;
.ivu-form-item-content {
height: 100%;
display: flex;
.teditor-wrapper {
flex: 1;
display: flex;
}
}
}
}
.report-users {
@ -267,6 +262,10 @@
.teditor-wrapper {
display: flex;
flex: 1;
min-height: 380px;
min-width: 380px;
margin-right: -24px;
padding-right: 24px;
}
}
}