From 09a372bc45fde16fd42257ab6f78b8deeecf720b Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 16 四月 2025 16:38:05 +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