【fix】bug82589 拆分新增图片位置错误

This commit is contained in:
fengchenchen
2024-03-25 11:37:47 +08:00
parent 0d30539feb
commit 0ec428e5e3
@@ -174,7 +174,7 @@
<div class="header-text">
{{ $t('docTool.split.clauseContent') }}
<!--新增条款项-->
<a-button type="primary" icon="plus" ghost @click="handleAddClauseContent(1)">{{ $t('newlyAdded') }}</a-button>
<a-button type="primary" icon="plus" ghost @click="handleAddClauseContent(-1)">{{ $t('newlyAdded') }}</a-button>
</div>
<template v-if="contentList && contentList.length > 0">
<div class="clause-item" v-for="(clause, index) in contentList" :key="index + 'clause'">