@@ -2,6 +2,7 @@
<el-table
:data="tableData"
border
+ class="table"
@selection-change="handleSelectionChange"
style="width: 100%">
<el-table-column
@@ -93,6 +94,18 @@
};
</script>
-<style scoped>
+<style lang="scss" scoped>
+.table {
+ ::v-deep .is-leaf {
+ .cell {
+ text-align: center;
+ }
+ ::v-deep .el-table-column--selection {
+}
</style>
@@ -93,8 +94,23 @@
<style lang="scss" scoped>
-.table-link {
- text-decoration:none;
- color: #2C98F2;
-}
+ .table {
+
+ .table-link {
+ text-decoration: none;
+ color: #2C98F2;