|
|
@@ -25,9 +25,9 @@ import CustomNav from '@/components/CustomNav.vue'
|
|
|
const title = ref('Hello')
|
|
|
|
|
|
const bannerImages = [
|
|
|
- 'https://cdn.jsdelivr.net/gh/Chanzhaoyu/chatgpt-web@main/public/banner1.jpg',
|
|
|
- 'https://cdn.jsdelivr.net/gh/Chanzhaoyu/chatgpt-web@main/public/banner2.jpg',
|
|
|
- 'https://cdn.jsdelivr.net/gh/Chanzhaoyu/chatgpt-web@main/public/banner3.jpg'
|
|
|
+ '/static/logo.png',
|
|
|
+ '/static/logo.png',
|
|
|
+ '/static/logo.png'
|
|
|
]
|
|
|
|
|
|
const cards = [
|
|
|
@@ -46,7 +46,7 @@ const cards = [
|
|
|
justify-content: flex-start;
|
|
|
padding-top: calc(var(--status-bar-height) + 44px);
|
|
|
padding-bottom: 100rpx;
|
|
|
- min-height: 100vh;
|
|
|
+ height: calc(100vh - var(--status-bar-height) - 44px - 100rpx);
|
|
|
background: #f7f8fa;
|
|
|
}
|
|
|
|