9.23提交
This commit is contained in:
@@ -454,7 +454,7 @@
|
||||
await getApplyList();
|
||||
uni.showToast({
|
||||
title: '刷新成功',
|
||||
icon: 'success',
|
||||
icon: 'none',
|
||||
duration: 1500
|
||||
});
|
||||
} catch (error) {
|
||||
@@ -475,7 +475,7 @@
|
||||
await getFollowUpList(true);
|
||||
uni.showToast({
|
||||
title: '刷新成功',
|
||||
icon: 'success',
|
||||
icon: 'none',
|
||||
duration: 1500
|
||||
});
|
||||
};
|
||||
@@ -619,7 +619,8 @@
|
||||
<style lang="scss" scoped>
|
||||
.content {
|
||||
background-color: #f5f5f5;
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
overflow-y: hidden;
|
||||
|
||||
}
|
||||
.linebox{
|
||||
@@ -784,11 +785,12 @@
|
||||
.patient-list {
|
||||
|
||||
height:calc(100vh - 265rpx);
|
||||
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
background-color: #ffffff;
|
||||
margin-top: 20rpx;
|
||||
padding-bottom: 500rpx;
|
||||
position: relative;
|
||||
.listbox{
|
||||
flex:1;
|
||||
|
||||
Reference in New Issue
Block a user