diff --git a/src/components/Introduce/AddShopping.vue b/src/components/Introduce/AddShopping.vue index 3c95db7..9702f44 100644 --- a/src/components/Introduce/AddShopping.vue +++ b/src/components/Introduce/AddShopping.vue @@ -6,8 +6,8 @@ - - + + diff --git a/src/components/Introduce/IntentionModel.vue b/src/components/Introduce/IntentionModel.vue index 480a63d..2dc3a68 100644 --- a/src/components/Introduce/IntentionModel.vue +++ b/src/components/Introduce/IntentionModel.vue @@ -1,95 +1,36 @@ @@ -128,4 +353,18 @@ export default { .margin-0 { margin-right: 0 !important; } + +.item-intro { + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.see-more { + color: #13acc4; + position: absolute; + right: 0; + bottom: -20px; +} diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index 7b72afe..c98f45f 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -7,7 +7,8 @@
- + + 统计信息填报
-
+
孵化场所
@@ -32,7 +33,7 @@
-
+
公共实验室
@@ -46,29 +47,27 @@ 食品检测、食用菌、肠道微生物等方面的科学实验、检验检测、小试中试等技术服务与科研成果转化。
- +
-
+
中试基地
发酵工程中试基地位于山西维尔乳制品有限公司,基地具有发酵乳制品等生产加工条件,可提供微生物发酵实验及相关中试。
-
超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。
+
+ 超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。 +
干果精深加工中试基地位于吕梁的交城天娇红农业科技有限公司 ,拥有300余万元的先进分析检测仪器设备及免洗干枣生产车间、浓缩枣汁生产车间等生产加工条件,可提供相关中试研究。
- +
@@ -120,14 +119,14 @@ import HNav from '../../components/HNav.vue'; import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; import AddModel from './../../components/AddModel.vue'; -import SettledModel from 'components/Introduce/SettledModel.vue'; +// import SettledModel from 'components/Introduce/SettledModel.vue'; import Banner from 'components/Banner/Banner.vue'; import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vue'; import { searchEnt } from 'config/api'; export default { name: 'EntitySpace', - components: { HNav, BreadCrumb, AddModel, SettledModel, Banner, SettledEnterprise }, + components: { HNav, BreadCrumb, AddModel, Banner, SettledEnterprise }, data() { return { title: '实体众创空间', diff --git a/src/views/IncubationPlatform/components/AddModel.vue b/src/views/IncubationPlatform/components/AddModel.vue index 62e6dd2..e481408 100644 --- a/src/views/IncubationPlatform/components/AddModel.vue +++ b/src/views/IncubationPlatform/components/AddModel.vue @@ -1,19 +1,7 @@