Removed builtin margins
This commit is contained in:
parent
2baba05e09
commit
1c9363a026
1 changed files with 4 additions and 6 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div class="uk-margin-remove uk-padding-remove">
|
||||||
class="uk-margin-horizontal-remove uk-margin-small-top uk-padding-remove"
|
|
||||||
>
|
|
||||||
<div v-if="taskRunning" ref="isPollingElement">
|
<div v-if="taskRunning" ref="isPollingElement">
|
||||||
<div class="progress">
|
<div class="progress uk-margin-small">
|
||||||
<div
|
<div
|
||||||
v-if="progress"
|
v-if="progress"
|
||||||
class="determinate"
|
class="determinate"
|
||||||
|
|
@ -15,7 +13,7 @@
|
||||||
<button
|
<button
|
||||||
v-if="canTerminate"
|
v-if="canTerminate"
|
||||||
type="button"
|
type="button"
|
||||||
class="uk-button uk-button-danger uk-form-small uk-margin uk-float-right uk-width-1-1"
|
class="uk-button uk-button-danger uk-form-small uk-margin-remove uk-float-right uk-width-1-1"
|
||||||
@click="terminateTask()"
|
@click="terminateTask()"
|
||||||
>
|
>
|
||||||
Terminate
|
Terminate
|
||||||
|
|
@ -25,7 +23,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
:hidden="taskRunning"
|
:hidden="taskRunning"
|
||||||
class="uk-button uk-button-primary uk-form-small uk-margin uk-float-right uk-width-1-1"
|
class="uk-button uk-button-primary uk-form-small uk-margin-remove uk-float-right uk-width-1-1"
|
||||||
@click="bootstrapTask()"
|
@click="bootstrapTask()"
|
||||||
>
|
>
|
||||||
{{ submitLabel }}
|
{{ submitLabel }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue