邹能昇 2 달 전
부모
커밋
b2a8213f5e
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      nova-werun/pages/home/statistics/index.less
  2. 3 2
      nova-werun/pages/home/statistics/index.wxml
  3. 0 0
      nova-werun/pages/home/statistics/index.wxss

+ 2 - 1
nova-werun/pages/home/statistics/index.less

@@ -120,7 +120,7 @@
         justify-content: center;
         margin-top: 20rpx;
         .share{
-            width: 200rpx;
+            width: 210rpx;
             height: 60rpx;
             font-size: 30rpx;
             display: flex;
@@ -128,6 +128,7 @@
             align-items: center;
             border-radius: 30rpx;
             border: solid #015EEA 1px;
+            color: #015EEA;
         }
     }
     .text{

+ 3 - 2
nova-werun/pages/home/statistics/index.wxml

@@ -39,10 +39,11 @@
                 <view class="achieve">{{percent}}% 已完成</view>
             </view>
         </view>
-        <image class="image2" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20250102/14819p045007276.png?imageView2/1/w/200/h/200"></image>
+        <!-- <image class="image2" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20250102/14819p045007276.png?imageView2/1/w/200/h/200"></image> -->
     </view>
     <view class="sharebox">
-        <view class="share">分享给好友</view>
+        <button class="share" open-type="share">分享给好友</button>
+        <!-- <view class="share">分享给好友</view> -->
     </view>
     <view class="text">
         <view class="text2">|</view>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-werun/pages/home/statistics/index.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.