文件移动
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",
|
@@ -2,10 +2,10 @@ import Vue from 'vue'
|
||||
import VueRouter from 'vue-router'
|
||||
import index from '../views/index.vue'
|
||||
import home from "@/components/Home/Home.vue";
|
||||
import monthly from "@/components/Monthly.vue";
|
||||
import monthly from "@/components/Monthly/Monthly.vue";
|
||||
import ranking from "@/components/Ranking.vue";
|
||||
import paper from "@/components/Paper.vue";
|
||||
import MonthlyDetail from "@/components/MonthlyDetail.vue";
|
||||
import MonthlyDetail from "@/components/Monthly/MonthlyDetail.vue";
|
||||
import UserInfoPage from "@/components/UserInfoPage.vue";
|
||||
|
||||
Vue.use(VueRouter)
|
||||
|
Reference in New Issue
Block a user