Date: Thu, 22 Jan 2026 13:16:09 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=86=97=E4=BD=99?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-admin/src/main/resources/application-druid.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index c40f2aa..037db5c 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -8,7 +8,7 @@ spring:
master:
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: A20040303ctw!
+ password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭
From b2bc649f3f0c4cf867c77ee4e1414a801482a741 Mon Sep 17 00:00:00 2001
From: menghao <1584479611@qq.com>
Date: Thu, 22 Jan 2026 13:30:05 +0800
Subject: [PATCH 4/4] 1
---
ruoyi-ui/src/views/childRoom/RightPanel.vue | 35 ++++++++++++++---------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/ruoyi-ui/src/views/childRoom/RightPanel.vue b/ruoyi-ui/src/views/childRoom/RightPanel.vue
index 85d9d89..e73c744 100644
--- a/ruoyi-ui/src/views/childRoom/RightPanel.vue
+++ b/ruoyi-ui/src/views/childRoom/RightPanel.vue
@@ -1,6 +1,5 @@
-
-
-
-
-
@@ -387,25 +381,30 @@ export default {
justify-content: space-between;
align-items: center;
border-bottom: 2px solid rgba(0, 138, 255, 0.2);
- margin-bottom: 10px;
- padding-bottom: 8px;
+ margin-bottom: 15px;
+ padding-bottom: 10px;
+ padding-top: 10px;
}
-/* 修改:移除了原有的 border-bottom,改在 section-header 中统一定义 */
.section-title {
font-size: 14px;
font-weight: 600;
color: #008aff;
}
-/* 新增:头部按钮样式 */
-.header-action-btn {
- padding: 0;
- color: #008aff;
+.create-route-btn-new {
+ background-color: #3370ff !important;
+ border-color: #3370ff !important;
+ color: #ffffff !important;
+ padding: 4px 10px;
+ font-size: 12px;
+ border-radius: 4px;
}
-.header-action-btn:hover {
- color: #0066cc;
+.create-route-btn-new:hover {
+ background-color: #285fd9 !important;
+ border-color: #285fd9 !important;
+ opacity: 0.9;
}
.route-list {