mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-24 07:02:02 +00:00
fix: 移动端样式
This commit is contained in:
@@ -31,7 +31,7 @@ const show = computed({
|
||||
|
||||
<template>
|
||||
<NModal v-model:show="show" :auto-focus="false">
|
||||
<NCard role="dialog" aria-modal="true" :bordered="false" style="width: 100%; max-width: 640px">
|
||||
<NCard role="dialog" aria-modal="true" :bordered="false" style="width: 95%; max-width: 640px">
|
||||
<NTabs v-model:value="active" type="line" animated>
|
||||
<NTabPane name="General" tab="General">
|
||||
<template #tab>
|
||||
|
Reference in New Issue
Block a user