修复已知bug
This commit is contained in:
@@ -56,9 +56,15 @@
|
||||
<div class="gutter-box">
|
||||
<div class="plug-item">
|
||||
<a-image
|
||||
:height="80"
|
||||
:width="80"
|
||||
:height="72"
|
||||
:width="72"
|
||||
:preview="false"
|
||||
class="app-icon"
|
||||
style="
|
||||
border: 1px solid #e3e3e3;
|
||||
box-shadow: 0 0 1px -1px;
|
||||
border-radius: 12px;
|
||||
"
|
||||
:src="item.companyLogo"
|
||||
@click="openUrl('/system/plug/detail?id=' + item.companyId)"
|
||||
fallback="https://file.wsdns.cn/20230218/550e610d43334dd2a7f66d5b20bd58eb.svg"
|
||||
@@ -216,10 +222,12 @@
|
||||
|
||||
.plug-item {
|
||||
display: flex;
|
||||
|
||||
.app-icon {
|
||||
}
|
||||
.info {
|
||||
font-size: 14px;
|
||||
margin-left: 6px;
|
||||
margin-left: 12px;
|
||||
max-width: 234px;
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
|
||||
@@ -15,9 +15,14 @@
|
||||
<div class="goods-info">
|
||||
<div class="logo">
|
||||
<a-image
|
||||
:width="70"
|
||||
:height="70"
|
||||
:width="72"
|
||||
:height="72"
|
||||
:preview="false"
|
||||
style="
|
||||
border: 1px solid #e3e3e3;
|
||||
box-shadow: 0 0 1px -1px;
|
||||
border-radius: 12px;
|
||||
"
|
||||
:src="form.companyLogo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,8 +52,8 @@
|
||||
</a-space>
|
||||
</div>
|
||||
<a-typography-text>
|
||||
<!-- <div class="update-info ele-text-secondary" v-html="item.updateInfo"></div>-->
|
||||
<byte-md-viewer :value="item.updateInfo" :plugins="plugins" />
|
||||
<div class="update-info ele-text-secondary" v-html="item.updateInfo"></div>
|
||||
<!-- <byte-md-viewer v-if="item" :value="item.updateInfo" :plugins="plugins" />-->
|
||||
</a-typography-text>
|
||||
</a-timeline-item>
|
||||
</a-timeline>
|
||||
|
||||
Reference in New Issue
Block a user