Commit a15fa78b authored by spc's avatar spc

avatar

parent 8c075670
......@@ -455,9 +455,8 @@
padding: 0;
width: 100%;
height: auto;
padding-bottom: 100rpx;
position: absolute;
bottom: 0;
bottom: -80rpx;
max-height: 80vh;
.user-info-header {
......@@ -595,17 +594,20 @@
.user-info-actions {
display: flex;
padding: 0 40rpx 40rpx;
gap: 20rpx;
// padding: 0 40rpx 40rpx;
// gap: 20rpx;
margin-top: 0;
height: 180rpx;
justify-content: center;
.action-btn {
flex: 1;
// flex: 1;
height: 88rpx;
border-radius: 44rpx;
width: 200rpx;
font-size: 32rpx;
border: none !important;
position: relative;
margin: 0 20rpx;
&::after {
border: none !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment