@nikoyo-spa/style 1.2.3 → 1.3.0

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 +10 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nikoyo-spa/style",
3
3
  "type": "module",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "description": "Spa Style",
6
6
  "author": "qianyongdong <https://github.com/qianyongdong>",
7
7
  "license": "MIT",
package/src/ui.css CHANGED
@@ -46,9 +46,15 @@ html, body, #root {
46
46
  .el-button {
47
47
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
48
48
  }
49
+
49
50
  .el-button.is-text {
50
51
  box-shadow: none;
51
52
  }
53
+
54
+ .el-button .is-link {
55
+ box-shadow: none;
56
+ }
57
+
52
58
  .el-pagination .el-button,
53
59
  .el-button.is-link,
54
60
  .el-form-item .el-button {
@@ -149,3 +155,7 @@ html, body, #root {
149
155
  .el-select__wrapper {
150
156
  font-size: 13px !important;
151
157
  }
158
+
159
+ .containerBox {
160
+ padding: 8px 10px 10px 10px;
161
+ }