ns-base-module 1.0.26 → 1.0.27

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-base-module",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "ns通用组件库",
5
5
  "license": "MIT",
6
6
  "module": "./src/index.js",
@@ -21,7 +21,7 @@
21
21
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
22
22
  "start": "npm run dev",
23
23
  "version": "node ./updateVersion.js",
24
- "publish": "npm publish"
24
+ "publish": "npm publish --no-notify"
25
25
  },
26
26
  "commitlint": {
27
27
  "extends": [
@@ -283,6 +283,19 @@
283
283
  height: 100%;
284
284
  margin-left: 16px;
285
285
  }
286
+ .subtotals-modal-table-top {
287
+ display: flex;
288
+ margin-top: 4px;
289
+ margin-bottom: 16px;
290
+ align-items: center;
291
+ min-width: 400px;
292
+ .subtotals-modal-radio-wrap {
293
+ flex: 1;
294
+ width: 0;
295
+ margin-right: -100px;
296
+ text-align: center;
297
+ }
298
+ }
286
299
  }
287
300
 
288
301
  .add-subtotals-wrap {