From e611f0e211e257776bd3402ea7a90bb1fa2afdc3 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期二, 13 八月 2024 18:17:38 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web --- src/views/sessionManager/index.vue | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/sessionManager/index.vue b/src/views/sessionManager/index.vue index b69652c..d07522d 100644 --- a/src/views/sessionManager/index.vue +++ b/src/views/sessionManager/index.vue @@ -669,16 +669,24 @@ flex-direction: column; overflow: hidden; position: relative; + // padding-top:10px; :deep(.arco-textarea-wrapper) { border-radius: 24px; } .btn-send { position: absolute !important; - right: 5px; - bottom: 5px; + right: 10px; + bottom: 10px; z-index: 10; } + :deep(.arco-btn-size-large) { + height: 28px; + width: 60px; + } + } + :deep(.arco-textarea-wrapper) { + padding-top: 5px; } } } -- Gitblit v1.8.0