更新事件创建功能,新增金钱加载接口,优化事件时长选择器,调整UI组件约束,修复部分UI问题,更新本地化字符串。增加删除事件功能的提示确认。版本号更新至20.20.62。

This commit is contained in:
edwinQQQ
2025-05-20 18:49:04 +08:00
parent 353491f56f
commit b688962559
19 changed files with 605 additions and 589 deletions

View File

@@ -155,6 +155,7 @@
[self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.leading.mas_equalTo(117);
make.trailing.mas_equalTo(-80);
make.centerY.mas_equalTo(self.goButton);
make.height.mas_equalTo(70);
}];
}