@timus-networks/theme 1.0.125 → 1.0.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,11 +110,9 @@
|
|
|
110
110
|
<el-table-column prop="city" label="City" width="120" />
|
|
111
111
|
<el-table-column prop="address" label="Address" width="300" />
|
|
112
112
|
<el-table-column prop="zip" label="Zip" width="120" />
|
|
113
|
-
<el-table-column label="Operations" width="420" class="items-end">
|
|
113
|
+
<el-table-column label="Operations" width="420" class="items-end patates" align="center">
|
|
114
114
|
<template #default="scope">
|
|
115
|
-
<
|
|
116
|
-
teeee<el-button size="small" @click.native.prevent="deleteRow(scope.$index, tableData)"> Remove </el-button>
|
|
117
|
-
</div>
|
|
115
|
+
teeee <el-button size="small" @click.native.prevent="deleteRow(scope.$index, tableData)"> Remove </el-button>
|
|
118
116
|
</template>
|
|
119
117
|
</el-table-column>
|
|
120
118
|
</el-table>
|
|
@@ -110,11 +110,9 @@
|
|
|
110
110
|
<el-table-column prop="city" label="City" width="120" />
|
|
111
111
|
<el-table-column prop="address" label="Address" width="300" />
|
|
112
112
|
<el-table-column prop="zip" label="Zip" width="120" />
|
|
113
|
-
<el-table-column label="Operations" width="420" class="items-end">
|
|
113
|
+
<el-table-column label="Operations" width="420" class="items-end patates" align="center">
|
|
114
114
|
<template #default="scope">
|
|
115
|
-
<
|
|
116
|
-
teeee<el-button size="small" @click.native.prevent="deleteRow(scope.$index, tableData)"> Remove </el-button>
|
|
117
|
-
</div>
|
|
115
|
+
teeee <el-button size="small" @click.native.prevent="deleteRow(scope.$index, tableData)"> Remove </el-button>
|
|
118
116
|
</template>
|
|
119
117
|
</el-table-column>
|
|
120
118
|
</el-table>
|