From b3423fcf85ddd9734fe91eeeac0e59937e90b8ed Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Tue, 28 Jul 2020 21:32:40 +0300 Subject: [PATCH] Fix styles --- src/views/reports/components/Report.vue | 4 ---- src/views/users/index.vue | 22 ++++++++++++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/views/reports/components/Report.vue b/src/views/reports/components/Report.vue index 4db70a6d..116887a8 100644 --- a/src/views/reports/components/Report.vue +++ b/src/views/reports/components/Report.vue @@ -245,10 +245,6 @@ export default { .el-icon-arrow-right { margin-right: 6px; } - .el-icon-close { - padding: 10px 5px 10px 10px; - cursor: pointer; - } .id { color: gray; margin-top: 6px; diff --git a/src/views/users/index.vue b/src/views/users/index.vue index c5671009..c8ea487b 100644 --- a/src/views/users/index.vue +++ b/src/views/users/index.vue @@ -329,16 +329,18 @@ export default { flex-direction: column; margin: 0 10px } - .el-tag { - width: 30px; - display: inline-block; - margin-bottom: 4px; - font-weight: bold; - &.el-tag--success { - padding-left: 8px; - } - &.el-tag--danger { - padding-left: 8px; + .el-table__row { + .el-tag { + width: 30px; + display: inline-block; + margin-bottom: 4px; + font-weight: bold; + &.el-tag--success { + padding-left: 8px; + } + &.el-tag--danger { + padding-left: 8px; + } } } .reboot-button {