Commit 4b04a1c7 authored by Jikkai Xiao's avatar Jikkai Xiao Committed by GitHub

Table: fix empty slot position (#11965)

parent 3b58e651
...@@ -17,18 +17,17 @@ ...@@ -17,18 +17,17 @@
// 数据为空 // 数据为空
@include e(empty-block) { @include e(empty-block) {
position: relative;
min-height: 60px; min-height: 60px;
text-align: center; text-align: center;
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex;
justify-content: center;
align-items: center;
} }
@include e(empty-text) { @include e(empty-text) {
position: absolute; width: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: $--color-text-secondary; color: $--color-text-secondary;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment