yahee-components 0.0.38 → 0.0.39

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.
@@ -14,7 +14,8 @@
14
14
  .yahee-drop-down-condition .custom-dropdown-button {
15
15
  min-height: 22px;
16
16
  height: 22px;
17
- margin-top: 1px;
17
+ position: relative;
18
+ top: 2px;
18
19
  }
19
20
 
20
21
  .scrollable-container {
package/es/style.css CHANGED
@@ -118,7 +118,8 @@
118
118
  .yahee-drop-down-condition .custom-dropdown-button {
119
119
  min-height: 22px;
120
120
  height: 22px;
121
- margin-top: 1px;
121
+ position: relative;
122
+ top: 2px;
122
123
  }
123
124
 
124
125
  .scrollable-container {
@@ -14,7 +14,8 @@
14
14
  .yahee-drop-down-condition .custom-dropdown-button {
15
15
  min-height: 22px;
16
16
  height: 22px;
17
- margin-top: 1px;
17
+ position: relative;
18
+ top: 2px;
18
19
  }
19
20
 
20
21
  .scrollable-container {
package/lib/style.css CHANGED
@@ -118,7 +118,8 @@
118
118
  .yahee-drop-down-condition .custom-dropdown-button {
119
119
  min-height: 22px;
120
120
  height: 22px;
121
- margin-top: 1px;
121
+ position: relative;
122
+ top: 2px;
122
123
  }
123
124
 
124
125
  .scrollable-container {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",