|
|
@ -112,6 +112,10 @@ export default { |
|
|
|
label: 'social', |
|
|
|
label: 'social', |
|
|
|
value: 'social', |
|
|
|
value: 'social', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: 'local_server', |
|
|
|
|
|
|
|
value: 'local_server', |
|
|
|
|
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
rules: [ |
|
|
|
rules: [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -360,17 +364,17 @@ export default { |
|
|
|
}; |
|
|
|
}; |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style scoped lang='scss'> |
|
|
|
<style scoped lang="scss"> |
|
|
|
:deep(.no-print){ |
|
|
|
:deep(.no-print) { |
|
|
|
margin-left:auto; |
|
|
|
margin-left: auto; |
|
|
|
.el-button{ |
|
|
|
.el-button { |
|
|
|
margin-right:0 |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
:deep(.avue-form__row){ |
|
|
|
:deep(.avue-form__row) { |
|
|
|
max-width:300px!important; |
|
|
|
max-width: 300px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
:deep(.el-form-item__label){ |
|
|
|
:deep(.el-form-item__label) { |
|
|
|
width:auto !important; |
|
|
|
width: auto !important; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|