Quellcode durchsuchen

文本对齐,企业动态bug

luyanan vor 6 Jahren
Ursprung
Commit
ff5afe401e

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

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

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

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