xh-lab-rc 0.18.44 → 0.18.45

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.
@@ -62,6 +62,7 @@
62
62
 
63
63
  .ant-tree-switcher-icon {
64
64
  font-size: 16px;
65
+ color: #868B9C;
65
66
  }
66
67
  }
67
68
 
@@ -32,7 +32,6 @@
32
32
  }
33
33
 
34
34
  .r {
35
- width: 24px;
36
35
  text-align: center;
37
36
  height: 24px;
38
37
  min-width: 24px;
@@ -41,7 +40,7 @@
41
40
  }
42
41
 
43
42
  &:hover {
44
- background-color: #bfe2ff;
43
+ background-color: #d0e4ff;
45
44
  transition: all 0.075s;
46
45
 
47
46
  .r {
@@ -82,10 +81,24 @@
82
81
  background-color: transparent;
83
82
 
84
83
  .title-box {
85
- background-color: #fee8d9;
84
+ background-color: #d0e4ff;
86
85
 
87
86
  }
88
87
  }
88
+
89
+ .ant-tree-switcher{
90
+ font-size: 16px;
91
+ color: #868B9C;
92
+ }
93
+
94
+ .ant-tree-switcher-leaf-line:after{
95
+ border-bottom: transparent;
96
+ }
97
+
98
+ .ant-tree-switcher-leaf-line:before{
99
+ border-inline-end: transparent;
100
+ }
101
+
89
102
  }
90
103
  }
91
104
  }
@@ -106,7 +119,7 @@
106
119
 
107
120
  &:hover {
108
121
  color: #1677ff;
109
- background-color: #bfe2ff;
122
+ background-color: #d0e4ff;
110
123
  }
111
124
  }
112
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xh-lab-rc",
3
- "version": "0.18.44",
3
+ "version": "0.18.45",
4
4
  "description": " A react library for xinhelab",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",