输入框label占高问题
This commit is contained in:
parent
4e27b18f7c
commit
2c9195f86a
|
@ -558,6 +558,9 @@
|
|||
.editable-cell-text-wrapper {
|
||||
padding-right: 24px; }
|
||||
|
||||
.editable-cell-input-wrapper .u-form-item.formItem-style .u-label {
|
||||
display: none; }
|
||||
|
||||
.editable-cell-input-wrapper .u-input-group .u-form-control {
|
||||
height: 26px; }
|
||||
|
||||
|
|
|
@ -8792,6 +8792,9 @@ ul {
|
|||
.editable-cell-text-wrapper {
|
||||
padding-right: 24px; }
|
||||
|
||||
.editable-cell-input-wrapper .u-form-item.formItem-style .u-label {
|
||||
display: none; }
|
||||
|
||||
.editable-cell-input-wrapper .u-input-group .u-form-control {
|
||||
height: 26px; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -635,9 +635,14 @@ $checkbox-height:16px;
|
|||
.editable-cell-text-wrapper {
|
||||
padding-right: 24px;
|
||||
}
|
||||
.editable-cell-input-wrapper .u-input-group .u-form-control{
|
||||
.editable-cell-input-wrapper {
|
||||
.u-form-item.formItem-style .u-label{
|
||||
display: none;
|
||||
}
|
||||
.u-input-group .u-form-control{
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
.editable-cell-text-wrapper {
|
||||
padding: 5px 24px 5px 5px;
|
||||
|
|
Loading…
Reference in New Issue