@jx3box/jx3box-common-ui 6.4.8 → 6.5.0

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.
@@ -102,7 +102,7 @@
102
102
  cursor: default;
103
103
  }
104
104
 
105
- .pr;
105
+ // .pr;
106
106
  .u-close {
107
107
  // .pa;.rb(0);
108
108
  .fr;
@@ -115,5 +115,6 @@
115
115
  .u-close{
116
116
  .pa;.rb(0);
117
117
  }
118
+ height: calc(100vh - @header-height);
118
119
  }
119
120
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import Header from './src/Header.vue'
2
- import Box from './src/Box.vue'
2
+ // import Box from './src/Box.vue'
3
3
  import Breadcrumb from './src/Breadcrumb.vue'
4
4
 
5
5
  import LeftSidebar from './src/LeftSidebar.vue'
@@ -34,7 +34,7 @@ import WikiPanel from './src/wiki/WikiPanel.vue'
34
34
  const components = {
35
35
  Header,
36
36
  Breadcrumb,
37
- Box,
37
+ // Box,
38
38
 
39
39
  LeftSidebar,
40
40
  LeftSideToggle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.4.8",
3
+ "version": "6.5.0",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Box2.vue CHANGED
@@ -116,7 +116,3 @@ export default {
116
116
  <style lang="less">
117
117
  @import "../assets/css/box2.less";
118
118
  </style>
119
-
120
- <style scoped lang="less">
121
-
122
- </style>