Browse Source

UI 调整成 和设计稿一致

jsonwang 3 năm trước cách đây
mục cha
commit
ed99d054bb

+ 2 - 2
BFFramework/Classes/Stuckpoint/View/PQEditPublicTitleView.swift

@@ -136,7 +136,7 @@ class PQEditPublicTitleView: UIView {
 
         inputBgView.snp.makeConstraints { make in
             make.left.equalToSuperview().offset(16)
-            make.width.equalTo(min(343, cScreenWidth-32))
+            make.right.equalToSuperview().offset(-16)
             make.height.equalTo(68)
             make.top.equalToSuperview().offset(20)
         }
@@ -292,7 +292,7 @@ class PQEditPublicTitleViewContentCell: UICollectionViewCell {
   
         lineView.snp.makeConstraints { make in
            
-            make.right.equalToSuperview().offset(-64)
+            make.right.equalToSuperview().offset(-16)
             make.left.equalToSuperview().offset(16)
             make.bottom.equalToSuperview().offset(-1)
             make.height.equalTo(1)