lyn7568 6 years ago
parent
commit
e4aa06976b

+ 1 - 1
src/components/subTemplate/BaseContent.vue

@ -25,7 +25,7 @@
25 25
    },
26 26
    methods: {
27 27
      isShowImg(catalog) {
28
        if (catalog === '1' || catalog === '2') {
28
        if (catalog === '1' || catalog === '2' || catalog === '5') {
29 29
          return ''
30 30
        } else {
31 31
          return 'list-item-info'

+ 1 - 1
src/pages/company/show.vue

@ -65,7 +65,7 @@
65 65
                  <span>企业详情</span>
66 66
                </div>
67 67
                <div class="content">
68
                  <el-row :gutter="10">
68
                  <el-row style="width:100%" :gutter="10">
69 69
                    <el-col :span="12" v-if="orgInfo.name">
70 70
                      <el-col :span="6">企业名称:</el-col>
71 71
                      <el-col :span="18">{{orgInfo.name}}</el-col>

+ 10 - 10
src/pages/content/show.vue

@ -15,7 +15,9 @@
15 15
            </div>
16 16
          </div>
17 17
          <div class="inner-wrapper">
18
            <div class="content" v-html="contentInfo.cnt"></div>
18
            <div class="content">
19
              <div class="content-uditor" v-html="contentInfo.cnt"></div>
20
            </div>
19 21
          </div>
20 22
          <div class="inner-wrapper" v-if="platExperts && platExperts.length">
21 23
            <div class="content-title">
@ -161,16 +163,14 @@
161 163
        }, (res) => {
162 164
          if (res.success) {
163 165
            var $info = res.data;
166
            var hData = { m: 0, data: $info }
164 167
            for (let i = 0; i < $info.length; ++i) {
165
              (function(item) {
166
                queryBase.getCompany(item.compId, function(sc, value) {
167
                  if (sc) {
168
                    item.name = value.name
169
                    item.logo = value.logo
170
                    that.$forceUpdate()
171
                  }
172
                })
173
              })($info[i])
168
              queryBase.getCompany($info[i].compId, function(sc, value) {
169
                if (sc) {
170
                  $info[i] = value
171
                  that.$forceUpdate()
172
                }
173
              })
174 174
            }
175 175
            that.platCompanys = $info;
176 176
          };

+ 4 - 0
src/pages/index/views/Dashboard/index.vue

@ -189,6 +189,10 @@
189 189
            val: '2',
190 190
            tit: '采访专栏'
191 191
          },
192
          {
193
            val: '5',
194
            tit: '科技动态'
195
          },
192 196
          {
193 197
            val: '3',
194 198
            tit: '政策法规'

+ 10 - 2
src/pages/index/views/ViewPlatTrend/index.vue

@ -47,6 +47,10 @@
47 47
            val: '2',
48 48
            tit: '采访专栏'
49 49
          },
50
          {
51
            val: '5',
52
            tit: '科技动态'
53
          },
50 54
          {
51 55
            val: '3',
52 56
            tit: '政策法规'
@ -81,16 +85,20 @@
81 85
  width:100%;
82 86
}
83 87
.tab-wrapper .el-tabs__header{
84
  margin: 0 0 4px;
88
  margin: -4px 0 4px;
85 89
}
86 90
.tab-wrapper .el-tabs__nav-wrap::after{
87 91
  content:none;
88 92
}
93
.tab-wrapper .el-tabs__item{
94
  font-size: 16px;
95
  font-weight: bold;
96
}
89 97
.tab-wrapper .el-tabs__content{
90 98
  margin:0 -20px;
99
  border-top:20px solid #f4f6f8;
91 100
}
92 101
.tab-wrapper .el-tabs__content .tab-contain{
93 102
  width:100%;
94
  border-top:20px solid #f4f6f8;
95 103
}
96 104
</style>

+ 1 - 1
src/pages/org/show.vue

@ -85,7 +85,7 @@
85 85
                  <span>机构详情</span>
86 86
                </div>
87 87
                <div class="content">
88
                  <el-row :gutter="6">
88
                  <el-row style="width:100%" :gutter="10">
89 89
                    <el-col :span="12" v-if="orgInfo.name">
90 90
                      <el-col :span="6">机构名称:</el-col>
91 91
                      <el-col :span="18">{{orgInfo.name}}</el-col>

+ 2 - 1
src/styles/base.css

@ -9,7 +9,7 @@ html,body{
9 9
}
10 10
11 11
body *{
12
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","黑体",Arial,sans-serif;
12
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","黑体",Arial,sans-serif,"WenQuanYi Micro Hei";
13 13
}
14 14
15 15
ul{
@ -43,6 +43,7 @@ img{
43 43
}
44 44
.Site .Site-content{
45 45
  /* flex: 1; */
46
  min-height: 436px;
46 47
  padding-top:20px;
47 48
}
48 49
.Site .Site-content .router-fade-enter-active,

+ 26 - 0
src/styles/browse.scss

@ -1,4 +1,5 @@
1 1
  .browse-main{
2
    min-height: 416px;
2 3
    .block-wrapper{
3 4
      display: flex;
4 5
      justify-content: space-between;
@ -71,6 +72,7 @@
71 72
            &.info-tit-big{
72 73
              font-size: 20px;
73 74
              line-height: 32px;
75
              color: #000;
74 76
            }
75 77
          }
76 78
          .info-tag{
@ -241,6 +243,30 @@
241 243
          .content-nf{
242 244
            display:block
243 245
          }
246
          .content-uditor{
247
            display: block;
248
            font-size: 16px;
249
            color: #333;
250
            line-height: 28px;
251
            p{
252
              margin-bottom: 16px;
253
            }
254
            img{
255
              display: inline-block;
256
              max-width: 100%;
257
            }
258
            a{
259
              color: #004eea;
260
              text-decoration: underline;
261
            }
262
            ul{
263
              list-style: disc;
264
              margin-left: 20px;
265
            }
266
            ol{
267
              margin-left: 20px;
268
            }
269
          }
244 270
        }
245 271
      }
246 272
    }

+ 3 - 3
src/styles/listitem.scss

@ -85,14 +85,14 @@
85 85
  background:#fff;
86 86
  padding:20px;
87 87
  box-sizing: border-box;
88
  @include border-1px();
89
  &:last-child{
90
    @include border-none();
88
  & + .list-item {
89
    @include border-1px();
91 90
  }
92 91
  .list-head{
93 92
    @include center-items(162px,108px);
94 93
    .item-pic-org{
95 94
      @include center-items(162px,108px);
95
      border:none;
96 96
    }
97 97
  }
98 98
  .list-info{

+ 1 - 1
src/styles/mixin.scss

@ -52,7 +52,7 @@ $mainColor:$--color-primary;
52 52
    display:block;
53 53
    position:absolute;
54 54
    left:0;
55
    bottom:0;
55
    top:0;
56 56
    width:100%;
57 57
    border-top:1px solid $borderColor;
58 58
    content:' ';