修复添加商品的bug、到店接诊-患者详情、开处方、添加商品解决底部按钮遮住内容的bug、解决开方表单重复提交的bug
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user