File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
<v-btn
3
3
variant =" tonal"
4
4
color =" primary"
5
- block
6
5
:append-icon =" mdiChevronDown"
7
6
:disabled =" loading"
7
+ :width =" 230"
8
8
>
9
9
Manage
10
10
<v-menu activator =" parent" bottom scrim >
Original file line number Diff line number Diff line change 2
2
<div v-if =" nodeStatus" >
3
3
<v-progress-linear indeterminate v-show =" loading" class =" mb-n1" />
4
4
<v-container class =" pl-5" fluid >
5
- <v-row justify = " center " >
5
+ <v-row >
6
6
<v-col cols =" 12" sm =" 6" md =" 3" >
7
7
<div class =" py-1" >
8
8
<v-badge floating dot class =" mx-3 mb-1" :color =" createdColor" />
113
113
</div >
114
114
<div >Online Stake</div >
115
115
</v-col >
116
- <v-col cols =" 6" md =" 3" class =" text-center" >
116
+ <v-col
117
+ cols =" 12"
118
+ sm =" 6"
119
+ md =" 3"
120
+ class =" text-center"
121
+ align-self =" center"
122
+ >
117
123
<div class =" text-h4" >
118
124
{{
119
125
partDetails?.votes == null
You can’t perform that action at this time.
0 commit comments