feat: refs #9026 remove css class
gitea/salix-front/pipeline/pr-beta This commit is unstable
Details
gitea/salix-front/pipeline/pr-beta This commit is unstable
Details
This commit is contained in:
parent
0996eabf95
commit
f42249cfaf
|
@ -80,7 +80,7 @@ defineExpose({
|
||||||
:validate="validate"
|
:validate="validate"
|
||||||
:validations="validations"
|
:validations="validations"
|
||||||
/>
|
/>
|
||||||
<div class="q-mt-lg row justify-end actions">
|
<div class="q-mt-lg row justify-end">
|
||||||
<QBtn
|
<QBtn
|
||||||
:label="t('globals.cancel')"
|
:label="t('globals.cancel')"
|
||||||
:title="t('globals.cancel')"
|
:title="t('globals.cancel')"
|
||||||
|
@ -151,11 +151,4 @@ defineExpose({
|
||||||
right: 20px;
|
right: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: flex-end;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue