文件移动
This commit is contained in:
@@ -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;
|
@@ -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",
|
Reference in New Issue
Block a user