一些小的错误及样式

This commit is contained in:
Xu Chang 2022-05-31 13:33:25 +08:00
parent f33ff5e2ab
commit de4c06501a
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ const checkers: Checker<
);
}
else {
checkAttributesNotNull(data, []);
checkAttributesNotNull(data, ['action', 'entity', 'entityId', 'relation']);
if (!data.hasOwnProperty('number')) {
assign(data, {
number: 1,

View File

@ -65,8 +65,9 @@
}
.tip {
color: @info-color;
size: 16rpx;
font-size: 30rpx;
}
.relation {
font-size: 42rpx;
font-weight: bolder;
}