修改 画布布局
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="otherUsers">
|
||||
<div class="otherUsers_page_titleImg">
|
||||
<img src="https://code-create.com.hk/wp-content/uploads/2022/12/about_banner-1.jpg" alt="">
|
||||
<!-- <img src="https://code-create.com.hk/wp-content/uploads/2022/12/about_banner-1.jpg" alt=""> -->
|
||||
</div>
|
||||
<div class="otherUsers_userDetail">
|
||||
<div class="otherUsers_userDetail_img">
|
||||
@@ -119,6 +119,8 @@ export default defineComponent({
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
.otherUsers_page_titleImg{
|
||||
flex-shrink: 0;
|
||||
height: 10rem;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 30rem;
|
||||
|
||||
Reference in New Issue
Block a user