소스 검색

取消订单按钮显示问题

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 {