From 69ed696fbed0848782178d01b05a65b944ea63d8 Mon Sep 17 00:00:00 2001 From: liuyalei Date: Thu, 7 Dec 2023 10:38:55 +0800 Subject: [PATCH] gxx --- src/App.vue | 2 +- src/assets/main.css | 4 +- src/views/IndexChat.vue | 86 ++++++++++++++++++++++++++--------------- 3 files changed, 58 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index ceb9294..adb02a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -66,7 +66,7 @@ let clickNum = (num,path) => { left: 0px; width: 100vw; border: 1px solid red; - + padding: 9px 0px; .bt_itm { display: flex; flex-direction: column; diff --git a/src/assets/main.css b/src/assets/main.css index 2ec0232..7560a5e 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -7,9 +7,11 @@ font-weight: normal; */ /* background-color: ; */ + /* background-color: #F5F5FB; */ +} +body{ background-color: #F5F5FB; } - a, .green { text-decoration: none; diff --git a/src/views/IndexChat.vue b/src/views/IndexChat.vue index fbcee0d..5ed5a1f 100644 --- a/src/views/IndexChat.vue +++ b/src/views/IndexChat.vue @@ -1,13 +1,20 @@