This commit is contained in:
cansnow
2025-12-02 03:05:52 +08:00
parent b4c9ae1b67
commit 29be534f22
24 changed files with 1118 additions and 372 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<view :style="{ backgroundColor: '#f8f8f8' }" class="chating_container">
<view class="chating_container">
<chating-header @click="pageClick" ref="chatingHeaderRef" />
<chating-list @click="pageClick" ref="chatingListRef" @initSuccess="initSuccess" />
<chating-footer ref="chatingFooterRef" :footerOutsideFlag="footerOutsideFlag"
@@ -95,7 +95,7 @@
@include colBox(false);
height: 100vh;
overflow: hidden;
background-color: #fff !important;
background-color: #ececec !important;
position: relative;
.watermark {