|
|
|
|
@ -259,7 +259,7 @@ const option = ref({
@@ -259,7 +259,7 @@ const option = ref({
|
|
|
|
|
fixedNumber: [3, 4], |
|
|
|
|
fixedBox: false, |
|
|
|
|
canMoveBox: true, |
|
|
|
|
enlarge: 6 |
|
|
|
|
enlarge: 2 |
|
|
|
|
}) |
|
|
|
|
const options = ref({ |
|
|
|
|
autoCropWidth: 1000, |
|
|
|
|
@ -732,7 +732,7 @@ onMounted(() => {
@@ -732,7 +732,7 @@ onMounted(() => {
|
|
|
|
|
}) |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style scoped> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.photo-upload-page { |
|
|
|
|
height: auto; |
|
|
|
|
overflow-y: scroll!important; |
|
|
|
|
|