From 5d0461e985b9244cfbea910bc6df9e3f62caaed2 Mon Sep 17 00:00:00 2001
From: DELL <DELL@qq.com>
Date: 星期五, 28 十一月 2025 13:37:31 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/watch/console_vue.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/css/watch/console_vue.css b/src/main/webapp/static/css/watch/console_vue.css
index 5349f63..2232316 100644
--- a/src/main/webapp/static/css/watch/console_vue.css
+++ b/src/main/webapp/static/css/watch/console_vue.css
@@ -28,12 +28,19 @@
cursor: default;
color: rgb(194, 76, 65);
display: flex;
+ flex-direction: column;
justify-content: center;
align-items: center;
user-select: none;
background: #fff;
}
+.shelf-loc-info {
+ font-size: 12px;
+ color: #666;
+ margin-top: 2px;
+}
+
.track-item {
width: 100%;
height: 35px;
--
Gitblit v1.9.1