From 3c6bdb6f439ff7af04765259fd6a91b6d201d095 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 19 六月 2025 17:12:25 +0800 Subject: [PATCH] 工单,数据中心用户查看数据的权限,合同考核每日,以及导出每日和按月 --- src/views/screen/components/screen-car/index.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/screen/components/screen-car/index.vue b/src/views/screen/components/screen-car/index.vue index 2ae312c..a884f9d 100644 --- a/src/views/screen/components/screen-car/index.vue +++ b/src/views/screen/components/screen-car/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> @@ -82,8 +82,10 @@ .car-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; @@ -134,4 +136,4 @@ .width-img { width: 100%; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0