Commit 00f40aeb authored by Steven杜宇's avatar Steven杜宇

// AI

parent d78ab1dc
...@@ -139,13 +139,13 @@ class YHAIChatBannerView: UIView { ...@@ -139,13 +139,13 @@ class YHAIChatBannerView: UIView {
make.top.equalTo(0) make.top.equalTo(0)
make.left.equalTo(20) make.left.equalTo(20)
make.right.equalTo(-20) make.right.equalTo(-20)
make.height.equalTo(242) make.height.equalTo(209)
} }
rolerImgV.snp.makeConstraints { make in rolerImgV.snp.makeConstraints { make in
make.top.equalTo(0) make.top.equalTo(10)
make.right.equalTo(-10) make.right.equalTo(-20)
make.width.equalTo(200) make.width.equalTo(180)
make.height.equalTo(180) make.height.equalTo(180)
} }
......
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