Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -65,8 +65,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%; height: 100px;">
|
<div class="prompt-input-container" v-show="!showMotion">
|
||||||
<promptInput :content="prompt" ref="promptInput"></promptInput>
|
<div class="title">{{ $t('ProductImg.Prompt') }}</div>
|
||||||
|
<promptInput :content="prompt" ref="promptInput" />
|
||||||
</div>
|
</div>
|
||||||
<div class="poses" v-show="showMotion">
|
<div class="poses" v-show="showMotion">
|
||||||
<div class="head">
|
<div class="head">
|
||||||
@@ -338,6 +339,7 @@ export default defineComponent({
|
|||||||
data.isGenerate = true
|
data.isGenerate = true
|
||||||
// data.remGenerateTime = setTimeout(()=>{
|
// data.remGenerateTime = setTimeout(()=>{
|
||||||
// },10000)
|
// },10000)
|
||||||
|
// const promptText = dataDom.promptInput.getFullText()
|
||||||
let value = {
|
let value = {
|
||||||
poseId:data.selectPose,
|
poseId:data.selectPose,
|
||||||
projectId:store.state.Workspace.probjects.id,
|
projectId:store.state.Workspace.probjects.id,
|
||||||
@@ -785,11 +787,7 @@ export default defineComponent({
|
|||||||
> .configuratioBox > .configuratio{
|
> .configuratioBox > .configuratio{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
> .title{
|
|
||||||
// font-size: 2.6rem;
|
|
||||||
}
|
|
||||||
> .content{
|
> .content{
|
||||||
// margin-top: 4rem;
|
|
||||||
> .selectImg,> .poses{
|
> .selectImg,> .poses{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -799,15 +797,12 @@ export default defineComponent({
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
// justify-content: space-between;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
column-gap: 2.4rem;
|
column-gap: 2.4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
> .item{
|
> .item{
|
||||||
// width: calc(100% / 2 - .5rem);
|
|
||||||
// height: 25rem;
|
|
||||||
width: 12.7rem;
|
width: 12.7rem;
|
||||||
height: 17.8rem;
|
height: 17.8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -816,9 +811,6 @@ export default defineComponent({
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
// &.active{
|
|
||||||
// border: 2px solid;
|
|
||||||
// }
|
|
||||||
:deep(.ant-checkbox-wrapper){
|
:deep(.ant-checkbox-wrapper){
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2rem;
|
top: 2rem;
|
||||||
@@ -935,7 +927,14 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.prompt-input-container{
|
||||||
|
margin-top: 4rem;
|
||||||
|
}
|
||||||
|
.title{
|
||||||
|
font-size: 1.8rem;
|
||||||
|
color: #000;
|
||||||
|
margin-bottom: 1.4rem;
|
||||||
|
}
|
||||||
> .poses{
|
> .poses{
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user