diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 50f36b7..7e03518 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -4,7 +4,7 @@
- + {{ userInfo.phone }} @@ -98,7 +98,7 @@ export default { height: 77px; background: #00000081; align-items: center; - z-index: 99; + z-index: 999; #logo { width: 163px; height: 43px; diff --git a/src/views/aigc/index.vue b/src/views/aigc/index.vue index 89f14ec..12280ec 100644 --- a/src/views/aigc/index.vue +++ b/src/views/aigc/index.vue @@ -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; } } diff --git a/src/views/article/list.vue b/src/views/article/list.vue index 03ce588..df247a4 100644 --- a/src/views/article/list.vue +++ b/src/views/article/list.vue @@ -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) { diff --git a/src/views/information/index.vue b/src/views/information/index.vue index c9ebc5b..21f1eaf 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -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; diff --git a/src/views/metadaily/index.vue b/src/views/metadaily/index.vue index da91d29..b209b3c 100644 --- a/src/views/metadaily/index.vue +++ b/src/views/metadaily/index.vue @@ -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;