fix: 任务管理优化
This commit is contained in:
parent
6871a6b005
commit
52497a0aeb
@ -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"/>
|
||||
|
||||
@ -918,7 +918,7 @@ span {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.f14 {
|
||||
.f14:not(.is-leaf) {
|
||||
.cell {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user