输入框label占高问题

This commit is contained in:
yangchch6 2019-03-04 16:44:31 +08:00
parent 4e27b18f7c
commit 2c9195f86a
4 changed files with 14 additions and 3 deletions

View File

@ -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; }

3
dist/demo.css vendored
View File

@ -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; }

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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;