文件移动

This commit is contained in:
2023-07-02 23:07:12 +08:00
parent 2e9510a064
commit a6260431a5
3 changed files with 5 additions and 5 deletions

View File

@@ -227,12 +227,12 @@ export default {
.el-carousel__item:nth-child(2n) {
background-size: cover;
background-image: url("../../src/assets/images/美人.jpg");
background-image: url("../../assets/images/美人.jpg");
}
.el-carousel__item:nth-child(2n+1) {
background-size: cover;
background-image: url("../../src/assets/images/美人.jpg");
background-image: url("../../assets/images/美人.jpg");
}
.card_style{
height:390px;

View File

@@ -64,7 +64,7 @@
<script>
import axios from "axios";
import Monthly from "@/components/Monthly.vue";
import Monthly from "@/components/Monthly/Monthly.vue";
export default {
name: "MonthlyDetailComponent",