knt-shared 1.2.0 → 1.2.1

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/style.css CHANGED
@@ -1,77 +1,77 @@
1
1
 
2
- .basic-upload[data-v-179e6d71] {
3
- width: 100%;
4
- }
5
- .upload-card-button[data-v-179e6d71] {
6
- display: flex;
7
- flex-direction: column;
8
- align-items: center;
9
- justify-content: center;
10
- width: 80px;
11
- height: 80px;
12
- color: var(--color-text-3);
13
- font-size: 14px;
14
- background-color: #fafafa;
15
- border-width: 1px;
16
- border-style: dashed;
17
- border-color: #e5e7eb;
18
- border-radius: 6px;
19
- }
20
- .upload-card-button .arco-icon[data-v-179e6d71] {
21
- font-size: 24px;
22
- margin-bottom: 8px;
23
- }
24
- .upload-text[data-v-179e6d71] {
25
- margin-top: 8px;
26
- font-size: 12px;
27
- }
28
- .upload-tip[data-v-179e6d71] {
29
- color: var(--color-text-3);
30
- font-size: 12px;
31
- line-height: 1.5;
32
- margin-top: 8px;
2
+ .basic-upload[data-v-10587859] {
3
+ width: 100%;
4
+ }
5
+ .upload-card-button[data-v-10587859] {
6
+ display: flex;
7
+ flex-direction: column;
8
+ align-items: center;
9
+ justify-content: center;
10
+ width: 80px;
11
+ height: 80px;
12
+ color: var(--color-text-3);
13
+ font-size: 14px;
14
+ background-color: #fafafa;
15
+ border-width: 1px;
16
+ border-style: dashed;
17
+ border-color: #e5e7eb;
18
+ border-radius: 6px;
19
+ }
20
+ .upload-card-button .arco-icon[data-v-10587859] {
21
+ font-size: 24px;
22
+ margin-bottom: 8px;
23
+ }
24
+ .upload-text[data-v-10587859] {
25
+ margin-top: 8px;
26
+ font-size: 12px;
27
+ }
28
+ .upload-tip[data-v-10587859] {
29
+ color: var(--color-text-3);
30
+ font-size: 12px;
31
+ line-height: 1.5;
32
+ margin-top: 8px;
33
33
  }
34
34
 
35
- .basic-table-wrapper[data-v-f0b71ff8] {
35
+ .basic-table-wrapper[data-v-04667d35] {
36
36
  background: var(--color-bg-2, #fff);
37
37
  border-radius: 4px;
38
38
  padding: 16px;
39
39
  }
40
- .basic-table-toolbar[data-v-f0b71ff8] {
40
+ .basic-table-toolbar[data-v-04667d35] {
41
41
  display: flex;
42
42
  justify-content: space-between;
43
43
  align-items: center;
44
44
  /* padding: 12px 0; */
45
45
  margin-bottom: 12px;
46
46
  }
47
- .toolbar-left[data-v-f0b71ff8] {
47
+ .toolbar-left[data-v-04667d35] {
48
48
  display: flex;
49
49
  align-items: center;
50
50
  }
51
- .toolbar-title[data-v-f0b71ff8] {
51
+ .toolbar-title[data-v-04667d35] {
52
52
  font-size: 16px;
53
53
  font-weight: 600;
54
54
  color: var(--color-text-1, #1d2129);
55
55
  }
56
- .toolbar-right[data-v-f0b71ff8] {
56
+ .toolbar-right[data-v-04667d35] {
57
57
  display: flex;
58
58
  align-items: center;
59
59
  }
60
- .basic-table-search[data-v-f0b71ff8] {
60
+ .basic-table-search[data-v-04667d35] {
61
61
  /* margin-bottom: 16px; */
62
62
  /* padding: 16px; */
63
63
  background: var(--color-bg-1, #fff);
64
64
  border-radius: 4px;
65
65
  padding: 10px 0;
66
66
  }
67
- .basic-table-search .arco-form-layout-inline[data-v-f0b71ff8] {
67
+ .basic-table-search .arco-form-layout-inline[data-v-04667d35] {
68
68
  }
69
- .column-setting[data-v-f0b71ff8] {
69
+ .column-setting[data-v-04667d35] {
70
70
  width: 200px;
71
71
  max-height: 400px;
72
72
  overflow-y: auto;
73
73
  }
74
- .column-setting-item[data-v-f0b71ff8] {
74
+ .column-setting-item[data-v-04667d35] {
75
75
  padding: 8px 0;
76
76
  }
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",