布局修改 部分bug修复

This commit is contained in:
X1627315083
2025-08-22 10:27:48 +08:00
parent 141821a843
commit 594bf5ce0a
275 changed files with 5675 additions and 13049 deletions

View File

@@ -14,7 +14,7 @@
>
<div class="generalModel_btn">
<div class="generalModel_closeIcon" @click.stop="cancelDsign()">
<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="100%" height="100%" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="23" cy="23" r="23" fill="white" fill-opacity="0.3"/>
<rect x="32.5063" y="12" width="3" height="29" rx="1.5" transform="rotate(45 32.5063 12)" fill="white"/>
<rect x="34.6274" y="32.5059" width="3" height="29" rx="1.5" transform="rotate(135 34.6274 32.5059)" fill="white"/>
@@ -24,10 +24,11 @@
</div>
<div class="setBrandDNA_content">
<div class="modal_title_text">
<div>Brand</div>
<div>{{ $t('Habit.Brand') }}</div>
<div class="modal_title_text_intro"></div>
</div>
<div class="setBrandDNA_content_bottom">
<div class="setBrandDNA_content_bottom" :class="{'active':isNoData && isNull}">
<div class="content_bottom_item" v-for="item in styleList">
<div class="content_bottom_item_border" :class="{active:item.id == selectStyle.id}" @click="setItemSelect(item)">
{{ item.brandName}}
@@ -46,7 +47,7 @@
{{ $t('Habit.Clear') }}
</div>
<div class="started_btn" @click="setOk()">
OK
{{ $t('Habit.ok') }}
</div>
</div>
@@ -220,6 +221,10 @@ methods: {
flex: 1;
flex-wrap: wrap;
align-content: flex-start;
&.active{
align-content: center;
justify-content: center;
}
> .material_content_list_loding{
text-align: center;
height: 50px;
@@ -278,13 +283,18 @@ methods: {
}
}
.setBrandDNA_ok{
width: 60%;
width: 100%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: space-around;
justify-content: flex-end;
>div{
width: 40%;
width: 12rem;
line-height: 6rem;
text-align: center;
border-radius: 3rem;
height: auto;
margin-left: 2rem;
}
}
}