lcw
This commit is contained in:
@ -29,13 +29,7 @@ const option = {
|
||||
},
|
||||
xAxis: {
|
||||
show: true,
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#CBF2FA',
|
||||
width: 1
|
||||
}
|
||||
},
|
||||
|
||||
axisTick: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
@ -52,6 +46,7 @@ const option = {
|
||||
data: ["第一产业", "第二产业", "第三产业"]
|
||||
},
|
||||
yAxis: {
|
||||
interval: 50, // 设置刻度间隔
|
||||
//显示网格线
|
||||
splitLine: {
|
||||
show: true,
|
||||
@ -62,7 +57,7 @@ const option = {
|
||||
}
|
||||
},
|
||||
axisLine: {
|
||||
show: true
|
||||
show: false
|
||||
},
|
||||
axisTick: {
|
||||
show: false
|
||||
|
||||
@ -31,20 +31,21 @@
|
||||
<el-carousel-item>
|
||||
<div class="carousel-item-content">
|
||||
<div class="carousel-item-title">
|
||||
仁寿县劳务合作社联合送工5
|
||||
仁寿县劳务合作社联合送工
|
||||
</div>
|
||||
<div style="height:10vw;">
|
||||
<img src="@/assets/recruitment/plghlhsg.svg" class="carousel-image">
|
||||
<img src="@/assets/recruitment/plghlhsg5.svg" class="carousel-image">
|
||||
</div>
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
|
||||
<el-carousel-item >
|
||||
<div class="carousel-item-content">
|
||||
<div class="carousel-item-title">
|
||||
批量化规模化送工现场1
|
||||
</div>
|
||||
<div style="height:10vw;">
|
||||
<img src="@/assets/recruitment/plghlhsg3.svg" class="carousel-image">
|
||||
<img src="@/assets/recruitment/plghlhsg.svg" class="carousel-image">
|
||||
</div>
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
@ -61,10 +62,10 @@
|
||||
<el-carousel-item>
|
||||
<div class="carousel-item-content" >
|
||||
<div class="carousel-item-title">
|
||||
农民工返乡慰问现场
|
||||
仁寿县劳务合作社联合送工
|
||||
</div>
|
||||
<div style="height:10vw;">
|
||||
<img src="@/assets/recruitment/plghlhsg5.svg" class="carousel-image">
|
||||
<img src="@/assets/recruitment/plghlhsg3.svg" class="carousel-image">
|
||||
</div>
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
|
||||
@ -20,8 +20,9 @@
|
||||
indicator-position="none"
|
||||
:autoplay="true"
|
||||
>
|
||||
<el-carousel-item><EnterpriseEmploymentOne /></el-carousel-item>
|
||||
<el-carousel-item><EnterpriseEmploymentTwo /></el-carousel-item>
|
||||
<el-carousel-item><EnterpriseEmploymentOne /></el-carousel-item>
|
||||
|
||||
<!-- <el-carousel-item><EnterpriseEmploymentThree /></el-carousel-item> -->
|
||||
</el-carousel>
|
||||
</enterprise-employment-card>
|
||||
|
||||
Reference in New Issue
Block a user