社区地址:
@@ -79,6 +81,7 @@
@click="handleOrder(scope.$index)"
type="text"
size="small"
+ style="color: #1c6afd"
>预约
@@ -86,7 +89,7 @@
@click="handleOrderList(scope.$index)"
type="text"
size="small"
- style="margin-right: 10px; color: #00a7a9"
+ style="margin-right: 10px; color: #1c6afd"
>预约记录
@@ -155,7 +158,7 @@
-
+
diff --git a/src/views/modules/shequ/cpts/xuqiu-info.vue b/src/views/modules/shequ/cpts/xuqiu-info.vue
index 2e75d5ae..2c378f73 100644
--- a/src/views/modules/shequ/cpts/xuqiu-info.vue
+++ b/src/views/modules/shequ/cpts/xuqiu-info.vue
@@ -219,6 +219,8 @@ export default {
}
.form {
margin-top: 30px;
+ height: 60vh;
+ overflow-y: auto;
}