yahee-components 0.0.42 → 0.0.43

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.
@@ -96,6 +96,7 @@
96
96
  border: 1px solid #ccc;
97
97
  padding: 10px;
98
98
  box-sizing: border-box;
99
+ outline: none;
99
100
  }
100
101
  .yahee-operation-log .titleRemarks {
101
102
  font-size: 14px;
package/es/style.css CHANGED
@@ -325,6 +325,7 @@
325
325
  border: 1px solid #ccc;
326
326
  padding: 10px;
327
327
  box-sizing: border-box;
328
+ outline: none;
328
329
  }
329
330
  .yahee-operation-log .titleRemarks {
330
331
  font-size: 14px;
@@ -96,6 +96,7 @@
96
96
  border: 1px solid #ccc;
97
97
  padding: 10px;
98
98
  box-sizing: border-box;
99
+ outline: none;
99
100
  }
100
101
  .yahee-operation-log .titleRemarks {
101
102
  font-size: 14px;
package/lib/style.css CHANGED
@@ -325,6 +325,7 @@
325
325
  border: 1px solid #ccc;
326
326
  padding: 10px;
327
327
  box-sizing: border-box;
328
+ outline: none;
328
329
  }
329
330
  .yahee-operation-log .titleRemarks {
330
331
  font-size: 14px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.42",
4
+ "version": "0.0.43",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",