fix
This commit is contained in:
@@ -263,7 +263,8 @@ export default defineComponent({
|
||||
let generateProceedList:any = ref([])
|
||||
let remGenerate:any = ref(false)
|
||||
let remGenerateTime:any = ref()
|
||||
let styleRecommend:any = inject('styleRecommend')
|
||||
let styleRecommend:any = []
|
||||
// let styleRecommend:any = inject('styleRecommend')
|
||||
let generateLevel2Type = ''
|
||||
let isSloganHint:any = ref(' ')
|
||||
let loadingShow =ref(false)
|
||||
@@ -959,7 +960,6 @@ export default defineComponent({
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-right: 1px solid #e5e5e5;
|
||||
position: relative;
|
||||
// padding-top: calc(2.5rem*1.2);
|
||||
.input_border{
|
||||
@@ -978,7 +978,6 @@ export default defineComponent({
|
||||
align-items: center;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
padding-top: calc(2rem*1.2);
|
||||
z-index: 3;
|
||||
}
|
||||
@@ -998,7 +997,9 @@ export default defineComponent({
|
||||
}
|
||||
.generage_img_item {
|
||||
cursor: pointer;
|
||||
margin: 0 calc(2rem*1.2) calc(2rem*1.2) 0;
|
||||
margin: 1rem;
|
||||
width: calc(25% - 2rem);
|
||||
aspect-ratio: 1 / 1;
|
||||
position: relative;
|
||||
&.active {
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user