@blueking/ai-ui-sdk 0.1.0-beta.9 → 0.1.0
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-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-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 +15 -10
- 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.script.vue.js.js +27 -2
- 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.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.script.vue.js.js +8 -2
- 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-form.script.vue.js.js → dataset-form.script.vue.js} +68 -86
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.js +1 -3
- package/dist/components/render-dataset/components/plus-dataset/index.script.vue.js.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/file.script.vue.js.js +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +20 -3
- 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.d.ts +2 -2
- 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.js → manual.script.vue.js} +47 -87
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.js +1 -1
- package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +78 -11
- package/dist/components/render-dataset/components/search-operation-record/index.script.vue.js.js +0 -4
- package/dist/components/render-dataset/components/source-type-icon/index.vue.css +3 -3
- package/dist/components/render-dataset/components/source-type-icon/index.vue.js +1 -1
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/components/table/{index.script.vue.js.js → index.script.vue.js} +21 -33
- 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.js +2 -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.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js.js +6 -1
- 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/components/render-search-select/index.vue.d.ts +1 -4
- package/dist/hooks/use-dataset-http.d.ts +5 -2
- package/dist/hooks/use-dataset-http.ts.js +6 -6
- package/dist/http/helper/dataset.d.ts +10 -13
- package/dist/http/helper/dataset.ts.js +27 -31
- package/dist/types/common.d.ts +1 -0
- package/dist/types/dataset.d.ts +43 -41
- package/dist/types/enum.d.ts +5 -4
- package/dist/types/enum.ts.js +5 -4
- package/package.json +1 -1
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.css +0 -15
@@ -1,12 +1,12 @@
|
|
1
1
|
|
2
|
-
.aside-home[data-v-
|
2
|
+
.aside-home[data-v-9lgmv9ye] {
|
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-9lgmv9ye] .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-9lgmv9ye] .aside-item.is-tab {
|
20
20
|
background: #F5F7FA;
|
21
21
|
cursor: pointer;
|
22
22
|
color: #4D4F56;
|
23
23
|
}
|
24
|
-
[data-v-
|
24
|
+
[data-v-9lgmv9ye] .aside-item.is-tab:hover {
|
25
25
|
background: #F0F5FF;
|
26
26
|
}
|
27
|
-
[data-v-
|
27
|
+
[data-v-9lgmv9ye] .aside-item.active {
|
28
28
|
background: #F0F5FF;
|
29
29
|
color: #3A84FF;
|
30
30
|
font-weight: 700;
|
31
31
|
}
|
32
|
-
[data-v-
|
32
|
+
[data-v-9lgmv9ye] .aside-item.active .tab-num {
|
33
33
|
background: #3A84FF;
|
34
34
|
color: #fff;
|
35
35
|
}
|
36
|
-
[data-v-
|
36
|
+
[data-v-9lgmv9ye] .aside-item.active .active-text {
|
37
37
|
color: #3A84FF;
|
38
38
|
}
|
39
|
-
[data-v-
|
39
|
+
[data-v-9lgmv9ye] .aside-item .tab-name {
|
40
40
|
flex: 1;
|
41
41
|
}
|
42
|
-
[data-v-
|
42
|
+
[data-v-9lgmv9ye] .aside-item .tab-num {
|
43
43
|
background: #EAEBF0;
|
44
44
|
border-radius: 2px;
|
45
45
|
margin-left: 5px;
|
@@ -1,40 +1,40 @@
|
|
1
1
|
|
2
|
-
.send-container[data-v-
|
2
|
+
.send-container[data-v-iixt3wuu] {
|
3
3
|
position: relative;
|
4
4
|
}
|
5
|
-
.send-container[data-v-
|
5
|
+
.send-container[data-v-iixt3wuu]: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-iixt3wuu] {
|
9
9
|
display: inline-flex !important;
|
10
10
|
}
|
11
|
-
.send-input[data-v-
|
11
|
+
.send-input[data-v-iixt3wuu] {
|
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-iixt3wuu]:has(textarea:focus) {
|
17
17
|
height: var(--text-height);
|
18
18
|
}
|
19
|
-
.send-input[data-v-
|
19
|
+
.send-input[data-v-iixt3wuu] 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-iixt3wuu] textarea::-webkit-scrollbar {
|
26
26
|
width: 4px;
|
27
27
|
height: 4px;
|
28
28
|
}
|
29
|
-
.send-input[data-v-
|
29
|
+
.send-input[data-v-iixt3wuu] 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-iixt3wuu] textarea::placeholder {
|
35
35
|
line-height: 16px;
|
36
36
|
}
|
37
|
-
.send-clear[data-v-
|
37
|
+
.send-clear[data-v-iixt3wuu] {
|
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-iixt3wuu]: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
|
-
input: (...args: any[]) => void;
|
11
10
|
"update:modelValue": (...args: any[]) => void;
|
11
|
+
input: (...args: any[]) => void;
|
12
12
|
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
13
|
-
onInput?: (...args: any[]) => any;
|
14
13
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
+
onInput?: (...args: any[]) => any;
|
15
15
|
}>, {
|
16
16
|
maxHeight: number;
|
17
17
|
focusShowHeight: boolean;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
.collapse-title[data-v-
|
2
|
+
.collapse-title[data-v-e7ca8al5] {
|
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-e7ca8al5] {
|
9
9
|
transform: rotate(-90deg);
|
10
10
|
}
|
@@ -87,7 +87,7 @@ const _hoisted_1 = {
|
|
87
87
|
};
|
88
88
|
const _hoisted_2 = {
|
89
89
|
key: 1,
|
90
|
-
class: "value-content g-mb-16"
|
90
|
+
class: "value-content g-white-space-pre-line g-mb-16"
|
91
91
|
};
|
92
92
|
import { EditLine } from 'bkui-vue/lib/icon';
|
93
93
|
import { ref, watch } from 'vue';
|
@@ -127,14 +127,19 @@ export default /*@__PURE__*/ _defineComponent({
|
|
127
127
|
const handleEdit = (key)=>{
|
128
128
|
showEditKeys.value.push(key);
|
129
129
|
};
|
130
|
-
const handleShow = ()
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
130
|
+
const handleShow = function() {
|
131
|
+
var _ref = _async_to_generator(function*() {
|
132
|
+
// 获取数据
|
133
|
+
yield triggerApi();
|
134
|
+
// 设置页码
|
135
|
+
pagination.value.current = props.index + 1;
|
136
|
+
// 展示
|
137
|
+
isShow.value = true;
|
138
|
+
});
|
139
|
+
return function handleShow() {
|
140
|
+
return _ref.apply(this, arguments);
|
141
|
+
};
|
142
|
+
}();
|
138
143
|
const handleClose = ()=>{
|
139
144
|
isShow.value = false;
|
140
145
|
return true;
|
@@ -234,7 +239,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
234
239
|
small: "",
|
235
240
|
class: "g-mr-24",
|
236
241
|
"show-limit": false,
|
237
|
-
"model-value":
|
242
|
+
"model-value": _unref(pagination).current,
|
238
243
|
count: _unref(pagination).count,
|
239
244
|
limit: 1,
|
240
245
|
"limit-list": [
|
@@ -1,15 +1,15 @@
|
|
1
1
|
|
2
|
-
.content[data-v-
|
2
|
+
.content[data-v-4cxeqd3m] {
|
3
3
|
padding: 18px 24px 0;
|
4
4
|
height: 100%;
|
5
5
|
overflow: auto;
|
6
6
|
}
|
7
|
-
.data-set-edit-slider .value-content[data-v-
|
7
|
+
.data-set-edit-slider .value-content[data-v-4cxeqd3m] {
|
8
8
|
padding: 16px;
|
9
9
|
border: 1px solid #DCDEE5;
|
10
10
|
line-height: 22px;
|
11
11
|
}
|
12
|
-
.data-set-edit-slider[data-v-
|
12
|
+
.data-set-edit-slider[data-v-4cxeqd3m] .bk-sideslider-title {
|
13
13
|
justify-content: space-between;
|
14
14
|
width: 100%;
|
15
15
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-4cxeqd3m";
|
3
3
|
script.__file = "./src/components/render-dataset/components/edit-dataset-data/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as _defineComponent } from 'vue';
|
2
|
-
import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
2
|
+
import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
3
3
|
const _hoisted_1 = {
|
4
4
|
class: "content"
|
5
5
|
};
|
@@ -9,6 +9,7 @@ const _hoisted_2 = {
|
|
9
9
|
import { ref } from 'vue';
|
10
10
|
import RenderSearchOperationRecord from '../search-operation-record/index.vue.js';
|
11
11
|
import RenderTable from './table/index.vue.js';
|
12
|
+
import { useDatasetHttp } from '../../../../hooks/use-dataset-http.ts.js';
|
12
13
|
export default /*@__PURE__*/ _defineComponent({
|
13
14
|
props: {
|
14
15
|
apiPrefix: {},
|
@@ -17,10 +18,13 @@ export default /*@__PURE__*/ _defineComponent({
|
|
17
18
|
},
|
18
19
|
setup (__props) {
|
19
20
|
const props = __props;
|
21
|
+
const { getDataset } = useDatasetHttp(props.apiPrefix);
|
20
22
|
const search = ref({
|
21
23
|
resourceTypeId: 'dataset_item'
|
22
24
|
});
|
23
25
|
const isShow = ref(false);
|
26
|
+
const datasetName = ref('');
|
27
|
+
const loading = ref(false);
|
24
28
|
const handleShow = ()=>{
|
25
29
|
isShow.value = true;
|
26
30
|
search.value = {
|
@@ -30,6 +34,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
30
34
|
if (props.datasetDataId) {
|
31
35
|
search.value.instanceId = props.datasetDataId;
|
32
36
|
}
|
37
|
+
handleGetDatasetName();
|
33
38
|
};
|
34
39
|
const handleClose = ()=>{
|
35
40
|
isShow.value = false;
|
@@ -41,8 +46,17 @@ export default /*@__PURE__*/ _defineComponent({
|
|
41
46
|
end: value[1]
|
42
47
|
} : undefined;
|
43
48
|
};
|
49
|
+
const handleGetDatasetName = ()=>{
|
50
|
+
loading.value = true;
|
51
|
+
getDataset(props.datasetId).then((data)=>{
|
52
|
+
datasetName.value = data.datasetName;
|
53
|
+
}).finally(()=>{
|
54
|
+
loading.value = false;
|
55
|
+
});
|
56
|
+
};
|
44
57
|
return (_ctx, _cache)=>{
|
45
58
|
const _component_bk_button = _resolveComponent("bk-button");
|
59
|
+
const _component_bk_loading = _resolveComponent("bk-loading");
|
46
60
|
const _component_bk_date_picker = _resolveComponent("bk-date-picker");
|
47
61
|
const _component_bk_sideslider = _resolveComponent("bk-sideslider");
|
48
62
|
return _openBlock(), _createElementBlock(_Fragment, null, [
|
@@ -58,12 +72,23 @@ export default /*@__PURE__*/ _defineComponent({
|
|
58
72
|
]
|
59
73
|
}, 16 /* FULL_PROPS */ ),
|
60
74
|
_createVNode(_component_bk_sideslider, {
|
61
|
-
title: "操作记录",
|
62
75
|
class: "record-slider",
|
63
76
|
width: 960,
|
64
77
|
"is-show": isShow.value,
|
65
78
|
"before-close": handleClose
|
66
79
|
}, {
|
80
|
+
header: _withCtx(()=>[
|
81
|
+
_createVNode(_component_bk_loading, {
|
82
|
+
loading: loading.value
|
83
|
+
}, {
|
84
|
+
default: _withCtx(()=>[
|
85
|
+
_createTextVNode(" 数据集【" + _toDisplayString(datasetName.value) + "】操作记录 ", 1 /* TEXT */ )
|
86
|
+
]),
|
87
|
+
_: 1 /* STABLE */
|
88
|
+
}, 8 /* PROPS */ , [
|
89
|
+
"loading"
|
90
|
+
])
|
91
|
+
]),
|
67
92
|
default: _withCtx(()=>{
|
68
93
|
var _search_value_date, _search_value_date1;
|
69
94
|
return [
|
@@ -1,18 +1,18 @@
|
|
1
1
|
|
2
|
-
.content[data-v-
|
2
|
+
.content[data-v-0eux0nwi] {
|
3
3
|
padding: 0 24px 0px 32px;
|
4
4
|
height: 100%;
|
5
5
|
}
|
6
|
-
.content .toolbar[data-v-
|
6
|
+
.content .toolbar[data-v-0eux0nwi] {
|
7
7
|
margin: 16px 0;
|
8
8
|
display: flex;
|
9
9
|
align-items: center;
|
10
10
|
justify-content: right;
|
11
11
|
gap: 8px;
|
12
12
|
}
|
13
|
-
.content .toolbar .record-search[data-v-
|
13
|
+
.content .toolbar .record-search[data-v-0eux0nwi] {
|
14
14
|
width: 360px;
|
15
15
|
}
|
16
|
-
.content .toolbar .record-data-picker[data-v-
|
16
|
+
.content .toolbar .record-data-picker[data-v-0eux0nwi] {
|
17
17
|
width: 260px;
|
18
18
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-0eux0nwi";
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-dzaaepr6";
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/table/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -7,9 +7,10 @@ const _hoisted_2 = {
|
|
7
7
|
class: "content"
|
8
8
|
};
|
9
9
|
const _hoisted_3 = {
|
10
|
-
class: "value-content"
|
10
|
+
class: "value-content g-white-space-pre-line"
|
11
11
|
};
|
12
12
|
import Collapse from '../../../../render-collapse/index.vue.js';
|
13
|
+
import { DatasetDataOperatRecordActionId } from '../../../../../types/enum.ts.js';
|
13
14
|
export default /*@__PURE__*/ _defineComponent({
|
14
15
|
props: {
|
15
16
|
isShow: {
|
@@ -22,6 +23,11 @@ export default /*@__PURE__*/ _defineComponent({
|
|
22
23
|
],
|
23
24
|
setup (__props, { emit: __emit }) {
|
24
25
|
const emits = __emit;
|
26
|
+
const actionIdMap = {
|
27
|
+
[DatasetDataOperatRecordActionId.AddDatasetItem]: '新增数据',
|
28
|
+
[DatasetDataOperatRecordActionId.EditDatasetItem]: '编辑数据',
|
29
|
+
[DatasetDataOperatRecordActionId.DeleteDatasetItem]: '删除数据'
|
30
|
+
};
|
25
31
|
const handleClose = ()=>{
|
26
32
|
emits('update:isShow', false);
|
27
33
|
return true;
|
@@ -37,7 +43,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
37
43
|
header: _withCtx(()=>[
|
38
44
|
_createElementVNode("div", null, [
|
39
45
|
_cache[0] || (_cache[0] = _createElementVNode("span", null, "查看操作结果", -1 /* HOISTED */ )),
|
40
|
-
_createElementVNode("span", _hoisted_1, _toDisplayString(`操作类型: ${_ctx.data.actionId}`), 1 /* TEXT */ )
|
46
|
+
_createElementVNode("span", _hoisted_1, _toDisplayString(`操作类型: ${actionIdMap[_ctx.data.actionId]}`), 1 /* TEXT */ )
|
41
47
|
])
|
42
48
|
]),
|
43
49
|
default: _withCtx(()=>[
|
package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
.content[data-v-
|
2
|
+
.content[data-v-93ebwvn7] {
|
3
3
|
padding: 18px 24px 0;
|
4
4
|
height: 100%;
|
5
5
|
overflow: auto;
|
6
6
|
}
|
7
|
-
.content .value-content[data-v-
|
7
|
+
.content .value-content[data-v-93ebwvn7] {
|
8
8
|
margin-top: 8px;
|
9
9
|
padding: 16px;
|
10
10
|
border: 1px solid #DCDEE5;
|
package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-93ebwvn7";
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/view-op-result/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|