gy-webcode2 1.0.7 → 1.0.8

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.
@@ -18,64 +18,56 @@
18
18
  .childrenBox {
19
19
  overflow: visible;
20
20
  position: relative;
21
- &.open .header {
22
- .icon{
23
- color: #7d85a3 !important;
24
- }
25
- }
26
21
  .header{
27
22
  .icon{
28
23
  transform: scale(1.3);
29
24
  }
30
25
  .name,.pointer{
31
26
  opacity: 0;
32
- // display: none;
33
27
  }
34
28
 
35
29
  }
36
- &.mini{
37
- &:hover{
38
- .header{
39
- .icon{
40
- &.itemColor_0{
41
- color: #4098e3 !important;
42
- }
43
- &.itemColor_1{
44
- color: #ffa310 !important;
45
- }
46
- &.itemColor_2{
47
- color: #c87ccd !important;
48
- }
49
- &.itemColor_3{
50
- color: #00c05f !important;
51
- }
30
+ &:hover{
31
+ .header{
32
+ .icon{
33
+ &.itemColor_0{
34
+ color: #4098e3 !important;
35
+ }
36
+ &.itemColor_1{
37
+ color: #ffa310 !important;
38
+ }
39
+ &.itemColor_2{
40
+ color: #c87ccd !important;
41
+ }
42
+ &.itemColor_3{
43
+ color: #00c05f !important;
52
44
  }
53
- }
54
- .children{
55
- display: block !important;
56
- visibility: visible;
57
- // left: 42px;
58
- opacity: 1;
59
- transform: scale(1);
60
45
  }
61
46
  }
62
47
  .children{
63
- display: block !important;
64
- visibility: hidden;
65
- opacity: 0;
66
- width: 210px;
67
- position: absolute;
68
- border-radius: 5px;
69
- top: 0;
70
- z-index: 999;
71
- transition: all 0.2s ease 0.2s;
72
- transform: scale(0.8);
73
- transform-origin: 0 0;
74
- left: 42px;
75
- box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
76
-
48
+ display: block !important;
49
+ visibility: visible;
50
+ // left: 42px;
51
+ opacity: 1;
52
+ transform: scale(1);
77
53
  }
78
54
  }
55
+ .children{
56
+ display: block !important;
57
+ visibility: hidden;
58
+ opacity: 0;
59
+ width: 210px;
60
+ position: absolute;
61
+ border-radius: 5px;
62
+ top: 0;
63
+ z-index: 999;
64
+ transition: all 0.2s ease 0.2s;
65
+ transform: scale(0.8);
66
+ transform-origin: 0 0;
67
+ left: 42px;
68
+ box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
69
+
70
+ }
79
71
  }
80
72
 
81
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {