Move progress bar into the action button to stop components jumping
This commit is contained in:
parent
8b785823ab
commit
2937010e95
5 changed files with 57 additions and 45 deletions
|
|
@ -11,7 +11,6 @@
|
|||
:button-primary="false"
|
||||
:submit-data="{ x: 0, y: 0, z: -100 }"
|
||||
:submit-label="' - '"
|
||||
:hide-on-run="false"
|
||||
:can-terminate="false"
|
||||
/>
|
||||
<action-button
|
||||
|
|
@ -22,7 +21,6 @@
|
|||
:submit-data="{ x: 0, y: 0, z: 100 }"
|
||||
:submit-label="'+'"
|
||||
:can-terminate="false"
|
||||
:hide-on-run="false"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue