瀏覽代碼

文本对齐,企业动态bug

luyanan 6 年之前
父節點
當前提交
ff5afe401e
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 5 2
      src/components/main-views/ViewHome.vue
  2. 1 1
      src/components/main-views/ViewPlatTrendTrends.vue

+ 5 - 2
src/components/main-views/ViewHome.vue

303
            ownerId: id,
303
            ownerId: id,
304
            articleType: '3',
304
            articleType: '3',
305
            status: 1,
305
            status: 1,
306
            rows: 5
306
            rows: 4
307
          }
307
          }
308
        }).then((res) => {
308
        }).then((res) => {
309
          console.log(res);
309
          console.log(res);
317
        this.$axios.get(httpUrl.hQuery.orgTrends.nopq, {
317
        this.$axios.get(httpUrl.hQuery.orgTrends.nopq, {
318
          params: {
318
          params: {
319
            pid: id,
319
            pid: id,
320
            rows: 5
320
            rows: 4
321
          }
321
          }
322
        }).then((res) => {
322
        }).then((res) => {
323
          if (res.success) {
323
          if (res.success) {
532
                width:400px
532
                width:400px
533
                text-ellipsis()
533
                text-ellipsis()
534
              .time
534
              .time
535
                width: 100px
536
                text-align: right
535
                color:$secondaryFont
537
                color:$secondaryFont
536
            &.maincon2
538
            &.maincon2
537
              width:100%
539
              width:100%
610
              margin-top:3px
612
              margin-top:3px
611
              color:$commonFont
613
              color:$commonFont
612
              text-ellipsis-n(2,20px)
614
              text-ellipsis-n(2,20px)
615
              height:40px
613
            .owner
616
            .owner
614
              margin-top:10px
617
              margin-top:10px
615
              color:$secondaryFont
618
              color:$secondaryFont

+ 1 - 1
src/components/main-views/ViewPlatTrendTrends.vue

38
            pid: this.platId,
38
            pid: this.platId,
39
            rows: this.rows,
39
            rows: this.rows,
40
            publishTime: this.dataO.bTime,
40
            publishTime: this.dataO.bTime,
41
            shardId: this.dataO.bShareId
41
            shareId: this.dataO.bShareId
42
          }
42
          }
43
        }).then((res) => {
43
        }).then((res) => {
44
          console.log(res);
44
          console.log(res);