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;