From d0ee48c2da0da61391d464ea81743d8c08af3dd6 Mon Sep 17 00:00:00 2001 From: RDMStreet Date: Fri, 26 Feb 2021 08:41:33 +0000 Subject: [PATCH] Fix pressing zone of table expand --- src/styles/table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/table.scss b/src/styles/table.scss index 9c85d481..d28b0876 100644 --- a/src/styles/table.scss +++ b/src/styles/table.scss @@ -108,6 +108,11 @@ border-color: var(--s-color-theme-accent); } .el-table__expand-icon { + position: absolute; + height: 100%; + width: 100%; + left: 0; + top: 0; > .el-icon.el-icon-arrow-right { font-family: $s-font-family-icons; @extend .s-icon-chevron-bottom;