fixbug
This commit is contained in:
parent
40086da6c1
commit
93006d3f30
BIN
src/assets/image/ai/11.png
Normal file
BIN
src/assets/image/ai/11.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 782 B |
BIN
src/assets/image/ai/916.png
Normal file
BIN
src/assets/image/ai/916.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 B |
@ -250,7 +250,7 @@
|
||||
<span
|
||||
style="
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
top: 38%;
|
||||
left: 38%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 10px;
|
||||
@ -453,6 +453,8 @@ import { useRoute, useRouter } from "vue-router";
|
||||
import img34 from "../../assets/image/ai/34.png";
|
||||
import img43 from "../../assets/image/ai/43.png";
|
||||
import img916 from "../../assets/image/ai/169.png";
|
||||
import img11 from "../../assets/image/ai/11.png";
|
||||
import img619 from "../../assets/image/ai/916.png";
|
||||
const loading = ref(false);
|
||||
const router = useRouter();
|
||||
const scrollAreaRef = ref(null);
|
||||
@ -565,7 +567,7 @@ const sizeArr = ref([
|
||||
},
|
||||
{
|
||||
nowSelect: false,
|
||||
img: img34,
|
||||
img: img619,
|
||||
word: "电脑桌面",
|
||||
sizeWord: "832*468",
|
||||
proportion: "16:9",
|
||||
@ -574,7 +576,7 @@ const sizeArr = ref([
|
||||
},
|
||||
{
|
||||
nowSelect: false,
|
||||
img: img34,
|
||||
img: img11,
|
||||
word: "正方形",
|
||||
sizeWord: "512*512",
|
||||
proportion: "1:1",
|
||||
|
Loading…
Reference in New Issue
Block a user