update 混料

This commit is contained in:
lb
2023-01-17 09:44:32 +08:00
parent 712b5937da
commit 6dc95fb76a
6 changed files with 63 additions and 36 deletions

View File

@@ -235,6 +235,6 @@ export default {
min-height: inherit;
border-radius: 6px;
padding: 16px;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.125);
box-shadow: 0 0 1.125px .125px rgba(0, 0, 0, 0.125);
}
</style>

View File

@@ -107,7 +107,7 @@ export default function () {
},
subDialog: {
extraParams: 'stepId',
extraParam: 'stepId',
rows: [
[
{ input: true, label: '步骤', prop: 'sort', rules: { required: true, message: 'not empty', trigger: 'blur' }, elparams: { placeholder: '请输入步骤' } },