Commit 34752bca authored by David黄金龙's avatar David黄金龙

一处细节优化

parent 91c23229
......@@ -163,7 +163,7 @@ private extension YHHKPlanItemView {
myTextView.snp.makeConstraints { make in
make.top.left.equalToSuperview().offset(12)
make.right.equalTo(-12)
make.height.greaterThanOrEqualTo(80)
make.height.greaterThanOrEqualTo(90)
make.bottom.equalTo(numberLabel.snp.top).offset(-2)
}
myTextView.delegate = self
......
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