UNPKG

@forchange/aui

Version:

ai-boss 业务 ui 组件库

54 lines (53 loc) 1.09 kB
.aui-chat-component-input { width: 100%; height: 132px; border-top: 1px solid rgba(0, 0, 0, 0.09); } .aui-chat-component-input-operate { display: flex; justify-content: space-between; padding: 10px 16px; } .aui-chat-component-input-operate-left { display: flex; } .aui-chat-component-input-operate-left-emoji { position: relative; width: 24px; height: 24px; margin-right: 10px; cursor: pointer; } .aui-chat-component-input-operate-left-emoji label { cursor: pointer; } .aui-chat-component-input-operate-left-emoji .aui-input-file { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .aui-chat-component-input textarea { margin: 0; outline: none; -webkit-appearance: none; touch-action: manipulation; font-family: inherit; overflow-y: auto; overflow-x: hidden; } .aui-chat-component-input-textarea { width: 100%; flex: 1; box-sizing: border-box; padding: 0 16px; border: 0; resize: none; font-size: 11px; color: #1f2d3d; background-color: #f3f3f3; height: 78px; opacity: 0.5; }