mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-19 16:00:34 +08:00
docs(table): fix width problem (#1516)
Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
parent
4574058263
commit
efc12c341d
@ -347,7 +347,7 @@ When there are too many columns, you can fix some of them.
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -445,12 +445,12 @@ When you have huge chunks of data to put in a table, you can fix the header and
|
||||
<el-table-column
|
||||
prop="city"
|
||||
label="City"
|
||||
width="120">
|
||||
width="320">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -556,7 +556,7 @@ When the the data is dynamically changed, you might want the table to have a max
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -679,8 +679,7 @@ When the data structure is complex, you can use group header to show the data hi
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
label="Address">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
|
@ -347,7 +347,7 @@ Cuando se tienen demasiadas columnas, puede fijar alguna de estas.
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Dirección"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -445,12 +445,12 @@ Cuando tienes grandes cantidades de datos para colocar en una tabla, puede fijar
|
||||
<el-table-column
|
||||
prop="city"
|
||||
label="Ciudad"
|
||||
width="120">
|
||||
width="320">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Dirección"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -556,7 +556,7 @@ Cuando los datos se modifican dinámicamente, es posible que necesite que la tab
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Dirección"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -679,8 +679,7 @@ Cuando la estructura de datos es compleja, tu puedes hacer uso de cabeceras agru
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Dirección"
|
||||
width="300">
|
||||
label="Dirección">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
|
@ -347,7 +347,7 @@ Lorsque qu'il y a beaucoup de colonnes, il peut être utile d'en fixer certaines
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Adresse"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -445,12 +445,12 @@ Si vous avez un gros volume de données à afficher, vous pouvez fixer le header
|
||||
<el-table-column
|
||||
prop="city"
|
||||
label="Ville"
|
||||
width="120">
|
||||
width="320">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Adresse"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -556,7 +556,7 @@ Quand les données changent dynamiquement, vous pouvez avoir besoin d'une hauteu
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Adresse"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -679,8 +679,7 @@ Quand la structure du tableau est complexe, vous pouvez grouper les headers afin
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Adresse"
|
||||
width="300">
|
||||
label="Adresse">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
|
@ -347,7 +347,7 @@
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -445,12 +445,12 @@
|
||||
<el-table-column
|
||||
prop="city"
|
||||
label="City"
|
||||
width="120">
|
||||
width="320">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -556,7 +556,7 @@
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -679,8 +679,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="Address"
|
||||
width="300">
|
||||
label="Address">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
|
@ -347,7 +347,7 @@
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="地址"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -442,12 +442,12 @@
|
||||
<el-table-column
|
||||
prop="city"
|
||||
label="市区"
|
||||
width="120">
|
||||
width="320">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="地址"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -553,7 +553,7 @@
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="地址"
|
||||
width="300">
|
||||
width="600">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
@ -676,8 +676,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="address"
|
||||
label="地址"
|
||||
width="300">
|
||||
label="地址">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="zip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user