diff --git a/pages/guarantee/guarantee.wxss b/pages/guarantee/guarantee.wxss
index 89fa1c9..39d9997 100644
--- a/pages/guarantee/guarantee.wxss
+++ b/pages/guarantee/guarantee.wxss
@@ -49,14 +49,7 @@ page {
}
.scroll-views {
- height: 99%;
-}
-
-
-::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
+ height: 100%;
}
.custmer_list_view{
diff --git a/pages/outStore/outStore.wxml b/pages/outStore/outStore.wxml
index ebbc0ae..4842264 100644
--- a/pages/outStore/outStore.wxml
+++ b/pages/outStore/outStore.wxml
@@ -5,7 +5,7 @@
已审核
-
+
diff --git a/pages/outStore/outStore.wxss b/pages/outStore/outStore.wxss
index 97b939e..32bcc7b 100644
--- a/pages/outStore/outStore.wxss
+++ b/pages/outStore/outStore.wxss
@@ -100,14 +100,14 @@ page {
.chose{
width: 100%;
- height: 50rpx;
+ height: 40px;
position: fixed;
bottom: 0rpx;
background: white;
border-top: 0.5px solid #e0e0e0;
border-bottom: 0.5px solid #e0e0e0;
- padding-top: 20rpx;
- padding-bottom: 20rpx;
+ /* padding-top: 20rpx;
+ padding-bottom: 20rpx; */
display: flex;
flex-direction: row;
align-items: center;