gpt4 book ai didi

javascript - 减少 native 基本输入行的长度

转载 作者:行者123 更新时间:2023-12-02 20:56:11 25 4
gpt4 key购买 nike

我在我的应用程序中使用它:

<Item fixedLabel>
<Input style={{ width: 0.5 }}/>
</Item>

fixedLabel 线的长度延伸到整个屏幕。我怎样才能减小它的大小?我已经尝试过使用 widthpaddingLeft/right,但没有任何区别。

最佳答案

将其包裹在 div 内,然后向该 div 添加样式

<div className='cusmtomClass'>
<Item fixedLabel>
<Input style={{ width: 0.5 }}/>
</Item>
</div>

关于javascript - 减少 native 基本输入行的长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61478312/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com