修复添加商品的bug、到店接诊-患者详情、开处方、添加商品解决底部按钮遮住内容的bug、解决开方表单重复提交的bug

This commit is contained in:
2024-09-26 16:52:45 +08:00
parent ddac24aa35
commit f507b3da98
12 changed files with 772 additions and 629 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="safe-area-inset-bottom">
<view style="padding-bottom: 300rpx">
<!-- 状态 -->
<view class="states_"
:class="infoList.status==1&&'bg_blue'||infoList.status==2&&'bg_green'||infoList.status==3&&'bg_plus'||infoList.status==7&&'bg_red'">
@@ -419,14 +419,15 @@
.fun {
position: fixed;
left: 0;
bottom: 0;
z-index: 99;
width: 750rpx;
background-color: #fff;
padding: 12rpx 32rpx;
padding: 46rpx 32rpx;
display: flex;
flex-direction: row;
justify-content: flex-end;
text-align: center;
bottom: env(safe-area-inset-bottom);
//bottom: env(safe-area-inset-bottom);
}
</style>