style: fix layout misalignment in batch inspection dialog
This commit is contained in:
@ -540,17 +540,17 @@
|
||||
:closable="false"
|
||||
style="margin-bottom: 20px"
|
||||
/>
|
||||
<el-form label-width="180px">
|
||||
<el-form-item label="是否强制要求入库上传检测报告">
|
||||
<el-form label-position="top">
|
||||
<el-form-item label="是否强制要求入库上传检测报告?">
|
||||
<el-switch
|
||||
v-model="inspectionForm.isInspectionRequired"
|
||||
active-text="是"
|
||||
inactive-text="否"
|
||||
active-text="是 (强制管控)"
|
||||
inactive-text="否 (免检入库)"
|
||||
/>
|
||||
<div style="color: #909399; font-size: 12px; width: 100%; margin-top: 8px; line-height: 1.5;">
|
||||
开启后,这些物料在采购入库时必须上传检测报告文件或填写外部报告链接,否则将被拦截无法入库。
|
||||
</div>
|
||||
</el-form-item>
|
||||
<div style="color: #909399; font-size: 12px; margin-top: -10px;">
|
||||
开启后,这些物料在采购入库时必须上传检测报告或外部链接
|
||||
</div>
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
|
||||
Reference in New Issue
Block a user