zmdms-webui 3.1.2 → 3.1.3

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/dist/index.es.js CHANGED
@@ -9,6 +9,9 @@ export { default as Login } from './es/login/index.js';
9
9
  export { default as Icon } from './es/icon/index.js';
10
10
  export { default as IconOss } from './es/icon/icon-oss.js';
11
11
  export { default as DynamicSetting } from './es/dynamicsetting/dynamicSetting.js';
12
+ export { default as AsyncDynamicSetting } from './es/asyncdynamicsetting/asyncDynamicSetting.js';
13
+ import './es/asyncdynamicsetting/storage/localStorageAdapter.js';
14
+ import './es/asyncdynamicsetting/storage/indexedDBAdapter.js';
12
15
  export { default as FormItem } from './es/formitem/formItem.js';
13
16
  export { default as Container } from './es/container/container.js';
14
17
  export { default as Footer } from './es/footer/footer.js';
@@ -32,9 +32,14 @@
32
32
  a {
33
33
  display: inline-block;
34
34
  // padding: 0 5px 0 10px;
35
- padding: 0 10px 0 20px;
35
+ padding: 0 20px 0 20px;
36
36
  color: #768696;
37
37
  }
38
+ &.ant-tabs-tab-with-remove {
39
+ a {
40
+ padding: 0 10px 0 20px;
41
+ }
42
+ }
38
43
  }
39
44
  .ant-tabs-nav {
40
45
  margin-bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",