@nikoyo-spa/style 1.3.8 → 1.3.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/ui.css +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nikoyo-spa/style",
3
3
  "type": "module",
4
- "version": "1.3.8",
4
+ "version": "1.3.10",
5
5
  "description": "Spa Style",
6
6
  "author": "qianyongdong <https://github.com/qianyongdong>",
7
7
  "license": "MIT",
package/src/ui.css CHANGED
@@ -100,7 +100,7 @@ html, body, #root {
100
100
  }
101
101
 
102
102
  .el-form--inline .el-form-item {
103
- margin-right: 0 !important;
103
+ margin-right: 0;
104
104
  }
105
105
  .padding-16 {
106
106
  padding: 16px 16px 0 16px;