CSS make textbox fill all available width

前端 未结 7 1389
太阳男子
太阳男子 2021-02-12 09:33

I have the following \"line\" in my web page

\"Some Text\" \"Some more text\"
相关标签:
7条回答
  • I would suggest the following:

    <div style="width:100%; white-space:nowrap">
    "Some Text" <DropDown> "Some more text" <TextBox style="width:100%"> <Button> <Button>
    </div>
    
    0 讨论(0)
提交回复
热议问题