This commit is contained in:
X1627315083
2025-04-30 14:01:52 +08:00
parent ac06be639c
commit a4e040d0ff
42 changed files with 3673 additions and 715 deletions

View File

@@ -119,6 +119,7 @@ export default defineComponent({
<style lang="less" scoped>
.account_followFans{
width: 100%;
height: 100%;
.account_followFans_title{
display: flex;
align-items: center;
@@ -131,6 +132,7 @@ export default defineComponent({
}
.account_followFans_body{
padding-bottom: 3rem;
height: 100%;
:deep(.ant-badge){
font-size: var(--aida-fsize2);
}
@@ -154,6 +156,10 @@ export default defineComponent({
background: #000;
}
}
:deep(.ant-tabs-content){
height: 100%;
overflow-y: auto;
}
}
}
</style>