mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 14:12:51 +00:00
perf: 优化工作汇报提交表单
This commit is contained in:
parent
8d8777ba95
commit
dffd860d5c
31
resources/assets/sass/components/report.scss
vendored
31
resources/assets/sass/components/report.scss
vendored
@ -136,32 +136,27 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.report-edit {
|
.report-edit {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
padding: 24px;
|
||||||
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
|
||||||
padding: 24px;
|
|
||||||
|
|
||||||
.ivu-input[disabled] {
|
.ivu-input[disabled] {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ivu-form-item-content {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.report-content {
|
.report-content {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow-y: 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 {
|
.report-users {
|
||||||
@ -267,6 +262,10 @@
|
|||||||
.teditor-wrapper {
|
.teditor-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-height: 380px;
|
||||||
|
min-width: 380px;
|
||||||
|
margin-right: -24px;
|
||||||
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user