fix column status css
This commit is contained in:
parent
ab1ac13909
commit
8f80e60766
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ oml.ui.filter = function(id) {
|
||||||
that.setColumnTitle(
|
that.setColumnTitle(
|
||||||
'name',
|
'name',
|
||||||
Ox._(filter.title)
|
Ox._(filter.title)
|
||||||
+ '<div class="OxColumnStatus OxLight">'
|
+ '<div class="OxColumnStatus OxLight" style="right: 52px">'
|
||||||
+ Ox.formatNumber(data.items) + '</div>'
|
+ Ox.formatNumber(data.items) + '</div>'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue