From f93c5eb2ac7b0673f4b92105af963760995de00c Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周二, 15 10月 2024 14:33:14 +0800
Subject: [PATCH] 整改
---
yiqi_screen/src/assets/images/1.png | 0
yiqi_screen/src/components/Content.vue | 18 ++++++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/yiqi_screen/src/assets/images/1.png b/yiqi_screen/src/assets/images/1.png
new file mode 100644
index 0000000..d929441
--- /dev/null
+++ b/yiqi_screen/src/assets/images/1.png
Binary files differ
diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue
index f355ee9..f0bca19 100644
--- a/yiqi_screen/src/components/Content.vue
+++ b/yiqi_screen/src/components/Content.vue
@@ -1,7 +1,15 @@
<template>
<div class="container">
<div class="header">
- <div class="title">4GC涓変唬鍙戝姩鏈鸿繛鏉嗙嚎</div>
+ <div class="title">
+
+ <img
+ :src="
+ require(`@/assets/images/1.png`)
+ "
+ class="imgTitle"
+ />
+ 4GC涓変唬鍙戝姩鏈鸿繛鏉嗙嚎</div>
<div class="left-text">
<div style="line-height: 30px">{{ nowTime }}</div>
<div style="padding-left: 25px">
@@ -13,7 +21,6 @@
<div style="line-height: 30px">
褰撳墠鐝:{{ produceStatisData.currentTeamName }}
</div>
- <!-- style="padding-left:25px" -->
<div>鐝暱:{{ produceStatisData.currentTeamLeader }}</div>
</div>
</div>
@@ -336,6 +343,13 @@
left: 50%;
transform: translate(-50%);
letter-spacing: 8px;
+ .imgTitle{
+ width: 0.5rem;
+ height: 0.5rem;
+ position: absolute;
+ top: -0.01rem;
+ left: -0.8rem;
+ }
}
.left-text {
--
Gitblit v1.9.3