|
|
@ -112,6 +112,10 @@ export default { |
|
|
|
label: 'social', |
|
|
|
label: 'social', |
|
|
|
value: 'social', |
|
|
|
value: 'social', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: 'local_server', |
|
|
|
|
|
|
|
value: 'local_server', |
|
|
|
|
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
rules: [ |
|
|
|
rules: [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -360,11 +364,11 @@ 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) { |
|
|
|