@blueking/ai-ui-sdk 0.2.0-beta.21 → 0.2.0-beta.22
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.vue.css +9 -9
- 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.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-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/index.vue.css +2 -2
- 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-markdown/common.d.ts +1 -1
- package/dist/components/render-markdown/common.ts.js +1 -1
- package/dist/components/render-markdown/edit.ts.js +7 -5
- package/dist/components/render-markdown/prism-atom-one-dark.postcss.css +192 -0
- package/dist/components/render-markdown/view.postcss.css +19 -11
- 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/package.json +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
.upload-file-home[data-v-
|
|
2
|
+
.upload-file-home[data-v-693qlgk8] {
|
|
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-693qlgk8]: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-693qlgk8] {
|
|
13
13
|
display: flex;
|
|
14
14
|
}
|
|
15
|
-
.upload-file-home .file-icon[data-v-
|
|
15
|
+
.upload-file-home .file-icon[data-v-693qlgk8] {
|
|
16
16
|
font-size: 32px;
|
|
17
17
|
}
|
|
18
|
-
.upload-file-home .file-content[data-v-
|
|
18
|
+
.upload-file-home .file-content[data-v-693qlgk8] {
|
|
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-693qlgk8] {
|
|
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-693qlgk8] {
|
|
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-693qlgk8] {
|
|
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-693qlgk8] {
|
|
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-693qlgk8]: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-693qlgk8] {
|
|
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-e88g3w0c] {
|
|
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-e88g3w0c], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-e88g3w0c], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-e88g3w0c] {
|
|
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-e88g3w0c] {
|
|
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-e88g3w0c] {
|
|
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-e88g3w0c] {
|
|
15
15
|
color: #14A568;
|
|
16
16
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
.header-home[data-v-
|
|
2
|
+
.header-home[data-v-t8uwyi77] {
|
|
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-t8uwyi77] {
|
|
8
8
|
border-bottom: 2px solid transparent;
|
|
9
9
|
}
|
|
10
|
-
.render-tab.active[data-v-
|
|
10
|
+
.render-tab.active[data-v-t8uwyi77] {
|
|
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-ymt2vupw] {
|
|
3
3
|
transform: rotateX(180deg);
|
|
4
4
|
}
|
|
5
|
-
.option-items[data-v-
|
|
5
|
+
.option-items[data-v-ymt2vupw] {
|
|
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-ymt2vupw]:hover {
|
|
12
12
|
background-color: #E1ECFF;
|
|
13
13
|
color: #3A84FF;
|
|
14
14
|
}
|
|
15
|
-
.option-items-selected[data-v-
|
|
15
|
+
.option-items-selected[data-v-ymt2vupw]{
|
|
16
16
|
background-color: #E1ECFF;
|
|
17
17
|
}
|
|
18
|
-
[data-v-
|
|
18
|
+
[data-v-ymt2vupw] .bk-form-item {
|
|
19
19
|
margin-bottom: 17px;
|
|
20
20
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EditorOptions } from '@toast-ui/editor';
|
|
2
|
-
import '
|
|
2
|
+
import './prism-atom-one-dark.postcss';
|
|
3
3
|
import '@toast-ui/editor-plugin-code-syntax-highlight/dist/toastui-editor-plugin-code-syntax-highlight.css';
|
|
4
4
|
import 'prismjs/components/prism-markup';
|
|
5
5
|
import 'prismjs/components/prism-css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Prism from 'prismjs';
|
|
2
2
|
import CodeSyntaxHighlight from '@toast-ui/editor-plugin-code-syntax-highlight';
|
|
3
3
|
import { MarkDownCodeCopyPlugin } from './mark-down-code-copy.ts.js';
|
|
4
|
-
import '
|
|
4
|
+
import './prism-atom-one-dark.postcss.css';
|
|
5
5
|
import '@toast-ui/editor-plugin-code-syntax-highlight/dist/toastui-editor-plugin-code-syntax-highlight.css';
|
|
6
6
|
import 'prismjs/components/prism-markup';
|
|
7
7
|
import 'prismjs/components/prism-css';
|
|
@@ -82,7 +82,7 @@ export default defineComponent({
|
|
|
82
82
|
const defaultMode = props.mode || "wysiwyg";
|
|
83
83
|
// 切换模式按钮
|
|
84
84
|
const modeSwitchEl = document.createElement('section');
|
|
85
|
-
modeSwitchEl.className = 'toastui-editor-toolbar-custom-button g-cursor-pointer';
|
|
85
|
+
modeSwitchEl.className = 'toastui-editor-toolbar-custom-button g-cursor-pointer g-ml-4';
|
|
86
86
|
modeSwitchEl.innerHTML = '<i class="bkaidev-icon bkaidev-qiehuan g-mr-4 g-text-16"></i>切换代码模式';
|
|
87
87
|
modeSwitchEl.dataset.mode = defaultMode;
|
|
88
88
|
modeSwitchEl.addEventListener('click', ()=>{
|
|
@@ -145,10 +145,12 @@ export default defineComponent({
|
|
|
145
145
|
]
|
|
146
146
|
],
|
|
147
147
|
[
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
148
|
+
...props.isSimpleToolbar ? [] : [
|
|
149
|
+
{
|
|
150
|
+
name: 'modeSwitch',
|
|
151
|
+
el: modeSwitchEl
|
|
152
|
+
}
|
|
153
|
+
],
|
|
152
154
|
{
|
|
153
155
|
name: 'fullScreen',
|
|
154
156
|
el: fullScreenEl
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Prism.js theme like highlight.js atom-one-dark
|
|
3
|
+
* Background: #282c34
|
|
4
|
+
* Foreground: #abb2bf
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
code[class*='language-'],
|
|
8
|
+
pre[class*='language-'] {
|
|
9
|
+
color: #abb2bf;
|
|
10
|
+
background: none;
|
|
11
|
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
line-height: 1.6;
|
|
14
|
+
text-align: left;
|
|
15
|
+
white-space: pre;
|
|
16
|
+
word-spacing: normal;
|
|
17
|
+
word-break: normal;
|
|
18
|
+
word-wrap: normal;
|
|
19
|
+
tab-size: 2;
|
|
20
|
+
hyphens: none;
|
|
21
|
+
text-shadow: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
pre[class*='language-'] {
|
|
25
|
+
margin: 12px 0;
|
|
26
|
+
padding: 16px;
|
|
27
|
+
overflow: auto;
|
|
28
|
+
border-radius: 8px;
|
|
29
|
+
background: #282c34;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:not(pre) > code[class*='language-'],
|
|
33
|
+
pre[class*='language-'] {
|
|
34
|
+
background: #282c34;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
:not(pre) > code[class*='language-'] {
|
|
38
|
+
padding: 2px 6px;
|
|
39
|
+
border-radius: 4px;
|
|
40
|
+
color: #e06c75;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* Toast UI Editor preview / viewer 兜底 */
|
|
44
|
+
.toastui-editor-contents pre,
|
|
45
|
+
.tui-editor-contents pre {
|
|
46
|
+
background: #282c34 !important;
|
|
47
|
+
color: #abb2bf !important;
|
|
48
|
+
border-radius: 8px;
|
|
49
|
+
padding: 16px;
|
|
50
|
+
overflow-x: auto;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.toastui-editor-contents pre code,
|
|
54
|
+
.tui-editor-contents pre code {
|
|
55
|
+
background: transparent !important;
|
|
56
|
+
color: #abb2bf !important;
|
|
57
|
+
text-shadow: none !important;
|
|
58
|
+
font-family: Consolas,
|
|
59
|
+
Monaco,
|
|
60
|
+
'Andale Mono',
|
|
61
|
+
'Ubuntu Mono',
|
|
62
|
+
monospace;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
line-height: 1.6;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.toastui-editor-contents pre code span,
|
|
68
|
+
.tui-editor-contents pre code span,
|
|
69
|
+
.toastui-editor-contents .token,
|
|
70
|
+
.tui-editor-contents .token {
|
|
71
|
+
text-shadow: none !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* 注释 */
|
|
75
|
+
.token.comment,
|
|
76
|
+
.token.prolog,
|
|
77
|
+
.token.doctype,
|
|
78
|
+
.token.cdata {
|
|
79
|
+
color: #5c6370;
|
|
80
|
+
font-style: italic;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* 标点 */
|
|
84
|
+
.token.punctuation {
|
|
85
|
+
color: #abb2bf;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* 命名空间 */
|
|
89
|
+
.token.namespace {
|
|
90
|
+
opacity: .7;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* 标签、属性、选择器 */
|
|
94
|
+
.token.tag,
|
|
95
|
+
.token.selector {
|
|
96
|
+
color: #e06c75;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.token.attr-name {
|
|
100
|
+
color: #d19a66;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.token.attr-value,
|
|
104
|
+
.token.string,
|
|
105
|
+
.token.char,
|
|
106
|
+
.token.inserted {
|
|
107
|
+
color: #98c379;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* 关键字 */
|
|
111
|
+
.token.keyword,
|
|
112
|
+
.token.atrule {
|
|
113
|
+
color: #c678dd;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* 布尔、数字、常量 */
|
|
117
|
+
.token.boolean,
|
|
118
|
+
.token.number,
|
|
119
|
+
.token.constant,
|
|
120
|
+
.token.symbol {
|
|
121
|
+
color: #d19a66;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/* 函数 */
|
|
125
|
+
.token.function {
|
|
126
|
+
color: #61afef;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/* 类名、类型 */
|
|
130
|
+
.token.class-name,
|
|
131
|
+
.token.builtin {
|
|
132
|
+
color: #e5c07b;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* 属性、变量 */
|
|
136
|
+
.token.property,
|
|
137
|
+
.token.variable {
|
|
138
|
+
color: #e06c75;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* 操作符 */
|
|
142
|
+
.token.operator {
|
|
143
|
+
color: #56b6c2;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* 正则、重要内容 */
|
|
147
|
+
.token.regex,
|
|
148
|
+
.token.important {
|
|
149
|
+
color: #c678dd;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* URL / 实体 */
|
|
153
|
+
.token.url,
|
|
154
|
+
.token.entity {
|
|
155
|
+
color: #56b6c2;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* 删除 */
|
|
159
|
+
.token.deleted {
|
|
160
|
+
color: #e06c75;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* bold / italic */
|
|
164
|
+
.token.bold {
|
|
165
|
+
font-weight: 700;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.token.italic {
|
|
169
|
+
font-style: italic;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* Prism line numbers 插件兼容 */
|
|
173
|
+
pre[class*='language-'].line-numbers {
|
|
174
|
+
position: relative;
|
|
175
|
+
padding-left: 3.8em;
|
|
176
|
+
counter-reset: linenumber;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.line-numbers .line-numbers-rows {
|
|
180
|
+
border-right: 1px solid #3e4451;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.line-numbers-rows > span::before {
|
|
184
|
+
color: #636d83;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/* 选中文本 */
|
|
188
|
+
pre[class*='language-'] ::selection,
|
|
189
|
+
code[class*='language-'] ::selection {
|
|
190
|
+
background: #3e4451;
|
|
191
|
+
color: inherit;
|
|
192
|
+
}
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
background-color: #979ba5;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.aidev-markdown-preview .toastui-editor-contents code, .toastui-editor .toastui-editor-contents code, .toastui-editor-md-preview .toastui-editor-contents code {
|
|
29
|
-
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
28
|
.aidev-markdown-preview .toastui-editor-contents p,
|
|
33
29
|
.aidev-markdown-preview .toastui-editor-contents td,
|
|
34
30
|
.toastui-editor .toastui-editor-contents p,
|
|
@@ -40,10 +36,12 @@
|
|
|
40
36
|
|
|
41
37
|
.aidev-markdown-preview .toastui-editor-contents h1, .toastui-editor .toastui-editor-contents h1, .toastui-editor-md-preview .toastui-editor-contents h1 {
|
|
42
38
|
margin: 32px 0 20px;
|
|
39
|
+
border-bottom: 2px solid #eaecef;
|
|
43
40
|
}
|
|
44
41
|
|
|
45
42
|
.aidev-markdown-preview .toastui-editor-contents h2, .toastui-editor .toastui-editor-contents h2, .toastui-editor-md-preview .toastui-editor-contents h2 {
|
|
46
43
|
margin: 24px 0 16px;
|
|
44
|
+
border-bottom: 1px solid #eaecef;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
.aidev-markdown-preview .toastui-editor-contents h3, .toastui-editor .toastui-editor-contents h3, .toastui-editor-md-preview .toastui-editor-contents h3 {
|
|
@@ -68,18 +66,28 @@
|
|
|
68
66
|
}
|
|
69
67
|
|
|
70
68
|
.aidev-markdown-preview .toastui-editor-contents table th, .toastui-editor .toastui-editor-contents table th, .toastui-editor-md-preview .toastui-editor-contents table th {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
background-color: #fff;
|
|
70
|
+
color: #4d4f56;
|
|
71
|
+
font-weight: bold;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.aidev-markdown-preview .toastui-editor-contents table tr:nth-of-type(odd), .toastui-editor .toastui-editor-contents table tr:nth-of-type(odd), .toastui-editor-md-preview .toastui-editor-contents table tr:nth-of-type(odd) {
|
|
75
|
+
background-color: #f6f8fa;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.aidev-markdown-preview .toastui-editor-contents table tr:nth-of-type(even), .toastui-editor .toastui-editor-contents table tr:nth-of-type(even), .toastui-editor-md-preview .toastui-editor-contents table tr:nth-of-type(even) {
|
|
79
|
+
background-color: #fff;
|
|
80
|
+
}
|
|
74
81
|
|
|
75
82
|
.aidev-markdown-preview .toastui-editor-contents .markdown-code-copy-wrap, .toastui-editor .toastui-editor-contents .markdown-code-copy-wrap, .toastui-editor-md-preview .toastui-editor-contents .markdown-code-copy-wrap {
|
|
76
83
|
position: relative;
|
|
77
84
|
}
|
|
78
85
|
|
|
79
86
|
.aidev-markdown-preview .toastui-editor-contents .markdown-code-copy-button, .toastui-editor .toastui-editor-contents .markdown-code-copy-button, .toastui-editor-md-preview .toastui-editor-contents .markdown-code-copy-button {
|
|
80
|
-
position:
|
|
81
|
-
top:
|
|
82
|
-
|
|
87
|
+
position: sticky;
|
|
88
|
+
top: -16px;
|
|
89
|
+
float: right;
|
|
90
|
+
margin: -25px -12px 0 0;
|
|
83
91
|
font-size: 14px;
|
|
84
92
|
color: #979ba5;
|
|
85
93
|
cursor: pointer;
|
|
@@ -87,5 +95,5 @@
|
|
|
87
95
|
}
|
|
88
96
|
|
|
89
97
|
.aidev-markdown-preview .toastui-editor-contents .markdown-code-copy-button:hover, .toastui-editor .toastui-editor-contents .markdown-code-copy-button:hover, .toastui-editor-md-preview .toastui-editor-contents .markdown-code-copy-button:hover {
|
|
90
|
-
color: #
|
|
98
|
+
color: #3a84ff;
|
|
91
99
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.router-tab[data-v-
|
|
2
|
+
.router-tab[data-v-i9x5wla3] {
|
|
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-i9x5wla3] {
|
|
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-i9x5wla3] {
|
|
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-0m307x41] {
|
|
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-0m307x41] .bk-pagination-list.is-last {
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
}
|
|
9
|
-
.pagination-loading[data-v-
|
|
9
|
+
.pagination-loading[data-v-0m307x41]::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-0m307x41] {
|
|
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-0m307x41] {
|
|
26
26
|
display: inline;
|
|
27
27
|
font-size: 12px;
|
|
28
28
|
}
|
|
29
|
-
.t-t-table[data-v-
|
|
29
|
+
.t-t-table[data-v-0m307x41] .t-table__th-cell-inner {
|
|
30
30
|
color: #313238;
|
|
31
31
|
}
|
|
32
|
-
.t-t-table[data-v-
|
|
32
|
+
.t-t-table[data-v-0m307x41] 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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] th .t-table__ellipsis {
|
|
57
57
|
width: auto !important;
|
|
58
58
|
}
|
|
59
|
-
.t-t-table[data-v-
|
|
59
|
+
.t-t-table[data-v-0m307x41] .t-loading__gradient.t-icon-loading {
|
|
60
60
|
display: none;
|
|
61
61
|
}
|
|
62
|
-
.t-t-table[data-v-
|
|
62
|
+
.t-t-table[data-v-0m307x41]: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-0m307x41] .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-0m307x41] .t-table--layout-fixed{
|
|
70
70
|
width: 100% !important;
|
|
71
71
|
}
|
|
72
|
-
.t-t-table[data-v-
|
|
72
|
+
.t-t-table[data-v-0m307x41] .bk-exception-description{
|
|
73
73
|
margin-bottom: 0;
|
|
74
74
|
}
|
|
75
|
-
.t-t-table[data-v-
|
|
75
|
+
.t-t-table[data-v-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .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-0m307x41] .t-table__filter-icon.t-is-focus>span{
|
|
106
106
|
color: #3a84ff !important;
|
|
107
107
|
}
|
|
108
108
|
|