Browse Source

Merge branch 'bug-rework-2025-0603' of gitea.intra.yunpaper.com:kuaileadmin/acupuncture_register_system_uniapp into bug-rework-2025-0603

master
kuaileWu 3 months ago
parent
commit
7a222d6b89
  1. 16
      components/preBookList.vue

16
components/preBookList.vue

@ -126,17 +126,15 @@ export default {
justify-content: flex-end; justify-content: flex-end;
view{ view{
display: flex; display: flex;
border-radius: 6rpx;
font-size: 26rpx;
// line-height: 40rpx;
padding: 0 10rpx;
box-sizing: border-box; box-sizing: border-box;
min-width: 90rpx; align-items: center;
display: block; justify-content: center;
border-radius: 6rpx;
padding: 2rpx 18rpx;
height: 32rpx;
line-height: 32rpx;
text-align: center; text-align: center;
height: 40rpx; font-size: 22rpx;
min-width: 128rpx;
box-sizing: border-box;
} }
&.status_wait{ &.status_wait{

Loading…
Cancel
Save