mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
update stylin
This commit is contained in:
@@ -11079,7 +11079,7 @@ class Form extends __WEBPACK_IMPORTED_MODULE_1__core_Component__["a" /* default
|
||||
|
||||
formRowTpl(data) {
|
||||
return `
|
||||
<div class="form-row">
|
||||
<div class="form-row wrapped">
|
||||
<label for="${data.name}">${data.label}</label>
|
||||
<input type="${data.fieldType}" name="${data.name}" id="${data.name}" value="${data.value}"><br>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user