From 8c2ce03296a2abb1333467cd269827246f6e3c29 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 10 Jul 2026 17:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operation/consultingMangement/index.vue | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/f/web-kboss/src/views/operation/consultingMangement/index.vue b/f/web-kboss/src/views/operation/consultingMangement/index.vue index fb6909a..460482b 100644 --- a/f/web-kboss/src/views/operation/consultingMangement/index.vue +++ b/f/web-kboss/src/views/operation/consultingMangement/index.vue @@ -114,6 +114,7 @@ + - + @@ -191,6 +192,7 @@ +
咨询方向 {{ currentRow.consult_direction_name || '-' }} @@ -243,7 +245,7 @@ v-model.trim="remarkText" type="textarea" :rows="6" - maxlength="300" + maxlength="500" show-word-limit placeholder="请输入备注信息..." /> @@ -782,6 +784,14 @@ export default { color: #f56c6c; } +.remark-cell { + cursor: pointer; +} + +.remark-cell:hover { + text-decoration: underline; +} + ::v-deep .detail-dialog { border-radius: 24px; overflow: hidden; @@ -874,10 +884,6 @@ export default { word-break: break-word; } -.detail-remark-text { - color: #d97706; -} - .detail-divider { height: 1px; margin: 24px 0;