fix: 输入框最大宽度改为100%最小宽度830px — 解决视频平台参数过多导致发送按钮溢出
This commit is contained in:
parent
4255641158
commit
fea5f87e5b
@ -213,8 +213,9 @@ watch(() => props.type, (newType) => {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.input-container {
|
.input-container {
|
||||||
width: 50%;
|
width: 75%;
|
||||||
max-width: 1024px;
|
min-width: 830px;
|
||||||
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user