我的预约页面修改
This commit is contained in:
parent
a485c3cd80
commit
528bd0640f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user