mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? Feat: Add FormSheet. #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
22 lines
301 B
Plaintext
22 lines
301 B
Plaintext
.title {
|
|
flex-basis: 60px;
|
|
}
|
|
|
|
.formWrapper {
|
|
:global(.ant-form-item-label) {
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.operatorDescription {
|
|
font-size: 14px;
|
|
padding-top: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.formDrawer {
|
|
:global(.ant-drawer-content-wrapper) {
|
|
transform: translateX(0) !important;
|
|
}
|
|
}
|