diff --git a/src/styles/index.scss b/src/styles/index.scss index 7726a08..c5fd881 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,4 +11,7 @@ html { -ms-overflow-style: none; /* IE 和 Edge */ scrollbar-width: none; /* Firefox */ overflow: scroll; /* 保持滚动功能 */ +} +img{ + display: block; } \ No newline at end of file diff --git a/src/views/about/index.vue b/src/views/about/index.vue index 9b57173..801d7ff 100644 --- a/src/views/about/index.vue +++ b/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; } } } diff --git a/src/views/aigc/index.vue b/src/views/aigc/index.vue index ba9ea22..1da9274 100644 --- a/src/views/aigc/index.vue +++ b/src/views/aigc/index.vue @@ -76,7 +76,7 @@ -