一些小的错误及样式
This commit is contained in:
parent
f33ff5e2ab
commit
de4c06501a
|
|
@ -38,7 +38,7 @@ const checkers: Checker<
|
|||
);
|
||||
}
|
||||
else {
|
||||
checkAttributesNotNull(data, []);
|
||||
checkAttributesNotNull(data, ['action', 'entity', 'entityId', 'relation']);
|
||||
if (!data.hasOwnProperty('number')) {
|
||||
assign(data, {
|
||||
number: 1,
|
||||
|
|
|
|||
|
|
@ -65,8 +65,9 @@
|
|||
}
|
||||
.tip {
|
||||
color: @info-color;
|
||||
size: 16rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.relation {
|
||||
font-size: 42rpx;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue