Commit 5fc9b779 authored by yqz's avatar yqz

ui 调整

parent 8edb7d4b
...@@ -64,7 +64,7 @@ class SettingNormalCell : UITableViewCell { ...@@ -64,7 +64,7 @@ class SettingNormalCell : UITableViewCell {
} }
self.fLabel.snp.makeConstraints { make in self.fLabel.snp.makeConstraints { make in
make.left.equalTo(self.logoView.snp.right).offset(12) make.left.equalTo(self.logoView.snp.right).offset(16)
make.top.equalToSuperview() make.top.equalToSuperview()
make.height.equalTo(60) make.height.equalTo(60)
make.bottom.equalToSuperview() make.bottom.equalToSuperview()
......
...@@ -86,7 +86,7 @@ class SettingSwitchCell : UITableViewCell { ...@@ -86,7 +86,7 @@ class SettingSwitchCell : UITableViewCell {
} }
self.fLabel.snp.makeConstraints { make in self.fLabel.snp.makeConstraints { make in
make.left.equalTo(self.logoView.snp.right).offset(12) make.left.equalTo(self.logoView.snp.right).offset(16)
make.top.equalToSuperview() make.top.equalToSuperview()
make.height.equalTo(60) make.height.equalTo(60)
make.width.equalTo(206) make.width.equalTo(206)
......
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