mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-28 10:13:10 +08:00
feat: 统一卡片最大宽度
This commit is contained in:
@@ -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