Expand container div with content width

前端 未结 6 388
逝去的感伤
逝去的感伤 2020-12-24 10:40

I have the following structure in my application:

6条回答
  •  半阙折子戏
    2020-12-24 11:33

    Something like this should work:

    #container, #child_container, .child { 
        position: relative; 
        float: left;
    }
    

提交回复
热议问题