-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
秋逢
committed
Dec 8, 2019
1 parent
3521cf4
commit 071058e
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
17 changes: 10 additions & 7 deletions
17
packages/react-schema-editor/src/components/FieldEditor.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
.field-group{ | ||
|
||
} | ||
.field-group-title{ | ||
.field-editor .field-group-title{ | ||
margin-top: 15px; | ||
font-size: 16px; | ||
} | ||
.field-group-content{ | ||
.field-editor .field-group-content{ | ||
display: flex; | ||
align-items: flex-start; | ||
} | ||
.field-editor .field-group-content .field-group-form-item{ | ||
width: 20%; | ||
margin-right: 0; | ||
padding-right: 10px; | ||
} | ||
.field-group-form-item{ | ||
flex: 1; | ||
.field-editor .field-group-form-item.auto-complete .ant-form-item-control{ | ||
margin-top: -1px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters