修改generate流程,新增导出功能

This commit is contained in:
X1627315083
2024-04-03 17:39:44 +08:00
parent ef3ebf05b0
commit 31a6d05e31
13 changed files with 721 additions and 176 deletions

View File

@@ -1247,15 +1247,19 @@ i{
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page{
.input_box{
.input_border{
display: flex;
align-items: center;
position: sticky;
top: 0;
background: #fff;
padding-top: calc(2.5rem*1.2);
padding-bottom: calc(2rem*1.2);
z-index: 2;
background: #fff;
top: 0;
.input_box{
position: relative;
z-index: 2;
flex: 1;
}
input{
border-radius: calc(.5rem*1.2);
width: 70%;
@@ -1278,7 +1282,9 @@ i{
}
span{
position: absolute;
bottom: calc(0rem*1.2);
// bottom: calc(0rem*1.2);
bottom: -1.5rem;
left: 0;
font-size: calc(1.2rem*1.2);
color: red;
opacity: 0;
@@ -1296,7 +1302,8 @@ i{
}
}
.generage_btn{
margin: 0 auto;
// margin: 0 auto;
margin-left: 2rem;
}