mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-21 13:50:18 +08:00
feat: 统一卡片最大宽度
This commit is contained in:
@@ -284,7 +284,7 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="p-4 h-full">
|
||||
<div class="mx-auto max-w-[920px] p-4 h-full">
|
||||
<div
|
||||
class="flex h-full flex-col rounded-lg border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-900 shadow-sm overflow-hidden"
|
||||
>
|
||||
|
||||
@@ -259,7 +259,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="main-content space-y-6 p-6">
|
||||
<div class="main-content mx-auto max-w-[920px] space-y-6 p-6">
|
||||
<!-- 加载状态 -->
|
||||
<div v-if="isLoading" class="flex h-64 items-center justify-center">
|
||||
<UIcon name="i-heroicons-arrow-path" class="h-8 w-8 animate-spin text-gray-400" />
|
||||
|
||||
@@ -102,7 +102,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="main-content mx-auto max-w-7xl space-y-6 p-4 sm:p-6">
|
||||
<div class="main-content mx-auto max-w-[920px] space-y-6 p-6">
|
||||
<!-- 群聊身份卡 -->
|
||||
<OverviewIdentityCard
|
||||
:session="session"
|
||||
|
||||
@@ -75,7 +75,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="main-content space-y-6 p-6">
|
||||
<div class="main-content mx-auto max-w-[920px] space-y-6 p-6">
|
||||
<!-- @ 互动分析模块 -->
|
||||
<LoadingState v-if="isLoadingMention" :text="t('members.relationships.loading')" />
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="main-content mx-auto max-w-7xl space-y-6 p-4 sm:p-6">
|
||||
<div class="main-content mx-auto max-w-[920px] space-y-6 p-6">
|
||||
<!-- 私聊身份卡 -->
|
||||
<OverviewIdentityCard
|
||||
:session="session"
|
||||
|
||||
Reference in New Issue
Block a user