@blueking/ai-ui-sdk 0.1.2-beta.9 → 0.1.2
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-aside/index.vue.css +9 -9
- package/dist/components/render-aside/index.vue.js +1 -1
- package/dist/components/render-auth/auth-dialog-fn.d.ts +2 -0
- package/dist/components/render-auth/auth-dialog-fn.ts.js +14 -0
- package/dist/components/render-auth/auth-dialog.script.vue.js.js +113 -0
- package/dist/components/render-auth/auth-dialog.vue.css +4 -0
- package/dist/components/render-auth/auth-dialog.vue.d.ts +5 -0
- package/dist/components/render-auth/auth-dialog.vue.js +4 -0
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.d.ts +2 -2
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +8 -8
- 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/edit-dataset-data/index.script.vue.js.js +159 -168
- 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.d.ts +3 -0
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.script.vue.js.js +85 -89
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.d.ts +6 -1
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -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/dataset-footer.vue.d.ts +2 -2
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +2 -1
- package/dist/components/render-dataset/components/plus-dataset/index.script.vue.js.js +54 -65
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.d.ts +3 -0
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.script.vue.js.js +8 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +1 -0
- 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.script.vue.js.js +11 -4
- 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.d.ts +1 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js +11 -5
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +46 -7
- package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +2 -0
- package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +3 -3
- package/dist/components/render-dataset/components/source-type-icon/index.script.vue.js.js +2 -2
- package/dist/components/render-dataset/components/source-type-icon/index.vue.js +0 -2
- package/dist/components/render-dataset/index.script.vue.js.js +28 -5
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/index.vue.d.ts +1 -0
- package/dist/components/render-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset-detail/components/header.script.vue.js.js +10 -36
- package/dist/components/render-dataset-detail/components/header.vue.d.ts +1 -3
- package/dist/components/render-dataset-detail/index.script.vue.js.js +97 -15
- package/dist/components/render-dataset-detail/index.vue.d.ts +1 -0
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +46 -15
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +3 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +258 -172
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +1 -1
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +2 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +24 -4
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +2 -0
- 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 +39 -14
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.d.ts +2 -0
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js.js +399 -266
- package/dist/components/render-dataset-list/components/table.vue.d.ts +2 -0
- package/dist/components/render-dataset-list/index.script.vue.js.js +5 -2
- package/dist/components/render-dataset-list/index.vue.d.ts +2 -0
- package/dist/components/render-expand-collapse/index.vue.css +3 -3
- package/dist/components/render-expand-collapse/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 +5 -5
- package/dist/components/render-header/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/{component.d.ts → components.d.ts} +3 -1
- package/dist/{component.ts.js → components.ts.js} +3 -1
- package/dist/enums.d.ts +1 -0
- package/dist/enums.ts.js +1 -0
- package/dist/event/index.d.ts +3 -3
- package/dist/event/index.ts.js +2 -2
- package/dist/events.d.ts +1 -0
- package/dist/events.ts.js +1 -0
- package/dist/helpers.d.ts +1 -0
- package/dist/helpers.ts.js +1 -0
- package/dist/hooks/use-chat.d.ts +16 -0
- package/dist/hooks/use-chat.ts.js +1 -1
- package/dist/hooks/use-dataset-http.d.ts +1 -1
- package/dist/hooks/use-dataset-http.ts.js +6 -3
- package/dist/hooks/use-permission-http.d.ts +7 -0
- package/dist/hooks/use-permission-http.ts.js +26 -0
- package/dist/hooks/use-permission.d.ts +9 -0
- package/dist/hooks/use-permission.ts.js +100 -0
- package/dist/hooks.d.ts +9 -0
- package/dist/hooks.ts.js +9 -0
- package/dist/http/helper/dataset.ts.js +7 -2
- package/dist/http/helper/permission.d.ts +7 -1
- package/dist/http/helper/permission.ts.js +11 -1
- package/dist/https.d.ts +2 -0
- package/dist/https.ts.js +2 -0
- package/dist/transforms.d.ts +4 -0
- package/dist/transforms.ts.js +4 -0
- package/dist/types/dataset.d.ts +7 -1
- package/dist/types/enum.d.ts +37 -1
- package/dist/types/enum.ts.js +38 -0
- package/dist/types/permission.d.ts +43 -0
- package/dist/types.d.ts +6 -0
- package/dist/types.ts.js +6 -0
- package/package.json +33 -9
- package/dist/components/render-dataset/components/source-type-icon/index.vue.css +0 -10
- package/dist/main.d.ts +0 -22
- package/dist/main.ts.js +0 -28
@@ -1,12 +1,12 @@
|
|
1
1
|
|
2
|
-
.aside-home[data-v-
|
2
|
+
.aside-home[data-v-pin6arrd] {
|
3
3
|
width: 300px;
|
4
4
|
height: 100%;
|
5
5
|
background: #FFFFFF;
|
6
6
|
padding: 16px;
|
7
7
|
border-right: 1px solid #eaebf0;
|
8
8
|
}
|
9
|
-
[data-v-
|
9
|
+
[data-v-pin6arrd] .aside-item {
|
10
10
|
width: 268px;
|
11
11
|
line-height: 36px;
|
12
12
|
border-radius: 2px;
|
@@ -16,30 +16,30 @@
|
|
16
16
|
justify-content: space-between;
|
17
17
|
color: #979BA5;
|
18
18
|
}
|
19
|
-
[data-v-
|
19
|
+
[data-v-pin6arrd] .aside-item.is-tab {
|
20
20
|
background: #F5F7FA;
|
21
21
|
cursor: pointer;
|
22
22
|
color: #4D4F56;
|
23
23
|
}
|
24
|
-
[data-v-
|
24
|
+
[data-v-pin6arrd] .aside-item.is-tab:hover {
|
25
25
|
background: #F0F5FF;
|
26
26
|
}
|
27
|
-
[data-v-
|
27
|
+
[data-v-pin6arrd] .aside-item.active {
|
28
28
|
background: #F0F5FF;
|
29
29
|
color: #3A84FF;
|
30
30
|
font-weight: 700;
|
31
31
|
}
|
32
|
-
[data-v-
|
32
|
+
[data-v-pin6arrd] .aside-item.active .tab-num {
|
33
33
|
background: #3A84FF;
|
34
34
|
color: #fff;
|
35
35
|
}
|
36
|
-
[data-v-
|
36
|
+
[data-v-pin6arrd] .aside-item.active .active-text {
|
37
37
|
color: #3A84FF;
|
38
38
|
}
|
39
|
-
[data-v-
|
39
|
+
[data-v-pin6arrd] .aside-item .tab-name {
|
40
40
|
flex: 1;
|
41
41
|
}
|
42
|
-
[data-v-
|
42
|
+
[data-v-pin6arrd] .aside-item .tab-num {
|
43
43
|
background: #EAEBF0;
|
44
44
|
border-radius: 2px;
|
45
45
|
margin-left: 5px;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { h, render } from 'vue';
|
2
|
+
import authDialog from './auth-dialog.vue.js';
|
3
|
+
const getVnode = ()=>{
|
4
|
+
const vNode = h(authDialog);
|
5
|
+
const rootElement = document.querySelector('.app');
|
6
|
+
vNode.appContext = rootElement.__vue_app__._context;
|
7
|
+
render(vNode, document.body);
|
8
|
+
return vNode;
|
9
|
+
};
|
10
|
+
export const renderAuthDialog = (perm, cancelCallback)=>{
|
11
|
+
var _vNode_component_exposed, _vNode_component;
|
12
|
+
const vNode = getVnode();
|
13
|
+
(_vNode_component = vNode.component) === null || _vNode_component === void 0 ? void 0 : (_vNode_component_exposed = _vNode_component.exposed) === null || _vNode_component_exposed === void 0 ? void 0 : _vNode_component_exposed.handleShow(perm, cancelCallback);
|
14
|
+
};
|
@@ -0,0 +1,113 @@
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
2
|
+
import { resolveComponent as _resolveComponent, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, createElementVNode as _createElementVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
3
|
+
import { ref } from 'vue';
|
4
|
+
export default /*@__PURE__*/ _defineComponent({
|
5
|
+
setup (__props, { expose: __expose }) {
|
6
|
+
const isShow = ref(false);
|
7
|
+
const perm = ref();
|
8
|
+
const tableData = ref();
|
9
|
+
let cancelCallback;
|
10
|
+
const handleApply = ()=>{
|
11
|
+
var _perm_value;
|
12
|
+
window.open((_perm_value = perm.value) === null || _perm_value === void 0 ? void 0 : _perm_value.apply_url, '_blank');
|
13
|
+
};
|
14
|
+
const handleClosed = ()=>{
|
15
|
+
isShow.value = false;
|
16
|
+
cancelCallback === null || cancelCallback === void 0 ? void 0 : cancelCallback();
|
17
|
+
};
|
18
|
+
const handleShow = (data, callback)=>{
|
19
|
+
var _data_permission, _data_permission_actions, _data_permission1, _data_permission_actions__related_resource_types__instances__at, _data_permission_actions__related_resource_types__instances_, _data_permission_actions__related_resource_types__instances, _data_permission_actions__related_resource_types_, _data_permission_actions__related_resource_types, _data_permission_actions_, _data_permission2;
|
20
|
+
perm.value = data;
|
21
|
+
isShow.value = true;
|
22
|
+
tableData.value = [
|
23
|
+
{
|
24
|
+
system_name: data === null || data === void 0 ? void 0 : (_data_permission = data.permission) === null || _data_permission === void 0 ? void 0 : _data_permission.system_name,
|
25
|
+
name: data === null || data === void 0 ? void 0 : (_data_permission1 = data.permission) === null || _data_permission1 === void 0 ? void 0 : (_data_permission_actions = _data_permission1.actions) === null || _data_permission_actions === void 0 ? void 0 : _data_permission_actions.map((item)=>item.name).join(','),
|
26
|
+
instance_name: data === null || data === void 0 ? void 0 : (_data_permission2 = data.permission) === null || _data_permission2 === void 0 ? void 0 : (_data_permission_actions_ = _data_permission2.actions[0]) === null || _data_permission_actions_ === void 0 ? void 0 : (_data_permission_actions__related_resource_types = _data_permission_actions_.related_resource_types) === null || _data_permission_actions__related_resource_types === void 0 ? void 0 : (_data_permission_actions__related_resource_types_ = _data_permission_actions__related_resource_types[0]) === null || _data_permission_actions__related_resource_types_ === void 0 ? void 0 : (_data_permission_actions__related_resource_types__instances = _data_permission_actions__related_resource_types_.instances) === null || _data_permission_actions__related_resource_types__instances === void 0 ? void 0 : (_data_permission_actions__related_resource_types__instances_ = _data_permission_actions__related_resource_types__instances[0]) === null || _data_permission_actions__related_resource_types__instances_ === void 0 ? void 0 : (_data_permission_actions__related_resource_types__instances__at = _data_permission_actions__related_resource_types__instances_.at(-1)) === null || _data_permission_actions__related_resource_types__instances__at === void 0 ? void 0 : _data_permission_actions__related_resource_types__instances__at.name
|
27
|
+
}
|
28
|
+
];
|
29
|
+
cancelCallback = callback;
|
30
|
+
};
|
31
|
+
__expose({
|
32
|
+
handleShow
|
33
|
+
});
|
34
|
+
return (_ctx, _cache)=>{
|
35
|
+
const _component_bk_exception = _resolveComponent("bk-exception");
|
36
|
+
const _component_bk_table_column = _resolveComponent("bk-table-column");
|
37
|
+
const _component_bk_table = _resolveComponent("bk-table");
|
38
|
+
const _component_bk_button = _resolveComponent("bk-button");
|
39
|
+
const _component_bk_dialog = _resolveComponent("bk-dialog");
|
40
|
+
return _openBlock(), _createBlock(_component_bk_dialog, {
|
41
|
+
"is-show": isShow.value,
|
42
|
+
width: 640,
|
43
|
+
class: "auth-dialog",
|
44
|
+
onClosed: handleClosed
|
45
|
+
}, {
|
46
|
+
header: _withCtx(()=>[
|
47
|
+
_createVNode(_component_bk_exception, {
|
48
|
+
type: "403",
|
49
|
+
scene: "part",
|
50
|
+
title: "该操作需要以下权限"
|
51
|
+
})
|
52
|
+
]),
|
53
|
+
footer: _withCtx(()=>[
|
54
|
+
_createElementVNode("div", null, [
|
55
|
+
_createVNode(_component_bk_button, {
|
56
|
+
theme: "primary",
|
57
|
+
onClick: handleApply
|
58
|
+
}, {
|
59
|
+
default: _withCtx(()=>_cache[0] || (_cache[0] = [
|
60
|
+
_createTextVNode(" 去申请 ")
|
61
|
+
])),
|
62
|
+
_: 1 /* STABLE */ ,
|
63
|
+
__: [
|
64
|
+
0
|
65
|
+
]
|
66
|
+
}),
|
67
|
+
_createVNode(_component_bk_button, {
|
68
|
+
class: "g-ml-8",
|
69
|
+
onClick: handleClosed
|
70
|
+
}, {
|
71
|
+
default: _withCtx(()=>_cache[1] || (_cache[1] = [
|
72
|
+
_createTextVNode(" 取消 ")
|
73
|
+
])),
|
74
|
+
_: 1 /* STABLE */ ,
|
75
|
+
__: [
|
76
|
+
1
|
77
|
+
]
|
78
|
+
})
|
79
|
+
])
|
80
|
+
]),
|
81
|
+
default: _withCtx(()=>[
|
82
|
+
_createVNode(_component_bk_table, {
|
83
|
+
class: "g-mb-20",
|
84
|
+
"show-overflow-tooltip": "",
|
85
|
+
"empty-cell-text": "--",
|
86
|
+
data: tableData.value
|
87
|
+
}, {
|
88
|
+
default: _withCtx(()=>[
|
89
|
+
_createVNode(_component_bk_table_column, {
|
90
|
+
label: "系统",
|
91
|
+
field: "system_name"
|
92
|
+
}),
|
93
|
+
_createVNode(_component_bk_table_column, {
|
94
|
+
label: "需要申请的权限",
|
95
|
+
field: "name"
|
96
|
+
}),
|
97
|
+
_createVNode(_component_bk_table_column, {
|
98
|
+
label: "关联的资源实例",
|
99
|
+
field: "instance_name"
|
100
|
+
})
|
101
|
+
]),
|
102
|
+
_: 1 /* STABLE */
|
103
|
+
}, 8 /* PROPS */ , [
|
104
|
+
"data"
|
105
|
+
])
|
106
|
+
]),
|
107
|
+
_: 1 /* STABLE */
|
108
|
+
}, 8 /* PROPS */ , [
|
109
|
+
"is-show"
|
110
|
+
]);
|
111
|
+
};
|
112
|
+
}
|
113
|
+
});
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import type { IPermissionApplyData } from '@/types/permission';
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
3
|
+
handleShow: (data: IPermissionApplyData, callback?: Function) => void;
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5
|
+
export default _default;
|
@@ -1,40 +1,40 @@
|
|
1
1
|
|
2
|
-
.send-container[data-v-
|
2
|
+
.send-container[data-v-ejb5wfs7] {
|
3
3
|
position: relative;
|
4
4
|
}
|
5
|
-
.send-container[data-v-
|
5
|
+
.send-container[data-v-ejb5wfs7]:has(textarea:focus) {
|
6
6
|
z-index: 2;
|
7
7
|
}
|
8
|
-
.send-container:hover .send-clear[data-v-
|
8
|
+
.send-container:hover .send-clear[data-v-ejb5wfs7] {
|
9
9
|
display: inline-flex !important;
|
10
10
|
}
|
11
|
-
.send-input[data-v-
|
11
|
+
.send-input[data-v-ejb5wfs7] {
|
12
12
|
width: 100%;
|
13
13
|
flex-direction: row;
|
14
14
|
height: var(--origin-height);
|
15
15
|
}
|
16
|
-
.send-input[data-v-
|
16
|
+
.send-input[data-v-ejb5wfs7]:has(textarea:focus) {
|
17
17
|
height: var(--text-height);
|
18
18
|
}
|
19
|
-
.send-input[data-v-
|
19
|
+
.send-input[data-v-ejb5wfs7] textarea {
|
20
20
|
font-size: 12px;
|
21
21
|
line-height: 16px;
|
22
22
|
padding: 7px;
|
23
23
|
resize: none !important;
|
24
24
|
}
|
25
|
-
.send-input[data-v-
|
25
|
+
.send-input[data-v-ejb5wfs7] textarea::-webkit-scrollbar {
|
26
26
|
width: 4px;
|
27
27
|
height: 4px;
|
28
28
|
}
|
29
|
-
.send-input[data-v-
|
29
|
+
.send-input[data-v-ejb5wfs7] textarea::-webkit-scrollbar-thumb {
|
30
30
|
height: 5px;
|
31
31
|
border-radius: 3px;
|
32
32
|
background-color: #dcdee5;
|
33
33
|
}
|
34
|
-
.send-input[data-v-
|
34
|
+
.send-input[data-v-ejb5wfs7] textarea::placeholder {
|
35
35
|
line-height: 16px;
|
36
36
|
}
|
37
|
-
.send-clear[data-v-
|
37
|
+
.send-clear[data-v-ejb5wfs7] {
|
38
38
|
display: none !important;
|
39
39
|
position: absolute;
|
40
40
|
right: 10px;
|
@@ -43,6 +43,6 @@
|
|
43
43
|
font-size: 14px;
|
44
44
|
cursor: pointer;
|
45
45
|
}
|
46
|
-
.send-clear[data-v-
|
46
|
+
.send-clear[data-v-ejb5wfs7]:hover {
|
47
47
|
color: #313238;
|
48
48
|
}
|
@@ -7,11 +7,11 @@ interface IProps {
|
|
7
7
|
disabled?: boolean;
|
8
8
|
}
|
9
9
|
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
10
|
-
"update:modelValue": (...args: any[]) => void;
|
11
10
|
input: (...args: any[]) => void;
|
11
|
+
"update:modelValue": (...args: any[]) => void;
|
12
12
|
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
13
|
onInput?: (...args: any[]) => any;
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
15
15
|
}>, {
|
16
16
|
maxHeight: number;
|
17
17
|
focusShowHeight: boolean;
|
@@ -1,27 +1,27 @@
|
|
1
1
|
|
2
|
-
.plus-tag-input[data-v-
|
2
|
+
.plus-tag-input[data-v-luyju4qj] {
|
3
3
|
padding: 7px 12px;
|
4
4
|
width: 100%;
|
5
5
|
}
|
6
|
-
.plus-tag-input .plus-tag-done[data-v-
|
6
|
+
.plus-tag-input .plus-tag-done[data-v-luyju4qj] {
|
7
7
|
cursor: pointer;
|
8
8
|
font-size: 22px;
|
9
9
|
color: #2DCB56;
|
10
10
|
margin: 0 5px 0 10px;
|
11
11
|
}
|
12
|
-
.plus-tag-input .plus-tag-error[data-v-
|
12
|
+
.plus-tag-input .plus-tag-error[data-v-luyju4qj] {
|
13
13
|
cursor: pointer;
|
14
14
|
font-size: 16px;
|
15
15
|
color: #C4C6CC;
|
16
16
|
margin-right: 5px;
|
17
17
|
}
|
18
|
-
.plus-tag-input .plus-tag-form[data-v-
|
18
|
+
.plus-tag-input .plus-tag-form[data-v-luyju4qj] {
|
19
19
|
flex: 1;
|
20
20
|
}
|
21
|
-
.plus-tag-input .plus-tag-form-item[data-v-
|
21
|
+
.plus-tag-input .plus-tag-form-item[data-v-luyju4qj] {
|
22
22
|
margin-bottom: 0;
|
23
23
|
}
|
24
|
-
.plus-tag[data-v-
|
24
|
+
.plus-tag[data-v-luyju4qj] {
|
25
25
|
cursor: pointer;
|
26
26
|
width: 100%;
|
27
27
|
display: flex;
|
@@ -30,10 +30,10 @@
|
|
30
30
|
font-size: 12px;
|
31
31
|
line-height: 20px;
|
32
32
|
}
|
33
|
-
.plus-tag .bkaidev-plus-circle[data-v-
|
33
|
+
.plus-tag .bkaidev-plus-circle[data-v-luyju4qj] {
|
34
34
|
font-size: 14px;
|
35
35
|
margin-right: 6px;
|
36
36
|
}
|
37
|
-
.plus-tag[data-v-
|
37
|
+
.plus-tag[data-v-luyju4qj]:hover {
|
38
38
|
color: #3A84FF;
|
39
39
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
.collapse-title[data-v-
|
2
|
+
.collapse-title[data-v-emaklmzc] {
|
3
3
|
height: 28px;
|
4
4
|
background: #F0F1F5;
|
5
5
|
border-radius: 2px;
|
6
6
|
padding: 0 12px;
|
7
7
|
}
|
8
|
-
.collapse-title .is-hidden[data-v-
|
8
|
+
.collapse-title .is-hidden[data-v-emaklmzc] {
|
9
9
|
transform: rotate(-90deg);
|
10
10
|
}
|