Fix save button
This commit is contained in:
parent
d0f0b73974
commit
e9ae91ab3f
@ -387,10 +387,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-footer mt-6">
|
<div class="form-footer mt-6" style="display: flex; justify-content: center; width: 100%;">
|
||||||
<MyButton
|
<MyButton
|
||||||
:theme="'green'"
|
:theme="'green'"
|
||||||
class="submit mt-7.5"
|
class="submit mt-7.5"
|
||||||
|
style="background: linear-gradient(to bottom, rgba(67, 160, 71, 1) 0%, rgba(56, 142, 60, 1) 100%); color: #fff; padding: 10px 130px; font-size: 18px; border: none; border-radius: 3px; cursor: pointer; font-weight: bold;"
|
||||||
@click="saveDeal"
|
@click="saveDeal"
|
||||||
>
|
>
|
||||||
Сохранить
|
Сохранить
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user