From cf3eb8aade51e277d6d732e28e89f64ac3adca6d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 八月 2023 16:19:51 +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