@jx3box/jx3box-common-ui 6.4.7 → 6.4.9

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;
@@ -12,7 +12,7 @@
12
12
  &.on {
13
13
  .db;
14
14
  }
15
- .pr;
15
+ .pf;
16
16
  .u-close {
17
17
  // .pa;.rb(0);
18
18
  .fr;
@@ -109,3 +109,11 @@
109
109
  .c-header-jx3box.isOverlay {
110
110
  background-color: rgba(0, 0, 0, 0.85);
111
111
  }
112
+
113
+ @media screen and (max-width:@phone){
114
+ .c-header-jx3box{
115
+ .u-close{
116
+ .pa;.rb(0);
117
+ }
118
+ }
119
+ }
@@ -799,5 +799,4 @@ body {
799
799
  .c-header-jx3box{
800
800
  top: @header-height;
801
801
  left: 0;
802
- position: absolute;
803
802
  }
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.7",
3
+ "version": "6.4.9",
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>