3.13提交

This commit is contained in:
zoujiandong
2026-03-13 16:18:33 +08:00
parent 4e3a30b863
commit 4042df6762
30 changed files with 286 additions and 134 deletions
+3 -3
View File
@@ -626,7 +626,7 @@ const handlePatientAvatarError = (patient) => {
.patient-list-section {
top:calc(var(--status-bar-height) + 44px);
width:100%;
bottom:120rpx; // 预留底部操作栏高度
bottom:144rpx; // 预留底部操作栏高度
position: fixed;
background-color: #ffffff;
@@ -740,14 +740,14 @@ const handlePatientAvatarError = (patient) => {
bottom: 0;
background: #fff;
box-shadow: 0 -6rpx 20rpx rgba(0,0,0,0.06);
padding: 20rpx 30rpx env(safe-area-inset-bottom);
padding:30rpx;
display: flex;
justify-content: flex-end;
.align-right{justify-content:flex-end;}
.clear-btn{
width: 100%;
margin-bottom: 20rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;