@blueking/ai-ui-sdk 0.2.0-beta.9 → 0.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/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-auto-refresh/index.vue.css +8 -8
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-checkbox/index.script.vue.js.js +12 -6
- package/dist/components/render-checkbox/index.vue.css +9 -9
- package/dist/components/render-checkbox/index.vue.d.ts +3 -0
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +7 -7
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +1 -1
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +1 -1
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +4 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +3 -2
- package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +1 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +8 -2
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/main.script.vue.js.js +5 -2
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.d.ts +1 -0
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js +4 -1
- package/dist/components/render-dataset-list/index.script.vue.js.js +5 -2
- package/dist/components/render-dataset-list/index.vue.css +2 -2
- package/dist/components/render-dataset-list/index.vue.d.ts +1 -0
- package/dist/components/render-dataset-list/index.vue.js +1 -1
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-header/index.vue.css +3 -3
- package/dist/components/render-header/index.vue.js +1 -1
- package/dist/components/render-like/index.vue.css +5 -5
- package/dist/components/render-like/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-t-table/index.vue.css +27 -27
- package/dist/components/render-t-table/index.vue.js +1 -1
- package/dist/components/render-tag-tree/index.vue.css +7 -7
- package/dist/components/render-tag-tree/index.vue.js +1 -1
- package/dist/components/render-tree/index.script.vue.js +2 -1
- package/dist/css/tailwind.css +15 -3
- package/dist/hooks/use-chat.d.ts +2 -0
- package/dist/hooks/use-display-name.d.ts +3 -0
- package/dist/hooks/use-display-name.ts.js +14 -0
- package/dist/hooks/use-ellipsis-tooltip.ts.js +6 -2
- package/dist/hooks/use-member-http.d.ts +2 -1
- package/dist/hooks/use-member-http.ts.js +27 -23
- package/dist/hooks.d.ts +1 -0
- package/dist/hooks.ts.js +1 -0
- package/dist/http/fetch/index.d.ts +2 -0
- package/dist/http/fetch/index.ts.js +4 -2
- package/dist/http/fetch/success-interceptor.ts.js +5 -1
- package/dist/http/helper/tool.ts.js +2 -1
- package/dist/types/enum.d.ts +1 -0
- package/dist/types/enum.ts.js +1 -0
- package/dist/types/tool.d.ts +2 -0
- package/package.json +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-839zucw8";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/review-dataset-data/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
|
@@ -43,7 +43,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
43
43
|
isInternal: {
|
|
44
44
|
type: Boolean
|
|
45
45
|
},
|
|
46
|
-
memberUrl: {}
|
|
46
|
+
memberUrl: {},
|
|
47
|
+
tenantId: {}
|
|
47
48
|
},
|
|
48
49
|
emits: [
|
|
49
50
|
"update:modelValue"
|
|
@@ -132,7 +133,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
132
133
|
return handleGetSchemaList(search);
|
|
133
134
|
}
|
|
134
135
|
if (data.id === 'updatedBy' && props.isInternal) {
|
|
135
|
-
return getMemberList(props.memberUrl, search);
|
|
136
|
+
return getMemberList(props.memberUrl, props.tenantId, search);
|
|
136
137
|
}
|
|
137
138
|
});
|
|
138
139
|
return function handleGetMenuList(data, search) {
|
|
@@ -5,6 +5,7 @@ interface IProps {
|
|
|
5
5
|
spaceId?: string;
|
|
6
6
|
isInternal?: boolean;
|
|
7
7
|
memberUrl?: string;
|
|
8
|
+
tenantId?: string;
|
|
8
9
|
}
|
|
9
10
|
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
11
|
"update:modelValue": (modelValue: IDatasetListParam) => any;
|
package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js
CHANGED
|
@@ -195,7 +195,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
195
195
|
{
|
|
196
196
|
colKey: 'updatedBy',
|
|
197
197
|
ellipsis: true,
|
|
198
|
-
title: '更新人'
|
|
198
|
+
title: '更新人',
|
|
199
|
+
cell: (h, { row })=>_createVNode2(_resolveComponent("bk-user-display-name"), {
|
|
200
|
+
"user-id": row.updatedBy
|
|
201
|
+
}, null)
|
|
199
202
|
},
|
|
200
203
|
{
|
|
201
204
|
colKey: 'createdAt',
|
|
@@ -209,7 +212,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
209
212
|
colKey: 'createdBy',
|
|
210
213
|
ellipsis: true,
|
|
211
214
|
title: '创建人',
|
|
212
|
-
sortKey: 'created_at'
|
|
215
|
+
sortKey: 'created_at',
|
|
216
|
+
cell: (h, { row })=>_createVNode2(_resolveComponent("bk-user-display-name"), {
|
|
217
|
+
"user-id": row.createdBy
|
|
218
|
+
}, null)
|
|
213
219
|
},
|
|
214
220
|
{
|
|
215
221
|
colKey: 'operations',
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.origin-data-content[data-v-
|
|
2
|
+
.origin-data-content[data-v-4supwl3g] {
|
|
3
3
|
padding: 24px;
|
|
4
4
|
height: calc(100% - 52px - 44px);
|
|
5
5
|
}
|
|
6
|
-
.origin-data-panel[data-v-
|
|
6
|
+
.origin-data-panel[data-v-4supwl3g] {
|
|
7
7
|
height: 100%;
|
|
8
8
|
padding: 20px;
|
|
9
9
|
background: #ffffff;
|
|
10
10
|
box-shadow: 0 2px 4px 0 #1919290d;
|
|
11
11
|
border-radius: 2px;
|
|
12
12
|
}
|
|
13
|
-
.origin-data-panel .toolbar-search[data-v-
|
|
13
|
+
.origin-data-panel .toolbar-search[data-v-4supwl3g] {
|
|
14
14
|
width: 6.17rem;
|
|
15
15
|
}
|
|
@@ -32,7 +32,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
32
32
|
tagName: {},
|
|
33
33
|
namePlaceholder: {},
|
|
34
34
|
codePlaceholder: {},
|
|
35
|
-
memberUrl: {}
|
|
35
|
+
memberUrl: {},
|
|
36
|
+
tenantId: {}
|
|
36
37
|
},
|
|
37
38
|
emits: [
|
|
38
39
|
"success-create",
|
|
@@ -99,13 +100,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
99
100
|
"space-id": _ctx.spaceId,
|
|
100
101
|
"is-internal": _ctx.isInternal,
|
|
101
102
|
"member-url": _ctx.memberUrl,
|
|
103
|
+
"tenant-id": _ctx.tenantId,
|
|
102
104
|
class: "main-search"
|
|
103
105
|
}, null, 8 /* PROPS */ , [
|
|
104
106
|
"modelValue",
|
|
105
107
|
"api-prefix",
|
|
106
108
|
"space-id",
|
|
107
109
|
"is-internal",
|
|
108
|
-
"member-url"
|
|
110
|
+
"member-url",
|
|
111
|
+
"tenant-id"
|
|
109
112
|
])
|
|
110
113
|
]),
|
|
111
114
|
_createVNode(RenderTable, {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.main-content[data-v-
|
|
2
|
+
.main-content[data-v-ehyb8l9e] {
|
|
3
3
|
padding: 20px 24px;
|
|
4
4
|
height: 100%;
|
|
5
5
|
}
|
|
6
|
-
.main-panel[data-v-
|
|
6
|
+
.main-panel[data-v-ehyb8l9e] {
|
|
7
7
|
height: 100%;
|
|
8
8
|
padding: 20px 24px 24px;
|
|
9
9
|
background: #ffffff;
|
|
10
10
|
box-shadow: 0 2px 4px 0 #1919290d;
|
|
11
11
|
border-radius: 2px;
|
|
12
12
|
}
|
|
13
|
-
.main-search[data-v-
|
|
13
|
+
.main-search[data-v-ehyb8l9e] {
|
|
14
14
|
width: 6.17rem;
|
|
15
15
|
}
|
|
@@ -135,7 +135,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
135
135
|
{
|
|
136
136
|
colKey: 'createdBy',
|
|
137
137
|
title: '创建人',
|
|
138
|
-
ellipsis: true
|
|
138
|
+
ellipsis: true,
|
|
139
|
+
cell: (h, { row })=>_createVNode2(_resolveComponent("bk-user-display-name"), {
|
|
140
|
+
"user-id": row.createdBy
|
|
141
|
+
}, null)
|
|
139
142
|
},
|
|
140
143
|
{
|
|
141
144
|
colKey: 'createdAt',
|
|
@@ -17,7 +17,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
17
17
|
},
|
|
18
18
|
namePlaceholder: {},
|
|
19
19
|
codePlaceholder: {},
|
|
20
|
-
memberUrl: {}
|
|
20
|
+
memberUrl: {},
|
|
21
|
+
tenantId: {}
|
|
21
22
|
},
|
|
22
23
|
setup (__props) {
|
|
23
24
|
const groupType = ref(GroupType.All);
|
|
@@ -96,6 +97,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
96
97
|
"name-placeholder": _ctx.namePlaceholder,
|
|
97
98
|
"code-placeholder": _ctx.codePlaceholder,
|
|
98
99
|
"member-url": _ctx.memberUrl,
|
|
100
|
+
"tenant-id": _ctx.tenantId,
|
|
99
101
|
ref_key: "mainRef",
|
|
100
102
|
ref: mainRef,
|
|
101
103
|
onSuccessCreate: handleUpdateAll,
|
|
@@ -111,7 +113,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
111
113
|
"tag-name",
|
|
112
114
|
"name-placeholder",
|
|
113
115
|
"code-placeholder",
|
|
114
|
-
"member-url"
|
|
116
|
+
"member-url",
|
|
117
|
+
"tenant-id"
|
|
115
118
|
])
|
|
116
119
|
]),
|
|
117
120
|
_: 1 /* STABLE */
|
|
@@ -6,6 +6,7 @@ interface IProps {
|
|
|
6
6
|
namePlaceholder?: string;
|
|
7
7
|
codePlaceholder?: string;
|
|
8
8
|
memberUrl?: string;
|
|
9
|
+
tenantId?: string;
|
|
9
10
|
}
|
|
10
11
|
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
12
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
.upload-file-home[data-v-
|
|
2
|
+
.upload-file-home[data-v-uwdiwjsm] {
|
|
3
3
|
position: relative;
|
|
4
4
|
background: #FFFFFF;
|
|
5
5
|
border: 1px solid #DCDEE5;
|
|
6
6
|
border-radius: 4px;
|
|
7
7
|
padding: 12px 12px 10px 12px;
|
|
8
8
|
}
|
|
9
|
-
.upload-file-home[data-v-
|
|
9
|
+
.upload-file-home[data-v-uwdiwjsm]:hover {
|
|
10
10
|
border: 1px solid #3A84FF;
|
|
11
11
|
}
|
|
12
|
-
.upload-file-home:hover .file-icons[data-v-
|
|
12
|
+
.upload-file-home:hover .file-icons[data-v-uwdiwjsm] {
|
|
13
13
|
display: flex;
|
|
14
14
|
}
|
|
15
|
-
.upload-file-home .file-icon[data-v-
|
|
15
|
+
.upload-file-home .file-icon[data-v-uwdiwjsm] {
|
|
16
16
|
font-size: 32px;
|
|
17
17
|
}
|
|
18
|
-
.upload-file-home .file-content[data-v-
|
|
18
|
+
.upload-file-home .file-content[data-v-uwdiwjsm] {
|
|
19
19
|
font-size: 12px;
|
|
20
20
|
flex: 1;
|
|
21
21
|
align-items: flex-start;
|
|
@@ -23,28 +23,28 @@
|
|
|
23
23
|
font-weight: normal;
|
|
24
24
|
width: 0;
|
|
25
25
|
}
|
|
26
|
-
.upload-file-home .file-content .file-name[data-v-
|
|
26
|
+
.upload-file-home .file-content .file-name[data-v-uwdiwjsm] {
|
|
27
27
|
width: 100%;
|
|
28
28
|
font-size: 14px;
|
|
29
29
|
line-height: 20px;
|
|
30
30
|
}
|
|
31
|
-
.upload-file-home .file-content .file-size[data-v-
|
|
31
|
+
.upload-file-home .file-content .file-size[data-v-uwdiwjsm] {
|
|
32
32
|
font-size: 12px;
|
|
33
33
|
color: #979BA5;
|
|
34
34
|
line-height: 20px;
|
|
35
35
|
}
|
|
36
|
-
.upload-file-home .file-icons[data-v-
|
|
36
|
+
.upload-file-home .file-icons[data-v-uwdiwjsm] {
|
|
37
37
|
display: none;
|
|
38
38
|
color: #979BA5;
|
|
39
39
|
}
|
|
40
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
|
40
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-uwdiwjsm] {
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
margin-right: 15px;
|
|
43
43
|
font-size: 16px;
|
|
44
44
|
}
|
|
45
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
|
45
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-uwdiwjsm]:hover {
|
|
46
46
|
color: #3A84FF;
|
|
47
47
|
}
|
|
48
|
-
.upload-file-home .file-icons .bkaidev-delete[data-v-
|
|
48
|
+
.upload-file-home .file-icons .bkaidev-delete[data-v-uwdiwjsm] {
|
|
49
49
|
margin: 0;
|
|
50
50
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-
|
|
2
|
+
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-8mgbe6ch] {
|
|
3
3
|
color: #EA3636;
|
|
4
4
|
}
|
|
5
|
-
.ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-
|
|
5
|
+
.ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-8mgbe6ch], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-8mgbe6ch], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-8mgbe6ch] {
|
|
6
6
|
color: #3A84FF;
|
|
7
7
|
}
|
|
8
|
-
.ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-
|
|
8
|
+
.ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-8mgbe6ch] {
|
|
9
9
|
color: #C4C6CC;
|
|
10
10
|
}
|
|
11
|
-
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-
|
|
11
|
+
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-8mgbe6ch] {
|
|
12
12
|
color: #2DCB56;
|
|
13
13
|
}
|
|
14
|
-
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-
|
|
14
|
+
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-8mgbe6ch] {
|
|
15
15
|
color: #14A568;
|
|
16
16
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
.header-home[data-v-
|
|
2
|
+
.header-home[data-v-90ax7uy5] {
|
|
3
3
|
width: 100%;
|
|
4
4
|
background: #FFFFFF;
|
|
5
5
|
box-shadow: 0 3px 4px 0 #0000000a;
|
|
6
6
|
}
|
|
7
|
-
.render-tab[data-v-
|
|
7
|
+
.render-tab[data-v-90ax7uy5] {
|
|
8
8
|
border-bottom: 2px solid transparent;
|
|
9
9
|
}
|
|
10
|
-
.render-tab.active[data-v-
|
|
10
|
+
.render-tab.active[data-v-90ax7uy5] {
|
|
11
11
|
color: #3A84FF;
|
|
12
12
|
border-bottom: 2px solid #3A84FF;
|
|
13
13
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
|
-
.dislike-icon[data-v-
|
|
2
|
+
.dislike-icon[data-v-n164zu9i] {
|
|
3
3
|
transform: rotateX(180deg);
|
|
4
4
|
}
|
|
5
|
-
.option-items[data-v-
|
|
5
|
+
.option-items[data-v-n164zu9i] {
|
|
6
6
|
padding: 1px 8px;
|
|
7
7
|
background-color: #F0F1F5;
|
|
8
8
|
line-height: 22px;
|
|
9
9
|
border-radius: 2px;
|
|
10
10
|
}
|
|
11
|
-
.option-items[data-v-
|
|
11
|
+
.option-items[data-v-n164zu9i]:hover {
|
|
12
12
|
background-color: #E1ECFF;
|
|
13
13
|
color: #3A84FF;
|
|
14
14
|
}
|
|
15
|
-
.option-items-selected[data-v-
|
|
15
|
+
.option-items-selected[data-v-n164zu9i]{
|
|
16
16
|
background-color: #E1ECFF;
|
|
17
17
|
}
|
|
18
|
-
[data-v-
|
|
18
|
+
[data-v-n164zu9i] .bk-form-item {
|
|
19
19
|
margin-bottom: 17px;
|
|
20
20
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.router-tab[data-v-
|
|
2
|
+
.router-tab[data-v-5zyves6i] {
|
|
3
3
|
margin-top: 2px;
|
|
4
4
|
height: 42px;
|
|
5
5
|
background: #FFFFFF;
|
|
6
6
|
box-shadow: 0 2px 4px 0 #1919290d;
|
|
7
7
|
padding: 0 24px;
|
|
8
8
|
}
|
|
9
|
-
.router-tab a[data-v-
|
|
9
|
+
.router-tab a[data-v-5zyves6i] {
|
|
10
10
|
padding: 0 8px;
|
|
11
11
|
margin-right: 24px;
|
|
12
12
|
font-size: 14px;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
color: #4D4F56;
|
|
16
16
|
box-sizing: border-box;
|
|
17
17
|
}
|
|
18
|
-
.router-tab a.router-link-exact-active[data-v-
|
|
18
|
+
.router-tab a.router-link-exact-active[data-v-5zyves6i] {
|
|
19
19
|
color: #3A84FF;
|
|
20
20
|
border-bottom: 2px solid #3A84FF;
|
|
21
21
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.t-t-pagination[data-v-
|
|
2
|
+
.t-t-pagination[data-v-pku8y4zo] {
|
|
3
3
|
position: relative;
|
|
4
4
|
padding: 16px 16px 0 16px;
|
|
5
5
|
}
|
|
6
|
-
.t-t-pagination[data-v-
|
|
6
|
+
.t-t-pagination[data-v-pku8y4zo] .bk-pagination-list.is-last {
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
}
|
|
9
|
-
.pagination-loading[data-v-
|
|
9
|
+
.pagination-loading[data-v-pku8y4zo]::after {
|
|
10
10
|
content: '';
|
|
11
11
|
position: absolute;
|
|
12
12
|
top: 0;
|
|
@@ -16,93 +16,93 @@
|
|
|
16
16
|
background-color: rgba(255, 255, 255, 0.6);
|
|
17
17
|
z-index: 72;
|
|
18
18
|
}
|
|
19
|
-
.pagination-border[data-v-
|
|
19
|
+
.pagination-border[data-v-pku8y4zo] {
|
|
20
20
|
border-right: 1px solid #dcdee5;
|
|
21
21
|
border-left: 1px solid #dcdee5;
|
|
22
22
|
border-bottom: 1px solid #dcdee5;
|
|
23
23
|
padding-bottom: 16px;
|
|
24
24
|
}
|
|
25
|
-
.t-t-table[data-v-
|
|
25
|
+
.t-t-table[data-v-pku8y4zo] {
|
|
26
26
|
display: inline;
|
|
27
27
|
font-size: 12px;
|
|
28
28
|
}
|
|
29
|
-
.t-t-table[data-v-
|
|
29
|
+
.t-t-table[data-v-pku8y4zo] .t-table__th-cell-inner {
|
|
30
30
|
color: #313238;
|
|
31
31
|
}
|
|
32
|
-
.t-t-table[data-v-
|
|
32
|
+
.t-t-table[data-v-pku8y4zo] th {
|
|
33
33
|
padding: 0 16px;
|
|
34
34
|
height: 42px;
|
|
35
35
|
background-color: #FAFBFD !important;
|
|
36
36
|
}
|
|
37
|
-
.t-t-table[data-v-
|
|
37
|
+
.t-t-table[data-v-pku8y4zo] .t-table__body tr {
|
|
38
38
|
color: #63656e;
|
|
39
39
|
font-size: 12px;
|
|
40
40
|
}
|
|
41
|
-
.t-t-table[data-v-
|
|
41
|
+
.t-t-table[data-v-pku8y4zo] .t-table__body tr td {
|
|
42
42
|
padding: 0 16px;
|
|
43
43
|
height: 40px;
|
|
44
44
|
background-color: #fff;
|
|
45
45
|
}
|
|
46
|
-
.t-t-table[data-v-
|
|
46
|
+
.t-t-table[data-v-pku8y4zo] .t-table__body tr:hover td {
|
|
47
47
|
background-color: #f5f7fa !important;
|
|
48
48
|
color: #63656E;
|
|
49
49
|
}
|
|
50
|
-
.t-t-table[data-v-
|
|
50
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content .t-table__body .t-table__empty-row {
|
|
51
51
|
background-color: #fff !important;
|
|
52
52
|
}
|
|
53
|
-
.t-t-table[data-v-
|
|
53
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content .t-table__body .t-table__empty-row >td {
|
|
54
54
|
border: none;
|
|
55
55
|
}
|
|
56
|
-
.t-t-table[data-v-
|
|
56
|
+
.t-t-table[data-v-pku8y4zo] th .t-table__ellipsis {
|
|
57
57
|
width: auto !important;
|
|
58
58
|
}
|
|
59
|
-
.t-t-table[data-v-
|
|
59
|
+
.t-t-table[data-v-pku8y4zo] .t-loading__gradient.t-icon-loading {
|
|
60
60
|
display: none;
|
|
61
61
|
}
|
|
62
|
-
.t-t-table[data-v-
|
|
62
|
+
.t-t-table[data-v-pku8y4zo]:first-of-type .t-table__affixed-header-elm-wrap{
|
|
63
63
|
width: calc(100% - 6px) !important;
|
|
64
64
|
}
|
|
65
|
-
.t-t-table[data-v-
|
|
65
|
+
.t-t-table[data-v-pku8y4zo] .t-table__affixed-header-elm-wrap>div {
|
|
66
66
|
width: 100% !important;
|
|
67
67
|
scrollbar-width: none;
|
|
68
68
|
}
|
|
69
|
-
.t-t-table[data-v-
|
|
69
|
+
.t-t-table[data-v-pku8y4zo] .t-table--layout-fixed{
|
|
70
70
|
width: 100% !important;
|
|
71
71
|
}
|
|
72
|
-
.t-t-table[data-v-
|
|
72
|
+
.t-t-table[data-v-pku8y4zo] .bk-exception-description{
|
|
73
73
|
margin-bottom: 0;
|
|
74
74
|
}
|
|
75
|
-
.t-t-table[data-v-
|
|
75
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content{
|
|
76
76
|
z-index: 2;
|
|
77
77
|
max-height: 100%;
|
|
78
78
|
overflow: auto;
|
|
79
79
|
}
|
|
80
|
-
.t-t-table[data-v-
|
|
80
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content::-webkit-scrollbar {
|
|
81
81
|
width: 6px;
|
|
82
82
|
height: 6px;
|
|
83
83
|
}
|
|
84
|
-
.t-t-table[data-v-
|
|
84
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content::-webkit-scrollbar-thumb {
|
|
85
85
|
width: 6px;
|
|
86
86
|
height: 6px;
|
|
87
87
|
border-radius: 3px;
|
|
88
88
|
background-color: #dcdee5;
|
|
89
89
|
}
|
|
90
|
-
.t-t-table[data-v-
|
|
90
|
+
.t-t-table[data-v-pku8y4zo] .t-table__content::-webkit-scrollbar-thumb:hover {
|
|
91
91
|
background-color: #979ba5;
|
|
92
92
|
}
|
|
93
|
-
.t-t-table[data-v-
|
|
93
|
+
.t-t-table[data-v-pku8y4zo] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
|
|
94
94
|
line-height: 100%;
|
|
95
95
|
}
|
|
96
|
-
.t-t-table[data-v-
|
|
96
|
+
.t-t-table[data-v-pku8y4zo] .t-table__cell--sort-trigger.t-table__double-icons{
|
|
97
97
|
gap: 5px;
|
|
98
98
|
}
|
|
99
|
-
.t-t-table[data-v-
|
|
99
|
+
.t-t-table[data-v-pku8y4zo] .t-table__sort-icon--active>i{
|
|
100
100
|
color: #3a84ff !important;
|
|
101
101
|
}
|
|
102
|
-
.t-t-table[data-v-
|
|
102
|
+
.t-t-table[data-v-pku8y4zo] .t-table__cell--fixed-left:has(.checkbox){
|
|
103
103
|
line-height: 100%;
|
|
104
104
|
}
|
|
105
|
-
.t-t-table[data-v-
|
|
105
|
+
.t-t-table[data-v-pku8y4zo] .t-table__filter-icon.t-is-focus>span{
|
|
106
106
|
color: #3a84ff !important;
|
|
107
107
|
}
|
|
108
108
|
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
.tag-tree[data-v-
|
|
2
|
+
.tag-tree[data-v-w2swusft] {
|
|
3
3
|
font-size: 12px;
|
|
4
4
|
height: auto;
|
|
5
5
|
max-height: calc(100% - 44px);
|
|
6
6
|
}
|
|
7
|
-
.tag-tree .manage-tree-item[data-v-
|
|
7
|
+
.tag-tree .manage-tree-item[data-v-w2swusft] {
|
|
8
8
|
height: 32px;
|
|
9
9
|
flex: 1;
|
|
10
10
|
}
|
|
11
|
-
.tag-tree .quick-icon[data-v-
|
|
11
|
+
.tag-tree .quick-icon[data-v-w2swusft] {
|
|
12
12
|
margin-left: -24px;
|
|
13
13
|
padding-left: 8px;
|
|
14
14
|
}
|
|
15
|
-
.tag-tree[data-v-
|
|
15
|
+
.tag-tree[data-v-w2swusft] .tree-item:has(.bottom-line) {
|
|
16
16
|
border-bottom: 1px solid #F0F1F5;
|
|
17
17
|
}
|
|
18
|
-
.tag-tree[data-v-
|
|
18
|
+
.tag-tree[data-v-w2swusft] .tree-item.active .quick-icon {
|
|
19
19
|
color: #3A84FF;
|
|
20
20
|
}
|
|
21
|
-
.tag-tree[data-v-
|
|
21
|
+
.tag-tree[data-v-w2swusft] .tree-item.active .tag-number {
|
|
22
22
|
background: #A3C5FD;
|
|
23
23
|
color: #fff;
|
|
24
24
|
}
|
|
25
|
-
.tag-number[data-v-
|
|
25
|
+
.tag-number[data-v-w2swusft] {
|
|
26
26
|
line-height: 16px;
|
|
27
27
|
padding: 0 4px;
|
|
28
28
|
background-color: #F0F1F5;
|
|
@@ -86,7 +86,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
86
86
|
// 显示树子节点
|
|
87
87
|
const handleShowTreeChildren = (data)=>{
|
|
88
88
|
var _a;
|
|
89
|
-
if (props.isNodeHasChildren(data)
|
|
89
|
+
if (!props.isNodeHasChildren(data)) return;
|
|
90
|
+
if (((_a = data.children) === null || _a === void 0 ? void 0 : _a.length) <= 0) {
|
|
90
91
|
emits('async-load', data);
|
|
91
92
|
}
|
|
92
93
|
// 计算展开的id
|
package/dist/css/tailwind.css
CHANGED
|
@@ -1080,6 +1080,10 @@
|
|
|
1080
1080
|
z-index: 9999 !important;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
+
.g-z-index-2501 {
|
|
1084
|
+
z-index: 2501 !important;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1083
1087
|
.g-fill-current-color {
|
|
1084
1088
|
fill: currentcolor;
|
|
1085
1089
|
}
|
|
@@ -1088,12 +1092,20 @@
|
|
|
1088
1092
|
word-break: break-all;
|
|
1089
1093
|
}
|
|
1090
1094
|
|
|
1091
|
-
|
|
1092
|
-
.g-line-clamp-5 {
|
|
1095
|
+
.g-clamp {
|
|
1093
1096
|
display: -webkit-box !important;
|
|
1094
1097
|
-webkit-box-orient: vertical !important;
|
|
1095
|
-
-webkit-line-clamp: 5 !important;
|
|
1096
1098
|
overflow: hidden !important;
|
|
1097
1099
|
word-break: break-word;
|
|
1098
1100
|
overflow-wrap: anywhere;
|
|
1099
1101
|
}
|
|
1102
|
+
|
|
1103
|
+
.g-clamp-3 {
|
|
1104
|
+
-webkit-line-clamp: 3 !important;
|
|
1105
|
+
line-clamp: 3 !important;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.g-clamp-5 {
|
|
1109
|
+
-webkit-line-clamp: 5 !important;
|
|
1110
|
+
line-clamp: 5 !important;
|
|
1111
|
+
}
|