[update] 修改bug80447
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<base-info-form ref="baseInfoForm" v-bind="$attrs" disabled></base-info-form>
|
||||
<div>
|
||||
<div v-if="drafterDataSource && drafterDataSource.length > 0">
|
||||
<j-table
|
||||
:can-drag="true"
|
||||
:scroll="{x: '100%'}"
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
</j-table>
|
||||
</div>
|
||||
<a-form-model :model="formInline" class="form-add" :rules="rules" ref="ruleForm">
|
||||
<a-form-model :model="formInline" :class="drafterDataSource.length > 0 ? 'form-add' : ''" :rules="rules" ref="ruleForm">
|
||||
<div class="form-flex-box">
|
||||
<!-- 标准文本 -->
|
||||
<div class="box-title-text form-flex-item">
|
||||
|
||||
Reference in New Issue
Block a user