sbd-npm 1.1.74 → 1.1.75

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.
Files changed (3) hide show
  1. package/.npmignore +1 -0
  2. package/package.json +1 -1
  3. package/util.js +1 -1
package/.npmignore ADDED
@@ -0,0 +1 @@
1
+ sbd-npm.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.1.74",
3
+ "version": "1.1.75",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -726,7 +726,7 @@ const Util = {
726
726
  } else {
727
727
  tz_obj.html(_html.join(""));
728
728
  }
729
- if (Util.is_mobile() && !tz_obj.hasClass("table-responsive")) {
729
+ if ((Util.is_mobile() || Util.is_small_screen()) && !tz_obj.hasClass("table-responsive")) {
730
730
  let tz_obj_parent = tz_obj.parent();
731
731
  if (!tz_obj_parent.hasClass("table-responsive")) {
732
732
  if (tz_obj_parent.hasClass("row")) {