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
|
<span
|
||||||
style="
|
style="
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45%;
|
top: 38%;
|
||||||
left: 38%;
|
left: 38%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -453,6 +453,8 @@ import { useRoute, useRouter } from "vue-router";
|
|||||||
import img34 from "../../assets/image/ai/34.png";
|
import img34 from "../../assets/image/ai/34.png";
|
||||||
import img43 from "../../assets/image/ai/43.png";
|
import img43 from "../../assets/image/ai/43.png";
|
||||||
import img916 from "../../assets/image/ai/169.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 loading = ref(false);
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const scrollAreaRef = ref(null);
|
const scrollAreaRef = ref(null);
|
||||||
@ -565,7 +567,7 @@ const sizeArr = ref([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
nowSelect: false,
|
nowSelect: false,
|
||||||
img: img34,
|
img: img619,
|
||||||
word: "电脑桌面",
|
word: "电脑桌面",
|
||||||
sizeWord: "832*468",
|
sizeWord: "832*468",
|
||||||
proportion: "16:9",
|
proportion: "16:9",
|
||||||
@ -574,7 +576,7 @@ const sizeArr = ref([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
nowSelect: false,
|
nowSelect: false,
|
||||||
img: img34,
|
img: img11,
|
||||||
word: "正方形",
|
word: "正方形",
|
||||||
sizeWord: "512*512",
|
sizeWord: "512*512",
|
||||||
proportion: "1:1",
|
proportion: "1:1",
|
||||||
|
Loading…
Reference in New Issue
Block a user