Commit 0b8682cf authored by Steven杜宇's avatar Steven杜宇

// AI

parent 5269ea1f
......@@ -55,7 +55,6 @@ class YHAIChatBannerView: UIView {
lazy var bgImgV: UIImageView = {
let imagV : UIImageView = UIImageView()
imagV.contentMode = .scaleAspectFill
imagV.clipsToBounds = true
imagV.image = UIImage(named: "ai_chat_header_bg_0")
imagV.isUserInteractionEnabled = true
......
......@@ -27,7 +27,7 @@ class YHAIChatShadowView: UIView {
layer.shadowPath = shadowPath.cgPath
layer.shadowColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.06).cgColor
layer.shadowOpacity = 1
layer.shadowRadius = 20
layer.shadowRadius = 6.0
layer.shadowOffset = CGSize(width: 0, height: 4)
}
......@@ -57,6 +57,7 @@ class YHAIFlowMessageShadowView: UIView {
layer.shadowPath = shadowPath.cgPath
layer.shadowColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.06).cgColor
layer.shadowOpacity = 1
layer.shadowRadius = 6.0
layer.shadowOffset = CGSize(width: 0, height: 2)
}
......
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