This commit is contained in:
姚宇浩 2024-04-18 16:37:35 +08:00
parent ce5be8ce55
commit 502f01ad65
6 changed files with 21 additions and 11 deletions

View File

@ -81,7 +81,7 @@ let option = {
axisLabel: {
show: true,
textStyle: {
color: "#ccc",
color: "#ffffff",
fontSize: "11",
},
},

View File

@ -65,7 +65,7 @@ let option = {
return str; //
},
textStyle: {
color: "#ccc",
color: "#ffffff",
},
rotate: 30,
},

View File

@ -65,7 +65,7 @@ let option = {
return str; //
},
textStyle: {
color: "#ccc",
color: "#ffffff",
},
rotate: 40,
},

View File

@ -65,7 +65,7 @@ let option = {
return str; //
},
textStyle: {
color: "#ccc",
color: "#ffffff",
},
rotate: 30,
},

View File

@ -8,6 +8,7 @@
v-if="leftchoose.first == '1'"
src="@/assets/images/hygiene/yb_1.png"
class="c"
style="width:160px;"
/>
<img
v-else
@ -19,6 +20,7 @@
v-if="leftchoose.first == '2'"
src="@/assets/images/hygiene/yb_2.png"
class="c"
style="width:160px;"
/>
<img
v-else

View File

@ -7,24 +7,27 @@
<img
v-if="leftchoose.first == '1'"
src="@/assets/images/ylbx_1.png"
class="c"
class="c"
style="width: 160px"
/>
<img
v-else
src="@/assets/images/ylbx_1_1.png"
class="c"
class="c"
@click="change('first', '1')"
/>
<img
v-if="leftchoose.first == '2'"
src="@/assets/images/ylbx_1.png"
class="c"
class="c"
style="width: 160px"
/>
<img
v-else
src="@/assets/images/ylbx_2_1.png"
class="c"
class="c"
@click="change('first', '2')"
style="height:35px;width:120px;margin-right:10px;"
/>
</span>
</div>
@ -37,7 +40,8 @@
<img
v-if="leftchoose.second == '1'"
src="@/assets/images/gllrbt_1.png"
class="c"
class="c"
style="width: 160px"
/>
<img
v-else
@ -49,11 +53,12 @@
v-if="leftchoose.second == '2'"
src="@/assets/images/gllrbt_1.png"
class="c"
style="width: 160px"
/>
<img
v-else
src="@/assets/images/gllrbt_2_1.png"
class="c"
class="c"
@click="change('second', '2')"
/>
</span>
@ -67,7 +72,8 @@
<img
v-if="leftchoose.third == '1'"
src="@/assets/images/tkjz_1.png"
class="c"
class="c"
style="width: 160px"
/>
<img
v-else
@ -79,6 +85,7 @@
v-if="leftchoose.third == '2'"
src="@/assets/images/tkjz_1.png"
class="c"
style="width: 160px"
/>
<img
v-else
@ -237,6 +244,7 @@ const change = (name, index) => {
position: absolute;
right: 5px;
top: 1px;
align-items: center;
}
.c {
width: 130px;