bhd-components 0.10.9 → 0.10.10

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.
@@ -291,6 +291,8 @@
291
291
  font-size: 14px;
292
292
  font-weight: 400;
293
293
  color: rgba(0, 0, 0, 0.65);
294
+ margin: 0;
295
+ padding: 0;
294
296
  & > p {
295
297
  &:nth-child(1) {
296
298
  // margin-bottom: 4px;
@@ -291,6 +291,8 @@
291
291
  font-size: 14px;
292
292
  font-weight: 400;
293
293
  color: rgba(0, 0, 0, 0.65);
294
+ margin: 0;
295
+ padding: 0;
294
296
  & > p {
295
297
  &:nth-child(1) {
296
298
  // margin-bottom: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {