From e3447ba528bbcde3c13ca20ec2d83dae993a74f8 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期三, 23 八月 2023 10:17:22 +0800
Subject: [PATCH] 删除包

---
 screen_standard/src/components/AppLayout.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/screen_standard/src/components/AppLayout.vue b/screen_standard/src/components/AppLayout.vue
index d1df556..b123f0f 100644
--- a/screen_standard/src/components/AppLayout.vue
+++ b/screen_standard/src/components/AppLayout.vue
@@ -85,7 +85,7 @@
     return enterprise.unqualifiedRate
 })
 const title = computed(() => {
-    return enterprise.procedureName ? 'DM浜戝伐鍘傝溅闂村ぇ灞�' : `${enterprise.procedureName}宸ュ簭鏁版嵁鐪嬫澘`
+    return enterprise.procedureName ? `${enterprise.procedureName}宸ュ簭鏁版嵁鐪嬫澘` :  'DM浜戝伐鍘傝溅闂村ぇ灞�'
 })
 const data = reactive({
   tempCom: { name: '璞嗙背绉戞妧' },
@@ -170,12 +170,14 @@
 
 <style lang="scss" scoped>
 .content {
-  background-image: url('@/assets/img/bg@2x.png');
+  background-image: url('@/assets/img/bg.png');
   background-position: center;
   background-size: 100% 100%;
   background-repeat: no-repeat;
-  // width: 100%;
-  // height: 100%;
+  // width: 1920px;
+  // height: 1080px;
+  width: 100%;
+  height: 100%;
   padding: 30px;
   // overflow-y: scroll;
   box-sizing: border-box;

--
Gitblit v1.9.3