From f2dbea9f4601fbe9bab6e0bbaf3ab39bdd6a5d1c Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Tue, 8 Mar 2022 11:23:41 +0800 Subject: [PATCH] 28093 28094 --- src/apps/AppWorkonline/Detail.vue | 2 +- src/apps/AppWorkonline/Opinion.vue | 50 +++++++++++++++++------------- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue index 03493fc0..b447c041 100644 --- a/src/apps/AppWorkonline/Detail.vue +++ b/src/apps/AppWorkonline/Detail.vue @@ -177,7 +177,7 @@ {{ item4.fieldValue }} --> - + 审批意见: {{ item.opinion }} diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue index 1e59ccac..7a70551c 100644 --- a/src/apps/AppWorkonline/Opinion.vue +++ b/src/apps/AppWorkonline/Opinion.vue @@ -10,6 +10,7 @@ 审批意见: +
清空内容
{{ opinion.length }} @@ -24,11 +25,14 @@ 审批意见: + -
清空内容
-
- {{ opinion.length }} - /150 + +
+
清空内容
+
+ {{ opinion.length }} /150 +
@@ -263,7 +267,6 @@ export default { .approvalopinion_text { .list { .textarea_msgfont { - position: relative; height: 400px; padding: 32px; background-color: #fff; @@ -279,17 +282,16 @@ export default { .textarea { margin-top: 10px; + width: 100% !important; } - .clearns { - color: #1365dd; - } - - .msg_length { - position: absolute; - bottom: 42px; - right: 32px; - + .bottoms { + display: flex; + justify-content: space-between; + align-items: center; + .clearns { + color: #1365dd; + } .font { color: #999; } @@ -317,7 +319,6 @@ export default { } } .textarea_msgfont { - position: relative; height: 400px; padding: 32px; background-color: #fff; @@ -333,19 +334,24 @@ export default { .textarea { margin-top: 10px; + width: 100%; } .clearns { color: #1365dd; } - .msg_length { - position: absolute; - bottom: 42px; - right: 32px; - - .font { - color: #999; + .bottoms { + display: flex; + justify-content: space-between; + align-items: center; + .clearns { + color: #1365dd; + } + .msg_length { + .font { + color: #999; + } } } }