From cc512dff1a5d7e45a2c2b628fcd45019ed3b5c0e Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 06 一月 2023 15:24:23 +0800
Subject: [PATCH] fix: 修复发送消息按钮不能点击

---
 src/App.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index bab6fae..b58e05d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -135,7 +135,10 @@
 #app {
   // 璁剧疆寮瑰嚭妗嗘牱寮�
   .el-dialog__title {
-    color: #4b9bb7;
+    color: #E9eef3;
+  }
+  .el-dialog__header {
+    background-color: #09152f;
   }
 
   // 璁剧疆table鏍峰紡
@@ -165,7 +168,7 @@
   }
   .el-textarea__inner {
     // background-color: #09152f;
-    border: 1px solid #17324c;
+    // border: 1px solid #17324c;
   }
 }
 .el-table__body-wrapper::-webkit-scrollbar {
@@ -185,4 +188,4 @@
 .el-range-input {
   // background-color: #09152f;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0