ywana-core8 0.0.592 → 0.0.593

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6528,7 +6528,7 @@ var TablePage = function TablePage(props) {
6528
6528
  }
6529
6529
 
6530
6530
  var total = all ? all.length : 0;
6531
- var title2 = "[" + total + "] " + title;
6531
+ var title2 = "<span className=\"size\">" + total + "</span> " + title;
6532
6532
  return /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement(Header, {
6533
6533
  className: "table-page",
6534
6534
  title: /*#__PURE__*/React.createElement(Text, null, title2)