Răsfoiți Sursa

fix:时间选择器样式&企业画像动态翻页优化

yangfeng 1 an în urmă
părinte
comite
ebc2667b33

+ 1 - 0
apps/bigmember_pc/src/components/selector/TimeSelectorContent.vue

@@ -871,6 +871,7 @@ export default {
       text-align: left;
       border: 1px solid #E0E0E0;
       border-radius: 4px;
+      box-sizing: border-box;
     }
   }
 }

+ 3 - 3
apps/bigmember_pc/src/views/portrayal/components/DynamicList.vue

@@ -954,9 +954,6 @@ export default {
       }
     },
     onPageChange(p) {
-      this.$nextTick(() => {
-        scrollTargetView('.info-list-card')
-      })
       if (!this.loginFlag && p > 1) {
         location.href = '/notin/page?close_goBack=1'
         return false
@@ -1019,6 +1016,9 @@ export default {
       this.listState.pageNum = p
       this.listState.lastNum = p
       this.getList()
+      this.$nextTick(() => {
+        scrollTargetView('#project-information')
+      })
     },
     onSizeChange(size) {
       if (!this.loginFlag && size > this.listState.pageSize) {