mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user