Commit e56456c2 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 48180ee5
...@@ -144,7 +144,7 @@ class YHAIRobotChatViewController: YHBaseViewController { ...@@ -144,7 +144,7 @@ class YHAIRobotChatViewController: YHBaseViewController {
cleanBtn.snp.makeConstraints { make in cleanBtn.snp.makeConstraints { make in
make.width.height.equalTo(24) make.width.height.equalTo(24)
make.centerY.equalToSuperview() make.centerY.equalToSuperview().offset(-k_Height_statusBar()/2.0)
make.right.equalToSuperview().offset(-20) make.right.equalToSuperview().offset(-20)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment