|
|
|
@ -41,7 +41,7 @@
|
|
|
|
:style="{
|
|
|
|
:style="{
|
|
|
|
'backgroundColor':index == 0 ? '#0091FF' : '#6ED400'
|
|
|
|
'backgroundColor':index == 0 ? '#0091FF' : '#6ED400'
|
|
|
|
}"
|
|
|
|
}"
|
|
|
|
v-if="index == 0 || index == 1 && false"
|
|
|
|
v-if="(index == 0 || index == 1) && false"
|
|
|
|
class="g_flex_row_center"
|
|
|
|
class="g_flex_row_center"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div style="width: 100%;height: 100%;position: relative;">
|
|
|
|
<div style="width: 100%;height: 100%;position: relative;">
|
|
|
|
|