@jx3box/jx3box-common-ui 9.4.6 → 9.4.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.4.6",
3
+ "version": "9.4.7",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -679,9 +679,5 @@ export default {
679
679
  </script>
680
680
 
681
681
  <style lang="less">
682
-
683
- html {
684
- font-size: clamp(16px, calc(100vw / 414 * 16), 36px);
685
- }
686
682
  @import "../assets/css/suspendCommon.less";
687
683
  </style>