update 混料
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: '请输入步骤' } },
|
||||
|
||||
Reference in New Issue
Block a user