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

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

parent c1a02534
...@@ -644,17 +644,20 @@ a { ...@@ -644,17 +644,20 @@ a {
&::before { &::before {
display: none; display: none;
} }
.empty_container { .el-table__empty-block {
height: 500px; height: 500px!important;
padding-top: 247px; .empty_container {
img { height: 500px;
width: 257px; padding-top: 247px;
height: 145px; img {
} width: 257px;
.text { height: 145px;
font-size: 16px; }
color: #616f94; .text {
line-height: 1; font-size: 16px;
color: #616f94;
line-height: 1;
}
} }
} }
th, th,
......
...@@ -17,7 +17,9 @@ ...@@ -17,7 +17,9 @@
</div> </div>
<div class="info"> <div class="info">
<div class="name"> <div class="name">
<span class="ability_name">{{ props.item.ability_name }}</span> <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 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> <span class="icon_box mock" v-if="props.item.include_mock_service">mock</span>
</div> </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