Parcourir la source

edit index

master
chutingting il y a 1 an
Parent
révision
e3b30684ea
5 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. +2
    -2
      src/layouts/index.vue
  2. +2
    -2
      src/views/aigc/index.vue
  3. +1
    -1
      src/views/article/list.vue
  4. +4
    -4
      src/views/information/index.vue
  5. +3
    -3
      src/views/metadaily/index.vue

+ 2
- 2
src/layouts/index.vue Voir le fichier

@@ -4,7 +4,7 @@
<div class="header">
<img src="@/assets/logo.png" id="logo" />
<yqheaders/>
<el-button v-if="!isLogin" plain class="login" size="small" @click="loginFn">注册 / 登录</el-button>
<el-button v-if="isLogin" plain class="login" size="small" @click="loginFn">注册 / 登录</el-button>
<el-dropdown v-else class="user">
<span class="el-dropdown-link">
{{ userInfo.phone }}<i class="el-icon-arrow-down el-icon--right"></i>
@@ -98,7 +98,7 @@ export default {
height: 77px;
background: #00000081;
align-items: center;
z-index: 99;
z-index: 999;
#logo {
width: 163px;
height: 43px;


+ 2
- 2
src/views/aigc/index.vue Voir le fichier

@@ -515,7 +515,7 @@ export default {
}
.videozb::after {
content: '';
// z-index: 99;
z-index: 99;
width: 55px;
height: 55px;
position: absolute;
@@ -524,7 +524,7 @@ export default {
left: 50%;
margin-left: -27.5px;
top: 40%;
// z-index: 99;
z-index: 99;
background-repeat: no-repeat;
}
}


+ 1
- 1
src/views/article/list.vue Voir le fichier

@@ -69,7 +69,6 @@ export default {
const { data: { code, data } } = await lunboList()
if (code === 200) {
this.carouselList = data.list
this.total = Number(data.total)
}
},
async getnewsList () {
@@ -82,6 +81,7 @@ export default {
const { data: { code, data } } = await newsListApi(d)
if (code === 200) {
this.articleList = data.list
this.total = Number(data.total)
}
},
detail(item) {


+ 4
- 4
src/views/information/index.vue Voir le fichier

@@ -252,7 +252,7 @@ export default {
color: #07CAAF;
line-height: 48px;
cursor: pointer;
// z-index: 9999;
z-index: 9999;
}
.more:hover {
border: 1px solid #088669;
@@ -267,7 +267,7 @@ export default {
justify-content: space-between;
align-items: center;
.list {
// z-index: 999;
z-index: 999;
display: flex;
flex-direction: column;
align-items: center;
@@ -415,7 +415,7 @@ export default {
font-weight: bold;
color: #07CAAF;
line-height: 48px;
// z-index: 999;
z-index: 999;
}
}
#hotList {
@@ -423,7 +423,7 @@ export default {
flex-wrap: wrap;
align-items: center;
.list {
// z-index: 999;
z-index: 998;
display: flex;
justify-content: center;
width: 500px;


+ 3
- 3
src/views/metadaily/index.vue Voir le fichier

@@ -245,7 +245,7 @@ export default {
font-size: 18px;
line-height: 48px;
cursor: pointer;
// z-index: 99;
z-index: 99;
}
.clk {
font-weight: bold;
@@ -277,7 +277,7 @@ export default {
font-weight: bold;
color: #07CAAF;
line-height: 48px;
// z-index: 999;
z-index: 999;
}
}
#hotList {
@@ -290,7 +290,7 @@ export default {
.list {
display: flex;
//width: 50%;
// z-index: 999;
z-index: 998;
flex-direction: row !important;
//align-items: center;
justify-content: center;


Chargement…
Annuler
Enregistrer