Commit 82d3beb7d13acc6d36c22500f3c91a0f695a157d

Authored by liushiyu
1 parent d2ff432a

拆单页面更改数据

metaCode/Classes/Main/ShopPage/Controller/CNLiveShopOrderSendViewController.swift
... ... @@ -35,9 +35,9 @@ class CNLiveShopOrderSendViewController: CNLiveBaseViewController, UITableViewDe
35 35 let saveButton = UIButton.init(type: .custom)
36 36 saveButton.frame = CGRect(x: KSreenWidth - 70, y: (get_system_nav_height() - (get_system_statusBar_height() + 25))/2 + get_system_statusBar_height(), width: 60, height: 25)
37 37 saveButton.setTitle("拆单", for: .normal)
38   - saveButton.titleLabel?.font = medium_adapt_font(pointSize: 12)
  38 + saveButton.titleLabel?.font = semibold_adapt_font(pointSize: 15)
39 39 saveButton.setTitleColor(HexColor("#F5A623"), for: .normal)
40   - saveButton.backgroundColor = .white
  40 + saveButton.backgroundColor = .clear
41 41 saveButton.layer.masksToBounds = true
42 42 saveButton.layer.cornerRadius = 5
43 43 saveButton.addTarget(self, action: #selector(spliteBtnClick), for: .touchUpInside)
... ...