fix: mainpage avatar & layout

mgy
Dawn1Ocean 2024-05-10 12:54:21 +08:00
parent 3242b16e3d
commit 04e616c477
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export default class TitleCard extends React.Component {
<View className='at-row at-row__align--center at-row__justify--start'>
<View className='at-col at-col-1 at-col--auto'>
<Image
style='width: 100rpx; height: 100rpx; margin-left: 30rpx;'
style='width: 100rpx; height: 100rpx; margin-left: 30rpx; border-radius: 50rpx'
src={wechatUser.getAccess() ? wechatUser.getInfo().avatar : logo}
mode='aspectFit'
/>

View File

@ -64,6 +64,7 @@ export default class ReportPage extends Component {
<AtMessage />
<AtTextarea
value={this.state.report}
height={400}
onChange={this.handleChange.bind(this)}
maxLength={200}
placeholder={pt.get().reportPage.placeHolderText}
@ -74,7 +75,6 @@ export default class ReportPage extends Component {
style={{
marginTop: '30rpx',
marginRight: '10rpx',
marginLeft: '10rpx',
width: '50%',
}}
>
@ -86,7 +86,6 @@ export default class ReportPage extends Component {
className='at-col'
style={{
marginTop: '30rpx',
marginRight: '10rpx',
marginLeft: '10rpx',
width: '50%',
}}