easyui-element-ui apply frame (Adaptive table width)

Use easyui outer window frame assembly, easy to use to maximize function; internal table using the el-table element-ui in the, el-table shall set the column width to the minimum width of column width to the adaptive list window maximized window width of the window, otherwise it is pawing at a pile, it is difficult to see.

 

<el-table-column v-for="(item,index) in label"
:key="index"
:prop="item.prop"
:label="item.name"
:min-width="item.width"
align="center"
:show-overflow-tooltip="true"
>
</el-table-column>

Fields wording

{
name: "温度值",
prop: "temValue",
width: "100",
type: "em_input",}

Guess you like

Origin www.cnblogs.com/LindaBlog/p/10973498.html