shish пре 1 месец
родитељ
комит
d0e78d4d78

+ 3 - 2
ghsApp/src/components/module/debt-list-pager.vue

@@ -157,8 +157,9 @@ export default {
   line-height: 64upx;
   font-size: 24upx;
   padding: 0 20upx;
-  color: #333333 !important; /* 默认未禁用时显示深黑色 */
-  border: 1upx solid #b2b8c2 !important; /* 增强边框对比度 */
+  color: #000000 !important; /* 默认未禁用时显示纯黑色,确保高清晰度 */
+  font-weight: bold !important; /* 加粗字体,使按钮文字更显眼 */
+  border: 1upx solid #888888 !important; /* 进一步加深边框颜色 */
 }
 .pager-nav-btn[disabled] {
   color: #999999 !important; /* 禁用时显示淡灰色 */

+ 2 - 2
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -119,9 +119,9 @@
                   </view>
                 </view>
 
-                <view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0">
+                <view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0" @click.stop="settleAccounts(ghsInfo)">
                   <view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
-                    <text class="waite_clear_order" @click.stop="settleAccounts(ghsInfo)">
+                    <text class="waite_clear_order">
                       待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看明细 &gt;</text>
                     </text>
                   </view>

+ 3 - 2
hdApp/src/components/module/debt-list-pager.vue

@@ -157,8 +157,9 @@ export default {
   line-height: 64upx;
   font-size: 24upx;
   padding: 0 20upx;
-  color: #333333 !important; /* 默认未禁用时显示深黑色 */
-  border: 1upx solid #b2b8c2 !important; /* 增强边框对比度 */
+  color: #000000 !important; /* 默认未禁用时显示纯黑色,确保高清晰度 */
+  font-weight: bold !important; /* 加粗字体,使按钮文字更显眼 */
+  border: 1upx solid #888888 !important; /* 进一步加深边框颜色 */
 }
 .pager-nav-btn[disabled] {
   color: #999999 !important; /* 禁用时显示淡灰色 */