fix(theme-chalk): dark mode details (#7460)

This commit is contained in:
云游君
2022-05-03 14:02:56 +08:00
committed by GitHub
parent f0c0ed8b14
commit 8a4bf644ad
16 changed files with 68 additions and 40 deletions

View File

@ -1,19 +1,18 @@
<template>
<el-carousel indicator-position="outside">
<el-carousel-item v-for="item in 4" :key="item">
<h3>{{ item }}</h3>
<h3 text="2xl" justify="center">{{ item }}</h3>
</el-carousel-item>
</el-carousel>
</template>
<style scoped>
.el-carousel__item h3 {
display: flex;
color: #475669;
font-size: 18px;
opacity: 0.75;
line-height: 300px;
margin: 0;
text-align: center;
}
.el-carousel__item:nth-child(2n) {