ソースを参照

取消订单按钮显示问题

kk.shi 3 年 前
コミット
06c090f7be
共有2 個のファイルを変更した2 個の追加6 個の削除を含む
  1. 0 4
      pages/signIn/record/record.wxss
  2. 2 2
      pages/welfareMall/order/orderCompletion.js

+ 0 - 4
pages/signIn/record/record.wxss

@@ -179,15 +179,11 @@
 }
 
 .coupon-center-middle{
-  width: 63px;
   height: 15px;
   font-size: 13px;
   font-weight: 400;
   color: #443E5B;
   line-height: 16px;
-  overflow: hidden;
-	white-space: nowrap;
-	text-overflow: ellipsis;
 }
 
 .coupon-center-lower{

+ 2 - 2
pages/welfareMall/order/orderCompletion.js

@@ -89,9 +89,9 @@ Page({
       content: '',
       showCancel: true,//是否显示取消按钮
       cancelText:"取消",//默认是“取消”
-      cancelColor:'black',//取消文字的颜色
+      cancelColor:'#000',//取消文字的颜色
       confirmText:"确定",//默认是“确定”
-      confirmColor: 'black',//确定文字的颜色
+      confirmColor: '#000',//确定文字的颜色
       success: res => {if (res.cancel) {
             //点击取消,默认隐藏弹框
         } else {