如何实现以下目标:
?????????????????????parent?????????????????????
? label [text-box ] [button] ?
? paragraph ?
????????????????????????????????????????????????
Run Code Online (Sandbox Code Playgroud)
label 与左边对齐button 与右边对齐text-box 占据父母内的所有剩余宽度paragraph在左边对齐,label也必须左对齐二者label并button应服从作为最大尽可能别处定义字体属性.parent在窗口中居中对齐,当然,可以有任意宽度.
请指教.