fix: hide row index in grid in modal
This commit is contained in:
parent
23787777e3
commit
98ca3e7704
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.modal .form-grid .row-index > span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-grid .template-row {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue