knt-shared 1.2.3 → 1.2.5

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,8 +1,8 @@
1
1
 
2
- .basic-upload[data-v-1a5a7ff7] {
2
+ .basic-upload[data-v-00569ecd] {
3
3
  width: 100%;
4
4
  }
5
- .upload-card-button[data-v-1a5a7ff7] {
5
+ .upload-card-button[data-v-00569ecd] {
6
6
  display: flex;
7
7
  flex-direction: column;
8
8
  align-items: center;
@@ -17,91 +17,114 @@
17
17
  border-color: #e5e7eb;
18
18
  border-radius: 6px;
19
19
  }
20
- .upload-card-button .arco-icon[data-v-1a5a7ff7] {
20
+ .upload-card-button .arco-icon[data-v-00569ecd] {
21
21
  font-size: 24px;
22
22
  margin-bottom: 8px;
23
23
  }
24
- .upload-text[data-v-1a5a7ff7] {
24
+ .upload-text[data-v-00569ecd] {
25
25
  margin-top: 8px;
26
26
  font-size: 12px;
27
27
  }
28
- .upload-tip[data-v-1a5a7ff7] {
28
+ .upload-tip[data-v-00569ecd] {
29
29
  color: var(--color-text-3);
30
30
  font-size: 12px;
31
31
  line-height: 1.5;
32
32
  margin-top: 8px;
33
33
  }
34
+ [data-v-00569ecd] .arco-upload-list-picture {
35
+ width: var(--v43e7547c) !important;
36
+ height: var(--v43e7547c) !important;
37
+ line-height: var(--v43e7547c) !important;
38
+ }
39
+ [data-v-00569ecd] .arco-upload-list-picture img {
40
+ width: 100%;
41
+ height: 100%;
42
+ object-fit: cover;
43
+ }
44
+
45
+ /* 遮罩层 - 修复操作图标位置 */
46
+ [data-v-00569ecd] .arco-upload-list-picture-mask {
47
+ line-height: var(--v43e7547c) !important;
48
+ }
49
+
50
+ /* 操作按钮容器 - 根据尺寸调整图标大小 */
51
+ [data-v-00569ecd] .arco-upload-list-picture-operation {
52
+ font-size: calc(var(--v43e7547c) / 80 * 14px) !important;
53
+ }
54
+
55
+ /* 错误提示图标 - 根据尺寸调整图标大小 */
56
+ [data-v-00569ecd] .arco-upload-list-picture-error-tip .arco-upload-icon-error {
57
+ font-size: calc(var(--v43e7547c) / 80 * 26px) !important;
58
+ }
34
59
 
35
- .basic-table-wrapper[data-v-04667d35] {
60
+ .basic-table-wrapper[data-v-7a27a6be] {
36
61
  background: var(--color-bg-2, #fff);
37
62
  border-radius: 4px;
38
63
  padding: 16px;
39
64
  }
40
- .basic-table-toolbar[data-v-04667d35] {
65
+ .basic-table-toolbar[data-v-7a27a6be] {
41
66
  display: flex;
42
67
  justify-content: space-between;
43
68
  align-items: center;
44
69
  /* padding: 12px 0; */
45
70
  margin-bottom: 12px;
46
71
  }
47
- .toolbar-left[data-v-04667d35] {
72
+ .toolbar-left[data-v-7a27a6be] {
48
73
  display: flex;
49
74
  align-items: center;
50
75
  }
51
- .toolbar-title[data-v-04667d35] {
76
+ .toolbar-title[data-v-7a27a6be] {
52
77
  font-size: 16px;
53
78
  font-weight: 600;
54
79
  color: var(--color-text-1, #1d2129);
55
80
  }
56
- .toolbar-right[data-v-04667d35] {
81
+ .toolbar-right[data-v-7a27a6be] {
57
82
  display: flex;
58
83
  align-items: center;
59
84
  }
60
- .basic-table-search[data-v-04667d35] {
85
+ .basic-table-search[data-v-7a27a6be] {
61
86
  /* margin-bottom: 16px; */
62
87
  /* padding: 16px; */
63
88
  background: var(--color-bg-1, #fff);
64
89
  border-radius: 4px;
65
90
  padding: 10px 0;
66
91
  }
67
- .basic-table-search .arco-form-layout-inline[data-v-04667d35] {
68
- }
69
- .column-setting[data-v-04667d35] {
92
+ .column-setting[data-v-7a27a6be] {
70
93
  width: 200px;
71
94
  max-height: 400px;
72
95
  overflow-y: auto;
73
96
  }
74
- .column-setting-item[data-v-04667d35] {
97
+ .column-setting-item[data-v-7a27a6be] {
75
98
  padding: 8px 0;
76
99
  }
77
100
 
78
- .modal-wrapper[data-v-4117f967] {
79
- padding: 0;
80
- }
81
- .modal-title-actions[data-v-4117f967] {
82
- position: absolute;
83
- right: 0;
84
- top: 50%;
85
- transform: translateY(-50%);
86
- display: flex;
87
- align-items: center;
88
- gap: 0.5rem;
89
- pointer-events: auto;
101
+ .modal-wrapper[data-v-1e847475] {
102
+ padding: 0;
103
+ }
104
+ .modal-title-actions[data-v-1e847475] {
105
+ position: absolute;
106
+ right: 0;
107
+ top: 50%;
108
+ transform: translateY(-50%);
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 0.5rem;
112
+ pointer-events: auto;
90
113
  }
91
- .modal-title-actions.has-close[data-v-4117f967] {
92
- right: 1.5rem;
114
+ .modal-title-actions.has-close[data-v-1e847475] {
115
+ right: 1.5rem;
93
116
  }
94
- .cursor-help[data-v-4117f967] {
95
- cursor: help;
117
+ .cursor-help[data-v-1e847475] {
118
+ cursor: help;
96
119
  }
97
- .cursor-pointer[data-v-4117f967] {
98
- cursor: pointer;
120
+ .cursor-pointer[data-v-1e847475] {
121
+ cursor: pointer;
99
122
  }
100
- .text-gray-400[data-v-4117f967] {
101
- color: #9ca3af;
123
+ .text-gray-400[data-v-1e847475] {
124
+ color: #9ca3af;
102
125
  }
103
- .w-full[data-v-4117f967] {
104
- width: 100%;
126
+ .w-full[data-v-1e847475] {
127
+ width: 100%;
105
128
  }
106
129
 
107
130
  .basic-description[data-v-7c27763b] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",