+
路演
讲座
@@ -215,7 +215,7 @@ export default {
.search-list {
height: 6rem;
- padding-left: 24px;
+ // padding-left: 24px;
background: #fff;
}
diff --git a/src/views/Cart/Cart.vue b/src/views/Cart/Cart.vue
index 77bcdc3..d57f44e 100644
--- a/src/views/Cart/Cart.vue
+++ b/src/views/Cart/Cart.vue
@@ -9,15 +9,15 @@
-
-
联系电话:
+
-
@@ -158,7 +158,7 @@ export default {
diff --git a/src/views/Challenge/components/Enroll.vue b/src/views/Challenge/components/Enroll.vue
index ca534b4..fc5963b 100644
--- a/src/views/Challenge/components/Enroll.vue
+++ b/src/views/Challenge/components/Enroll.vue
@@ -105,6 +105,9 @@ export default {
},
methods: {
+ onChange(){
+
+ },
// 需求截止时间
changeNeedTime(date, dateString) {
this.platform.buildTime = this.$moment(date).unix() * 1000;
diff --git a/src/views/Community/Community.vue b/src/views/Community/Community.vue
index 47ddcdd..b9d46d8 100644
--- a/src/views/Community/Community.vue
+++ b/src/views/Community/Community.vue
@@ -6,25 +6,36 @@
-
+
-
+
+
+
+ 主题论坛
+ 创新社区
+ 孵化社区
+ 产业社区
+
-
+
+
@@ -180,26 +191,23 @@ export default {
}
.search-list {
- height: 72px;
- line-height: 72px;
- padding: 0 24px;
- position: relative;
+ // height: 72px;
+ line-height: 1.8px;
+ padding: 0.8rem auto ;
+ width: 90%
+ margin 0 auto
background: #fff;
// box-shadow: 0 0 10px #ccc;
}
-.search {
- position: absolute;
- right: 110px;
- top: 20px;
-}
+
.btn {
- width: 75px;
+ width: 100%;
height: 32px;
- position: absolute;
- right: 25px;
- top: 20px;
+ // position: absolute;
+ // right: 25px;
+ // top: 20px;
}
.post {
diff --git a/src/views/IncubationPlatform/Children/Products.vue b/src/views/IncubationPlatform/Children/Products.vue
index be758c5..3609f54 100644
--- a/src/views/IncubationPlatform/Children/Products.vue
+++ b/src/views/IncubationPlatform/Children/Products.vue
@@ -21,14 +21,14 @@
-
产品展示
+
产品展示
diff --git a/src/views/IncubationPlatform/components/HNav.vue b/src/views/IncubationPlatform/components/HNav.vue
index 13d1b39..e709015 100644
--- a/src/views/IncubationPlatform/components/HNav.vue
+++ b/src/views/IncubationPlatform/components/HNav.vue
@@ -60,7 +60,7 @@ export default {
width 100%
height 2rem
// border 1px solid pink
- border-bottom 1px solid #4C5660
+ // border-bottom 1px solid #4C5660
font-size: 16px;
padding-left 1.2rem
padding-top 0.2rem
diff --git a/src/views/Knowledge/Knowledge.vue b/src/views/Knowledge/Knowledge.vue
index 69b928e..c92a066 100644
--- a/src/views/Knowledge/Knowledge.vue
+++ b/src/views/Knowledge/Knowledge.vue
@@ -35,7 +35,7 @@ export default {
diff --git a/src/views/User/Login.vue b/src/views/User/Login.vue
index 76761dc..84acbf5 100644
--- a/src/views/User/Login.vue
+++ b/src/views/User/Login.vue
@@ -95,7 +95,7 @@
-->
@@ -148,7 +148,7 @@
-->
@@ -297,4 +297,7 @@ export default {
width: 102px !important;
height: 32px !important;
}
+/deep/ .ant-form-item{
+ margin-bottom: 0.8rem!important;
+}
diff --git a/src/views/User/Register.vue b/src/views/User/Register.vue
index 7257bc6..d0cc231 100644
--- a/src/views/User/Register.vue
+++ b/src/views/User/Register.vue
@@ -108,4 +108,8 @@ export default {
width: 102px !important;
height: 32px !important;
}
+
+/deep/ .ant-form-item{
+ margin-bottom: 0.8rem!important;
+}