From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/calculator/index.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/calculator/index.wxml b/wechat_jiaxuan/pages/calculator/index.wxml
index 168e6de..fc447c3 100644
--- a/wechat_jiaxuan/pages/calculator/index.wxml
+++ b/wechat_jiaxuan/pages/calculator/index.wxml
@@ -64,14 +64,14 @@
     <!-- 璁$畻鍣� end -->
 
     <!-- 璁$畻缁撴灉灞曠ず -->
-    <view class="results" style="opacity: {{ showResultMoney ? '1' : '0.2' }};">
+    <view class="results" style="position: {{ showResultMoney ? 'static' : 'absolute' }}">
       <view class="results-title">鏈�浼樺瑁呭垎閰嶈〃</view>
       <view class="flex thead">
         <view class="td name">璇︽儏</view>
         <view class="td rate">鍙傝�冩瘮渚�</view>
         <view class="td money">鍙傝�冧环鏍�</view>
       </view>
-      <view class="item" wx:for="{{ activeList }}" wx:key="index"
+      <view style="opacity: {{ showResultMoney ? '1' : '0.2' }};" class="item" wx:for="{{ activeList }}" wx:key="index"
         hidden="{{ type == item.info }}">
         <view class="flex th">
           <view class="td name">{{ item.name }}</view>

--
Gitblit v1.9.3