diff --git a/common/style/layout.css b/common/style/layout.css
index 876a46b..062926a 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -121,8 +121,8 @@ uni-button:after {
}
.grid-table thead tr th{
font-size: 15px;
- line-height: 35px;
- padding: 0 5px;
+ line-height: 18px;
+ padding: 5px 5px;
background-color: #e1e1e1;
}
.grid-table thead tr th:first-child{
@@ -141,10 +141,10 @@ uni-button:after {
border-left: 1px solid #e1e1e1;
}
.grid-table td {
- height: 35px;
- line-height: 35px;
+ /* height: 35px; */
+ line-height: 18px;
font-size: 15px;
- padding: 0 5px;
+ padding: 5px 5px;
}
.status-wrap {
width: 100%;
@@ -227,4 +227,21 @@ uni-button:after {
text-align: center;
color: #fff;
overflow: hidden;
+}
+.icon_unchecked {
+ color: #fff;
+ width: 24px;
+ height: 24px;
+ background-color: #fff;
+ font-size: 20px;
+ line-height: 24px;
+ text-align: center;
+ border: 1px solid #bbb;
+}
+.icon_checked {
+ color: #ff6a00;
+ border: 1px solid #ff6a00;
+}
+.bgr{
+ border-color: #ff6a00;
}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 64697b7..976f7d7 100644
--- a/pages.json
+++ b/pages.json
@@ -89,7 +89,9 @@
{
"path": "pages/management/MaterList",
"style": {
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 50
}
}
],
diff --git a/pages/management/DeliveryConfirm.vue b/pages/management/DeliveryConfirm.vue
index 1a87cf1..b874bd0 100644
--- a/pages/management/DeliveryConfirm.vue
+++ b/pages/management/DeliveryConfirm.vue
@@ -20,8 +20,8 @@
-
-
+
+
@@ -31,7 +31,7 @@