style: 放宽输入框容器最大宽度至 1024px,避免参数控件挤压发送按钮

This commit is contained in:
王佑琳 2026-06-10 15:12:26 +08:00
parent b8ff25a8d7
commit 6879b08fe3

View File

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