|
|
@@ -28,9 +28,9 @@
|
|
|
<div class="coz-card" @mouseenter="setHoverIndex(index)" @click="goFlow(item)" style="cursor: pointer;"
|
|
|
@mouseleave="resetHoverIndex">
|
|
|
<div style="display: flex;width: 100%;">
|
|
|
- <div style="margin-left: 8%;margin-top: 5%;width: 60%;">
|
|
|
+ <div style="margin-left: 8%;margin-top: 5%;width: 60%;font-size: 17px;">
|
|
|
{{ item.appTitle }}
|
|
|
- <div style="margin-top: 10%;font-size: 14px;">
|
|
|
+ <div style="margin-top: 10%;font-size: 16px;">
|
|
|
模型描述:{{ item.appNote }}
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -46,7 +46,7 @@
|
|
|
<el-tag style="margin-left: 8%;margin-top: -1%;">应用</el-tag>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: center;margin-left: 8%;margin-top: 3%;line-height: 1.5;width: 85%;">
|
|
|
- <img style="width: 4%;height: 4%;border-radius: 12px;" src="@/assets/images/touxiang.png" alt="">
|
|
|
+ <img style="width: 4%;height: 4%;border-radius: 13px;" src="@/assets/images/touxiang.png" alt="">
|
|
|
<div style="margin-left: 3%;font-size: 12px;">
|
|
|
创建人:{{ item.createBy }} 更新时间:{{ item.createTime }}
|
|
|
</div>
|