@@ -146,7 +147,12 @@
class="translation-text part-ml part-common" ref="translationRef"
@click="handleClickContent"
:class="{'hide-translation-text': isContainerExpand}">
-
{{ clauseLabelInfo.item_num }} {{ clauseLabelInfo.title_translation }}
@@ -163,7 +169,7 @@
+ :class="{'hide-clause-label': (showClauseLabel === showClauseLabelEnums.hideClauseLable) || isContainerExpand || isTranslationExpand}">
{{ $t('standardRegulationLibrary.clauseLabel') }}
@@ -209,8 +215,8 @@
{{ $t('docTool.split.clauseLabel') }}
-
-
+
+
{{ $t('docTool.split.originalText') }}
.ant-form-item-label {
min-width: auto;
}
+.flex-between {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}