style: 放宽输入框容器最大宽度至 1024px,避免参数控件挤压发送按钮
This commit is contained in:
parent
b8ff25a8d7
commit
6879b08fe3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user