diff --git a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss index 647a829..530b321 100644 --- a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss +++ b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss @@ -162,6 +162,6 @@ /* 通过按钮绿色样式 */ .approve-btn-success { - color: #07c160 !important; - border-color: #07c160 !important; + color: #000000 !important; + border-color: #000000 !important; } \ No newline at end of file