表格行内编辑示例添加校验及下拉选项

This commit is contained in:
RuoYi
2019-09-25 18:54:22 +08:00
parent c2e425aa12
commit 925d2b13d8
2 changed files with 30 additions and 8 deletions

View File

@ -832,6 +832,10 @@ label {
display: inline-block
}
.editable-input .input-sm {
height: 32px!important;
}
/** 表格冻结列样式 **/
.left-fixed-table-columns, .left-fixed-body-columns {
position: absolute;