From 85ac61caa75b3bc37de7c78958804c09cbe2b800 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Thu, 9 Feb 2023 16:58:18 +0800 Subject: [PATCH] fix: style overflow --- src/App.vue | 20 ++++++++++---------- src/views/Chat/index.vue | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 13b869c..f3ddd70 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,17 +7,17 @@ import Chat from '@/views/Chat/index.vue'