@jx3box/jx3box-ui 2.0.1 → 2.0.2

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.
@@ -1,29 +1,5 @@
1
1
  // ⚠️请勿删除
2
2
 
3
- // .scrollbar(@size:4px,@color:#fafbfc) {
4
- // &::-webkit-scrollbar {
5
- // width: @size;
6
- // height: @size;
7
- // }
8
-
9
- // &::-webkit-scrollbar-track,
10
- // &::-webkit-scrollbar-track-piece {
11
- // background-color: @color;
12
- // border-radius: 6px;
13
- // }
14
-
15
- // &::-webkit-scrollbar-thumb {
16
- // background-color: @color;
17
- // border-radius: 6px;
18
- // }
19
-
20
- // &::-webkit-scrollbar-button,
21
- // &::-webkit-scrollbar-corner,
22
- // &::-webkit-resizer {
23
- // display: none;
24
- // }
25
- // }
26
-
27
3
  // 三角
28
4
  .u-delta() {
29
5
  .pa;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -108,6 +108,9 @@ export default {
108
108
  </script>
109
109
 
110
110
  <style lang="less">
111
+ @import '../../assets/css/mixin.less';
112
+
113
+
111
114
  // 用户资产
112
115
  .c-header-assets {
113
116
  position: relative;
@@ -266,6 +266,7 @@ export default {
266
266
  </script>
267
267
 
268
268
  <style lang="less">
269
+ @import '../../assets/css/mixin.less';
269
270
  //用户相关
270
271
  .c-header-user {
271
272
  font-size: 14px;