Merge pull request #3022 from dataease/pr@dev_station_msg

Pr@dev station msg
This commit is contained in:
dataeaseShu 2022-08-31 18:42:30 +08:00 committed by GitHub
commit d308f906e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}