fix(缺陷管理): 缺陷管理右侧字段部分设置最小宽度
--bug=1036454 --user=宋天阳 【缺陷管理】编辑缺陷,内容较长,页面显示优化 https://www.tapd.cn/55049933/s/1470413
This commit is contained in:
parent
c6247457a9
commit
8daf876eef
|
@ -122,14 +122,16 @@
|
||||||
</div>
|
</div>
|
||||||
<a-divider class="ml-[16px]" direction="vertical" />
|
<a-divider class="ml-[16px]" direction="vertical" />
|
||||||
<div class="right mt-[16px] max-w-[433px] grow pr-[24px]">
|
<div class="right mt-[16px] max-w-[433px] grow pr-[24px]">
|
||||||
<MsFormCreate ref="formCreateRef" v-model:formItem="formItem" v-model:api="fApi" :form-rule="formRules" />
|
<div style="min-width: 250px; overflow: auto">
|
||||||
<a-form-item field="tag" :label="t('bugManagement.tag')">
|
<MsFormCreate ref="formCreateRef" v-model:formItem="formItem" v-model:api="fApi" :form-rule="formRules" />
|
||||||
<MsTagsInput
|
<a-form-item field="tag" :label="t('bugManagement.tag')">
|
||||||
v-model:model-value="form.tags"
|
<MsTagsInput
|
||||||
:placeholder="t('bugManagement.edit.tagPlaceholder')"
|
v-model:model-value="form.tags"
|
||||||
allow-clear
|
:placeholder="t('bugManagement.edit.tagPlaceholder')"
|
||||||
/>
|
allow-clear
|
||||||
</a-form-item>
|
/>
|
||||||
|
</a-form-item>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a-form>
|
</a-form>
|
||||||
|
|
Loading…
Reference in New Issue