fix: 输入框最大宽度改为100%最小宽度830px — 解决视频平台参数过多导致发送按钮溢出
This commit is contained in:
parent
4255641158
commit
fea5f87e5b
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user