diff --git a/src/styles/index.scss b/src/styles/index.scss index 1aabdd0..4e64725 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -78,3 +78,7 @@ left: 2px; } } + +.el-table--default .cell { + padding: 0 5px; +} diff --git a/src/views/Basic/Role/Comp/RoleEmployee.vue b/src/views/Basic/Role/Comp/RoleEmployee.vue index 5360843..d14f7f6 100644 --- a/src/views/Basic/Role/Comp/RoleEmployee.vue +++ b/src/views/Basic/Role/Comp/RoleEmployee.vue @@ -9,6 +9,18 @@ :label="col.label" :width="col.width" /> + + + - + - + - - + +