fix: refs #8217 adjust form styling and add id for better accessibility
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
46c031dc14
commit
e66f5d5b30
|
@ -345,13 +345,14 @@ defineExpose({
|
|||
<template>
|
||||
<div class="column items-center full-width">
|
||||
<QForm
|
||||
id="formModel"
|
||||
v-on="$attrs"
|
||||
ref="myForm"
|
||||
v-if="formData"
|
||||
@submit.prevent="save"
|
||||
@keyup.prevent="onKeyup"
|
||||
@reset="reset"
|
||||
class="q-pa-md"
|
||||
class="full-width q-pa-md"
|
||||
:style="maxWidth ? 'max-width: ' + maxWidth : ''"
|
||||
>
|
||||
<QCard>
|
||||
|
@ -442,9 +443,6 @@ defineExpose({
|
|||
.q-notifications {
|
||||
color: black;
|
||||
}
|
||||
#formModel {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.q-card {
|
||||
padding: 32px;
|
||||
|
|
Loading…
Reference in New Issue