Browse Source

调整标题栏按钮布局,使联系客服和入驻按钮左右边距相等

pull/1/head
徐飞洋 3 months ago
parent
commit
06cb7fef54
  1. 3
      pages/seller/index.wxss

3
pages/seller/index.wxss

@ -242,8 +242,9 @@ button {
.title-bar-actions { .title-bar-actions {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 15rpx; justify-content: space-between;
padding: 0 20rpx; padding: 0 20rpx;
width: 100%;
} }
/* 未入驻状态样式 */ /* 未入驻状态样式 */

Loading…
Cancel
Save