From 7ab2d732db69aed82fa019a5ee6f4b5888cd399a Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期五, 15 三月 2024 14:36:38 +0800 Subject: [PATCH] fix bug --- WanPai/Root/Activity/View/StudentUpdateInfoView.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Activity/View/StudentUpdateInfoView.swift b/WanPai/Root/Activity/View/StudentUpdateInfoView.swift index b6b5d8f..83b46de 100644 --- a/WanPai/Root/Activity/View/StudentUpdateInfoView.swift +++ b/WanPai/Root/Activity/View/StudentUpdateInfoView.swift @@ -64,7 +64,7 @@ storesView.view_profile.isHidden = !updateUserProfile storesView.frame = sceneDelegate?.window?.frame ?? .zero sceneDelegate?.window?.addSubview(storesView) - storesView.cons_bottom.constant = 0 + storesView.cons_bottom.constant = -UIDevice.jq_safeEdges.bottom storesView.tf_phone.text = model.phone storesView.tf_height.text = "\(model.height.int)" storesView.tf_weight.text = "\(model.weight.int)" -- Gitblit v1.7.1