Commit b3cc10ee authored by 赵伟庚's avatar 赵伟庚

[style](能力卡片,表格): 样式优化

parent c1a02534
......@@ -644,6 +644,8 @@ a {
&::before {
display: none;
}
.el-table__empty-block {
height: 500px!important;
.empty_container {
height: 500px;
padding-top: 247px;
......@@ -657,6 +659,7 @@ a {
line-height: 1;
}
}
}
th,
td {
padding: 11px 0!important;
......
......@@ -17,7 +17,9 @@
</div>
<div class="info">
<div class="name">
<el-tooltip class="box-item" effect="light" :content="props.item.ability_name" placement="top">
<span class="ability_name">{{ props.item.ability_name }}</span>
</el-tooltip>
<span class="icon_box openness" :class="openClassObj[props.item.openness_id]">{{ props.item.openness }}</span>
<span class="icon_box mock" v-if="props.item.include_mock_service">mock</span>
</div>
......
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