From 6cef48d4cd0b2f7f12b013cb84d36df07970743f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 7 Dec 2023 17:14:48 +0800 Subject: [PATCH] home --- src/pages/modules/home/home.vue | 45 ++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/src/pages/modules/home/home.vue b/src/pages/modules/home/home.vue index b948750..b8d42c7 100644 --- a/src/pages/modules/home/home.vue +++ b/src/pages/modules/home/home.vue @@ -14,13 +14,19 @@ {{dataInfo.device_info}}
-
+
{{ $t('homeinfo.task') }} - - {{ dataInfo[$langPre.computedProp('task_name')] }} - {{ dataInfo[$langPre.computedProp('task_info')] }} -
+ +
+

{{ dataInfo[$langPre.computedProp('task_type')] }}

+

{{ dataInfo[$langPre.computedProp('task_name')] }}

+

{{ dataInfo[$langPre.computedProp('task_info')] }}

+
+
{{ $t('homeinfo.status') }} @@ -76,6 +82,8 @@ export default { // } // dataInfo: { // device_info: 'NobleLiftPS10LMT_HuaHai', + // // task_type: 'Task Type: Return to Rest', + // task_type: '任务类型: 返回休息点任务', // task_name: '任务号:11322', // task_info: '目标点:5', // task_status: '执行中', @@ -198,6 +206,29 @@ export default { line-height 36px word-wrap break-word font-size 30px +.infoli02 + width 742px + height 140px + margin 0 auto + padding-left 40px + .title + float left + display inline-block + color #f6f9fe + width 47% + padding-top 35px + .txt-box02 + float left + display inline-block + width 330px + padding-top 15px + .txt02 + color #3CC1FF + // margin-left 34px + line-height 29px + padding-bottom 2px + word-wrap break-word + font-size 26px .infoli width 742px line-height 94px @@ -242,6 +273,8 @@ export default { background center / 100% 100% url(../../../images/new/bg-home-r4.png) no-repeat position relative top 92px +.line2 + top 120px .txt2 color #E54F29 !important