fix
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user