From ffbcb17a9ce705b443c3a450e3e3d56f13ee712f Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 13:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shuttle_rcs_dev' into shuttle_rcs_dev
---
src/main/webapp/static/css/console.css | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index fbd7c83..4b4ed29 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -733,11 +733,17 @@
}
.sxcar{
- width: 70px;
+ width: 35px;
height: 35px;
background-image: url(../images/sxcar.png);
background-size: 100% 100%;
position: absolute;
top: 0;
left: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-shadow: 2px 2px 4px #000000;
+ color: red;
+ font-size: 18px;
}
\ No newline at end of file
--
Gitblit v1.9.1