yahee-components 0.0.94-test1 → 0.0.94-test3

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.
@@ -4,4 +4,5 @@
4
4
  }
5
5
  .yahee-help-tag .tips-content {
6
6
  overflow: auto;
7
+ text-align: left;
7
8
  }
package/es/style.css CHANGED
@@ -554,6 +554,7 @@
554
554
  }
555
555
  .yahee-help-tag .tips-content {
556
556
  overflow: auto;
557
+ text-align: left;
557
558
  }
558
559
 
559
560
  :root {
@@ -4,4 +4,5 @@
4
4
  }
5
5
  .yahee-help-tag .tips-content {
6
6
  overflow: auto;
7
+ text-align: left;
7
8
  }
package/lib/style.css CHANGED
@@ -554,6 +554,7 @@
554
554
  }
555
555
  .yahee-help-tag .tips-content {
556
556
  overflow: auto;
557
+ text-align: left;
557
558
  }
558
559
 
559
560
  :root {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.94-test1",
4
+ "version": "0.0.94-test3",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",