From 325b0a383ed96058f9fd4d200248ac56ce9a9297 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期五, 21 三月 2025 17:14:12 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/chongzhou-screen --- src/components/datascreen/RightPanel.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/datascreen/RightPanel.vue b/src/components/datascreen/RightPanel.vue index adb5d50..30f2717 100644 --- a/src/components/datascreen/RightPanel.vue +++ b/src/components/datascreen/RightPanel.vue @@ -133,23 +133,27 @@ bottom: 20px; .panel-item { - background: rgba(0,0,255,0.1); - border: 1px solid rgba(0,255,255,0.2); border-radius: 10px; } .top-panel-item { height: 268px; + background: url('@/assets/right-top-bg.png') no-repeat center center; + background-size: 100% 100%; } .middle-panel-item { margin-top: 21px; height: 303px; + background: url('@/assets/right-middle-bg.png') no-repeat center center; + background-size: 100% 100%; } .bottom-panel-item { margin-top: 21px; height: 335px; + background: url('@/assets/right-bottom-bg.png') no-repeat center center; + background-size: 100% 100%; } .box-title { -- Gitblit v1.7.1