From b3cc10eea8a2057bca7cc1e191d5f8e66d4708b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Sun, 29 Jan 2023 18:17:43 +0800 Subject: [PATCH] =?UTF-8?q?[style](=E8=83=BD=E5=8A=9B=E5=8D=A1=E7=89=87?= =?UTF-8?q?=EF=BC=8C=E8=A1=A8=E6=A0=BC):=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bg-ui/index.scss | 25 ++++++++++++++----------- src/components/ability-card.vue | 4 +++- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/bg-ui/index.scss b/src/bg-ui/index.scss index 459fe85..409c35d 100644 --- a/src/bg-ui/index.scss +++ b/src/bg-ui/index.scss @@ -644,17 +644,20 @@ a { &::before { display: none; } - .empty_container { - height: 500px; - padding-top: 247px; - img { - width: 257px; - height: 145px; - } - .text { - font-size: 16px; - color: #616f94; - line-height: 1; + .el-table__empty-block { + height: 500px!important; + .empty_container { + height: 500px; + padding-top: 247px; + img { + width: 257px; + height: 145px; + } + .text { + font-size: 16px; + color: #616f94; + line-height: 1; + } } } th, diff --git a/src/components/ability-card.vue b/src/components/ability-card.vue index 3d2c77e..6274c92 100644 --- a/src/components/ability-card.vue +++ b/src/components/ability-card.vue @@ -17,7 +17,9 @@
- {{ props.item.ability_name }} + + {{ props.item.ability_name }} + {{ props.item.openness }} mock
-- 2.26.0