yahee-components 0.0.98-beta-03 → 0.0.98-beta-04

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.
@@ -7,8 +7,6 @@
7
7
  }
8
8
  .yahee-filter-container .search-section {
9
9
  min-height: 60px;
10
- position: fixed;
11
- right: -50px;
12
10
  }
13
11
  .yahee-filter-container .content-section {
14
12
  flex: 1;
package/es/style.css CHANGED
@@ -535,8 +535,6 @@
535
535
  }
536
536
  .yahee-filter-container .search-section {
537
537
  min-height: 60px;
538
- position: fixed;
539
- right: -50px;
540
538
  }
541
539
  .yahee-filter-container .content-section {
542
540
  flex: 1;
@@ -7,8 +7,6 @@
7
7
  }
8
8
  .yahee-filter-container .search-section {
9
9
  min-height: 60px;
10
- position: fixed;
11
- right: -50px;
12
10
  }
13
11
  .yahee-filter-container .content-section {
14
12
  flex: 1;
package/lib/style.css CHANGED
@@ -535,8 +535,6 @@
535
535
  }
536
536
  .yahee-filter-container .search-section {
537
537
  min-height: 60px;
538
- position: fixed;
539
- right: -50px;
540
538
  }
541
539
  .yahee-filter-container .content-section {
542
540
  flex: 1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.98-beta-03",
4
+ "version": "0.0.98-beta-04",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",