liudong
2024-08-12 c257fb1d2238aae76331ad4d1ad8cfe667493718
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: 50px;
          }
        }
        :deep(.arco-textarea-wrapper) {
          padding-top: 5px;
        }
      }
    }