fix: 输入框最大宽度改为100%最小宽度830px — 解决视频平台参数过多导致发送按钮溢出

This commit is contained in:
王佑琳 2026-06-17 17:43:16 +08:00
parent 4255641158
commit fea5f87e5b

View File

@ -213,8 +213,9 @@ watch(() => props.type, (newType) => {
<style lang="less" scoped>
.input-container {
width: 50%;
max-width: 1024px;
width: 75%;
min-width: 830px;
max-width: 100%;
position: absolute;
bottom: 30px;
z-index: 100;