2.6发版合并

This commit is contained in:
X1627315083
2025-02-05 10:09:53 +08:00
177 changed files with 15452 additions and 9320 deletions

View File

@@ -4,7 +4,7 @@
<div>Works</div>
</div> -->
<div class="modal_title_text modal_search" v-if="!otherUsers">
<div v-show="isScroll" v-for="item in worksType" :key="item" class="modal_title_text_assistant" @click="setWorksSelect(item)" :class="{active:item.value == worksSelect}">
<div v-show="isScroll" v-for="item in worksType" :key="item" class="gallery_btn white" @click="setWorksSelect(item)" :class="{active:item.value == worksSelect}">
{{ item.name }}
</div>
<div v-show="!isScroll" class="modal_title_text_assistant" :class="{active:'all' == worksSelect}" @click="setWorksSelect({value:'all'})">All</div>
@@ -279,7 +279,7 @@ export default defineComponent({
// height: 100%;
height: auto;
min-height: 100%;
padding: 0 9rem;
padding: 0 6rem;
// min-width: 1440px;
position: relative;
padding-top: 5rem;
@@ -288,20 +288,13 @@ export default defineComponent({
display: flex;
margin: 0;
padding-bottom: 2.4rem;
.modal_title_text_assistant{
padding: 1rem 3rem;
border-radius: 2rem;
background: #eee;
margin-right: 1rem;
cursor: pointer;
.gallery_btn{
min-width: 12rem;
margin-right: 2rem;
}
.modal_title_text_assistant:last-child{
.gallery_btn:last-child{
margin-right: 0;
}
.active{
background: #39215b;
color: #fff;
}
.modal_search_menu{
margin-left: auto;
z-index: 10;
@@ -315,6 +308,7 @@ export default defineComponent({
min-height: 80%;
height: auto;
background: #f7f8fa;
border-radius: 3rem;
@media (max-width: 768px) {
background: #fff;
}