From 170ef973ee2024f13b00d370bf0ccba731bb8de6 Mon Sep 17 00:00:00 2001 From: Nikita-Polyakov Date: Thu, 5 Aug 2021 16:22:54 +0300 Subject: [PATCH] add table empty-text color --- src/styles/table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/table.scss b/src/styles/table.scss index 2bec5150..9c14d1c6 100644 --- a/src/styles/table.scss +++ b/src/styles/table.scss @@ -39,6 +39,11 @@ .el-table thead { color: var(--s-color-base-content-tertiary); } +.el-table__empty-block { + .el-table__empty-text { + color: var(--s-color-base-content-tertiary); + } +} .el-table--group, .el-table--border, .el-table th.is-leaf,