feat: 第一次上传代码
This commit is contained in:
20
pages/chat/ChatTopBgImg.vue
Normal file
20
pages/chat/ChatTopBgImg.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<view class="top-bg">
|
||||
<image src="/static/top_bg_icon.png" mode="aspectFit" class="top-bg-img"></image>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.top-bg {
|
||||
width: 100%;
|
||||
height: 270px;
|
||||
overflow: hidden;
|
||||
.top-bg-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user