From e2a72a5e883d79d46d65062897c367b782cf8ba4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 19 九月 2024 18:57:32 +0800
Subject: [PATCH] 新增视频监控导出按钮
---
src/views/screen/components/screen-face/index.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/screen/components/screen-face/index.vue b/src/views/screen/components/screen-face/index.vue
index 488816b..8c1f54a 100644
--- a/src/views/screen/components/screen-face/index.vue
+++ b/src/views/screen/components/screen-face/index.vue
@@ -22,7 +22,7 @@
<img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
</div>
<div class="data-info">
- <div class="data-lable">璁惧姝e父鏁�</div>
+ <div class="data-lable">姝e父鏁�</div>
<div class="data-num type2" v-roll>{{ 2000 }}</div>
</div>
</div>
@@ -34,7 +34,7 @@
<img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
</div>
<div class="data-info">
- <div class="data-lable">璁惧寮傚父鏁�</div>
+ <div class="data-lable">寮傚父鏁�</div>
<div class="data-num type3" v-roll>{{ 1000 }}</div>
</div>
</div>
@@ -80,8 +80,10 @@
.face-content {
flex: 1;
- background: rgba(67, 102, 155, 0.3);
- border: 1px solid rgba(47, 91, 157, 0.8);
+ background: url("../../../../assets/images/screen/cardBg.png");
+ background-size: cover !important;
+ background-repeat: no-repeat !important;
+ background-position: center center !important;
.plane {
margin-bottom: 10px;
@@ -132,4 +134,4 @@
.width-img {
width: 100%;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0