[TASK] #3 Change overflowing spinner - [FIX] Reload - set active bug
This commit is contained in:
@ -11,14 +11,11 @@
|
||||
</select>
|
||||
|
||||
<input v-model="target" placeholder="Enter Ip or Domain">
|
||||
<VueLoadingButton
|
||||
:id="'vueOwnButtonStyle'"
|
||||
aria-label="Post message"
|
||||
class="button"
|
||||
@click.native="handleClick"
|
||||
:loading="isLoading"
|
||||
:styled="false"
|
||||
>⛟</VueLoadingButton> <br>
|
||||
<button v-on:click="handleClick()">
|
||||
⛟
|
||||
</button>
|
||||
<RingLoader :size="10" :loading="isLoading" color="black"></RingLoader>
|
||||
<br>
|
||||
|
||||
<span class="small">{{infoString}}</span>
|
||||
<div>
|
||||
@ -55,11 +52,11 @@
|
||||
import axios from 'axios';
|
||||
import XtrServer from './ModelObjects/XtrServer.js';
|
||||
import XtrData from './ModelObjects/XtrData.js';
|
||||
import VueLoadingButton from 'vue-loading-button';
|
||||
import { RingLoader } from 'vue-spinners-css';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
VueLoadingButton
|
||||
RingLoader
|
||||
},
|
||||
props: {
|
||||
serverlist: Array,
|
||||
@ -350,16 +347,5 @@ export default {
|
||||
50% { transform: rotate(30deg); }
|
||||
75% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(-30deg); }
|
||||
}
|
||||
|
||||
button#vueOwnButtonStyle {
|
||||
font-family: inherit;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.15;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
text-transform: none;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user