我的预约页面修改

This commit is contained in:
WindowBird 2025-08-27 13:59:27 +08:00
parent a485c3cd80
commit 528bd0640f

View File

@ -362,10 +362,6 @@ export default {
margin-top: 24rpx;
display: flex;
background: #fff;
&.first-child {
border-right: 2px solid #c7a26d;
}
}
.tab-item {
@ -374,7 +370,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
border-radius: 12rpx;
transition: all 0.3s ease;
.tab-text {
@ -396,6 +392,10 @@ export default {
}
}
.tab-item:first-child {
border-right: 1px solid #ddd;
}
//
.appointment-list {
width: 650rpx;