fix bugs
This commit is contained in:
@@ -49,12 +49,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 快速导航按钮 -->
|
||||
<view class="quick-nav">
|
||||
<button class="quick-btn" @click="goToProfile">个人中心</button>
|
||||
<button class="quick-btn" @click="goToMyRegistration">我的报名</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -255,23 +249,4 @@ export default {
|
||||
font-size: 36rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.quick-nav {
|
||||
position: fixed;
|
||||
bottom: 20rpx;
|
||||
left: 30rpx;
|
||||
right: 30rpx;
|
||||
display: flex;
|
||||
gap: 15rpx;
|
||||
}
|
||||
|
||||
.quick-btn {
|
||||
flex: 1;
|
||||
background-color: #C93639;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 15rpx 20rpx;
|
||||
border-radius: 12rpx;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user