bding %!s(int64=2) %!d(string=hai) anos
pai
achega
303393b7ac
Modificáronse 2 ficheiros con 11 adicións e 6 borrados
  1. 1 1
      pageMy/myPage/myPage.vue
  2. 10 5
      reportPages/researchTheme/researchTheme.vue

+ 1 - 1
pageMy/myPage/myPage.vue

@@ -270,7 +270,7 @@ export default {
         data: "web.hzinsights.com",
         success: function () {
           uni.showToast({
-            title: "复制成功,可在浏览器打开",
+            title: "已复制到剪贴板",
             icon: "none",
             duration: 2000,
           });

+ 10 - 5
reportPages/researchTheme/researchTheme.vue

@@ -8,7 +8,12 @@
         </text>
       </view>
       <view class="read-more">
-        <text class="text-box text_oneLine" @click="scrollGo(item.IndustrialSubjectId)" v-for="item in themeList.ListSubject" :key="item.IndustrialSubjectId">
+        <text
+          class="text-box text_oneLine"
+          @click="scrollGo(item.IndustrialSubjectId)"
+          v-for="item in themeList.ListSubject"
+          :key="item.IndustrialSubjectId"
+        >
           {{ item.SubjectName }}
         </text>
       </view>
@@ -171,8 +176,9 @@ export default {
   padding: 20rpx;
   background-color: #f7f7f7;
   .box-content-top {
+    position: relative;
     background-color: #fff;
-    padding: 30rpx 20rpx 0 30rpx;
+    padding: 30rpx;
     border-radius: 8rpx;
   }
   .content-top {
@@ -180,7 +186,7 @@ export default {
     padding: 0 20rpx;
     position: relative;
     color: #000;
-    padding-right: 160rpx;
+    height: 48rpx;
     .follw {
       position: absolute;
       right: 30rpx;
@@ -206,11 +212,10 @@ export default {
     }
   }
   .read-more {
-    margin-top: 30rpx;
     display: flex;
     flex-wrap: wrap;
     .text-box {
-      margin-bottom: 27rpx;
+      margin-top: 30rpx;
       margin-right: 20rpx;
       font-size: 28rpx;
       color: #408fff;