fix : 修复新增分摊表格数据校验及矩阵审批加箭头
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</template>
|
||||
<template v-else-if="showAvatar">
|
||||
<span class="placeholder" v-if="userInfo.length === 0">{{ placeholder }}</span>
|
||||
<avatar-ellipsis :row="3" v-if="userInfo.length > 0" :user-info="userInfo"/>
|
||||
<avatar-ellipsis :row="3" v-if="userInfo.length > 0" :user-info="userInfo" :mode="mode"/>
|
||||
</template>
|
||||
<template v-else>
|
||||
<span class="placeholder" v-if="(content || '').trim() === ''">{{ placeholder }}</span>
|
||||
@@ -250,7 +250,7 @@ const init = () => {
|
||||
|
||||
.node-body-content {
|
||||
cursor: pointer;
|
||||
padding: 18px;
|
||||
padding: 18px 8px;
|
||||
color: #656363;
|
||||
font-size: 14px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user