From 0fb7413df54760ac6bd15b90b738e0706de1629e Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期二, 05 十一月 2024 19:03:09 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Other/View/CommonAlertView.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Other/View/CommonAlertView.swift b/XQMuse/Root/Other/View/CommonAlertView.swift index 4d5bdac..ca75341 100644 --- a/XQMuse/Root/Other/View/CommonAlertView.swift +++ b/XQMuse/Root/Other/View/CommonAlertView.swift @@ -80,7 +80,7 @@ override func layoutSubviews() { super.layoutSubviews() - btn_complete.localGradientColor(cornerRadius: 20) + btn_complete.localGradientColor(cornerRadius: 20,bounds: CGRect(x: 0, y: 0, width: JQ_ScreenW - 85 * 2, height: 40)) } -- Gitblit v1.7.1