修改字体大小

This commit is contained in:
wanglei
2021-12-08 14:45:09 +08:00
parent dac8d0b47e
commit 49b29c0e59
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<u-row v-if="detail.createUserId"> <u-row v-if="detail.createUserId">
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>--> <!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
<!-- <div class="u-avatar__img" v-else>{{ detail.userName && detail.userName.substr(-2) }}</div>--> <!-- <div class="u-avatar__img" v-else>{{ detail.userName && detail.userName.substr(-2) }}</div>-->
<AiOpenData type="userName" style="font-size: 30px;color: #343D65;" :openid="detail.createUserId"></AiOpenData> <AiOpenData type="userName" style="font-size: 15px;color: #343D65;" :openid="detail.createUserId"></AiOpenData>
</u-row> </u-row>
<u-gap height="32"></u-gap> <u-gap height="32"></u-gap>
<u-row> <u-row>

View File

@@ -7,14 +7,14 @@
<u-row> <u-row>
<span>发布人</span> <span>发布人</span>
<template v-if="detailObj.createUserId"> <template v-if="detailObj.createUserId">
<AiOpenData type="userName" style="font-size: 30px;color: #343D65;" :openid="detailObj.createUserId"></AiOpenData> <AiOpenData type="userName" style="font-size: 15px;color: #343D65;" :openid="detailObj.createUserId"></AiOpenData>
</template> </template>
</u-row> </u-row>
<u-gap height="8"></u-gap> <u-gap height="8"></u-gap>
<u-row> <u-row>
<span>发布部门</span> <span>发布部门</span>
<template v-if="detailObj.unitName"> <template v-if="detailObj.unitName">
<AiOpenData type="departmentName" style="font-size: 30px;color: #343D65;" :openid="detailObj.unitName"></AiOpenData> <AiOpenData type="departmentName" style="font-size: 15px;color: #343D65;" :openid="detailObj.unitName"></AiOpenData>
</template> </template>
</u-row> </u-row>
<u-gap height="8"></u-gap> <u-gap height="8"></u-gap>