我叫MT 1年前
父节点
当前提交
7bae56c809
共有 6 个文件被更改,包括 15 次插入3 次删除
  1. +3
    -0
      src/styles/index.scss
  2. +2
    -0
      src/views/about/index.vue
  3. +4
    -1
      src/views/aigc/index.vue
  4. +2
    -0
      src/views/home/index.vue
  5. +1
    -0
      src/views/information/index.vue
  6. +3
    -2
      src/views/metadaily/index.vue

+ 3
- 0
src/styles/index.scss 查看文件

@@ -11,4 +11,7 @@ html {
-ms-overflow-style: none; /* IE 和 Edge */
scrollbar-width: none; /* Firefox */
overflow: scroll; /* 保持滚动功能 */
}
img{
display: block;
}

+ 2
- 0
src/views/about/index.vue 查看文件

@@ -177,6 +177,7 @@ export default {
width: 170px;
height: 170px;
margin-bottom: 15px;
border-radius: 50%;
}
a:not(:nth-last-child(1)) {
margin-bottom: 15px;
@@ -277,6 +278,7 @@ export default {
width: 390px;
height: 240px;
margin-left: 300px;
display: block;
}
}
}


+ 4
- 1
src/views/aigc/index.vue 查看文件

@@ -76,7 +76,7 @@
</div>
</div>
</div>
<div class="gg">
<div class="gg gg2">
<img :src="gg2" alt="">
</div>
</div>
@@ -589,4 +589,7 @@ export default {
width: 100%;
}
}
.gg2{
margin-bottom: 200px;
}
</style>

+ 2
- 0
src/views/home/index.vue 查看文件

@@ -335,6 +335,8 @@ export default {
height: 28px;
margin-right: 10px;
vertical-align: middle;
float: left;
margin-top: 5px;
}
}
p {


+ 1
- 0
src/views/information/index.vue 查看文件

@@ -457,6 +457,7 @@ export default {
}
#wk {
padding-bottom: 200px;
.content {
background-color: #FFFFFF;
display: flex;


+ 3
- 2
src/views/metadaily/index.vue 查看文件

@@ -84,7 +84,7 @@
</template>
<script>
// zixun
import { guanggao, lunboList, hotNewsConfig, shendu, hotnews } from '@/api/metadaily.js'
import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js'
export default {
name: 'metadaily',
data () {
@@ -203,7 +203,7 @@ export default {
},
async getzixun () {
this.zixun = []
const { data: { message, data } } = await shendu(1, 10, this.informationitem)
const { data: { message, data } } = await zixun(1, 10, this.informationitem)
if (message === 'success') {
for (const iter of data.list) {
this.zixun.push({
@@ -417,6 +417,7 @@ export default {
}
}
#wk {
padding-bottom: 200px;
.content {
background-color: #FFFFFF;
}


正在加载...
取消
保存