This commit is contained in:
X1627315083
2025-01-22 10:16:02 +08:00
parent f6d04054e8
commit 807940f380
5 changed files with 9 additions and 7 deletions

View File

@@ -537,6 +537,9 @@ export default defineComponent({
z-index: 9;
.productImg_left{
width: 100%;
display: flex;
height: 100%;
flex-direction: column;
.input_box_btnBox{
width: 100%;
}
@@ -544,7 +547,7 @@ export default defineComponent({
justify-content: flex-end;
}
.productImg_content_item_generate_btn{
transform: translateY(100%);
// transform: translateY(100%);
position: absolute;
bottom: 0;
top: auto;