fix: 任务管理优化

This commit is contained in:
dataeaseShu 2022-08-31 18:39:25 +08:00
parent 6871a6b005
commit 52497a0aeb
2 changed files with 2 additions and 6 deletions

View File

@ -41,12 +41,8 @@
<div v-for="ele in data" :key="ele.pluginId" class="de-card-plugin">
<div class="card-info">
<div class="info-top">
<!-- <img
:src="`https://de.fit2cloud.com/api/pluginCommon/staticInfo/${ele.moduleName}/svg`"
alt=""
/> -->
<el-image
:src="`https://de.fit2cloud.com/api/pluginCommon/staticInfo/${ele.moduleName}/svg`"
:src="`/api/pluginCommon/staticInfo/${ele.moduleName}/svg`"
>
<div slot="error" class="image-slot">
<img :src="imgDefault"/>

View File

@ -918,7 +918,7 @@ span {
cursor: pointer;
}
}
.f14 {
.f14:not(.is-leaf) {
.cell {
font-size: 12px !important;
}