feat: 完成前端业务闭环与后端联调
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<image
|
||||
class="module-page-background__image"
|
||||
:src="source"
|
||||
mode="widthFix"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
@@ -48,6 +48,7 @@ const source = computed(() => sources[props.module] || sources.profile);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.36;
|
||||
}
|
||||
.module-page-background--family .module-page-background__image {
|
||||
|
||||
Reference in New Issue
Block a user