Browse Source

bug修改

lzm_web
Linzm 6 months ago
parent
commit
aa21829e78
  1. 2
      index.html
  2. 4
      src/views/badge/index.vue

2
index.html

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<title>葡哇立体肖像</title>
</head>
<body>
<div id="app"></div>
<div id="app" style="max-width: 500px;margin: 0 auto;"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<style>

4
src/views/badge/index.vue

@ -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;

Loading…
Cancel
Save