fix: 完成左侧列表的其余内容

This commit is contained in:
mtruning
2022-01-15 12:50:00 +08:00
parent ae71e13c6d
commit f6860c3fa6
70 changed files with 336 additions and 270 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
<template v-for="item in bgList" :key="item">
<div class="bg-img-box-li list-complete-item">
<n-collapse-transition :appear="true" :show="showBg">
<img :src="getImageUrl(item, 'chart')" alt="chart" />
<img :src="getImageUrl(item, 'chart/charts/')" alt="chart" />
</n-collapse-transition>
</div>
</template>
@@ -23,7 +23,7 @@
</Header>
<div class="go-login">
<div class="go-login-carousel">
<n-carousel autoplay :interval="Number(carouselInterval)">
<n-carousel autoplay dot-type="line" :interval="Number(carouselInterval)">
<img
v-for="(item, i) in carouselImgList"
:key="i"
@@ -309,7 +309,7 @@ $carousel-image-height: 60vh;
img {
margin-right: 20px;
margin-top: 20px;
height: 230px;
width: 230px;
border-radius: 2 * $--border-radius-base;
opacity: 0.9;
}