@qn-pandora/pandora-component 5.1.2 → 5.1.3
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/README.md +36 -36
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/style.less +167 -167
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +2 -2
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- package/es/components/Drawer/style.less +69 -69
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/style.less +14 -14
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +3 -0
- package/es/components/RadioGroup/style.less +45 -41
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/style.less +50 -50
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/ResizableTitle/index.js +12 -2
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.js +2 -2
- package/es/components/Table/style.less +364 -364
- package/es/components/Table/util.d.ts +1 -0
- package/es/components/Table/util.js +8 -2
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/TopologyChart/style.less +14 -14
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.less +56 -56
- package/es/index.css +6051 -6048
- package/es/index.less +56 -56
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/style.less +167 -167
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +2 -2
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- package/lib/components/Drawer/style.less +69 -69
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/style.less +14 -14
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +3 -0
- package/lib/components/RadioGroup/style.less +45 -41
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/style.less +50 -50
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/ResizableTitle/index.js +12 -2
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.js +2 -2
- package/lib/components/Table/style.less +364 -364
- package/lib/components/Table/util.d.ts +1 -0
- package/lib/components/Table/util.js +8 -2
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/TopologyChart/style.less +14 -14
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/index.css +5730 -5727
- package/lib/index.less +56 -56
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +3 -3
package/es/style/theme.less
CHANGED
|
@@ -1,416 +1,416 @@
|
|
|
1
|
-
@ant-prefix: ant;
|
|
2
|
-
|
|
3
|
-
@root-entry-name: 'default';
|
|
4
|
-
|
|
5
|
-
// classname前后缀变量=========================================================
|
|
6
|
-
@sdk-prefix: pandora-sdk; // 多个使用
|
|
7
|
-
|
|
8
|
-
// 基础颜色变量=========================================================
|
|
9
|
-
// antd覆盖色
|
|
10
|
-
@black: #000000; // phoenix antd
|
|
11
|
-
// pandora色
|
|
12
|
-
@gray-bg-color: #f4f5f7; // pandora-component pandora-visualization phoenix
|
|
13
|
-
|
|
14
|
-
// 基础功能色变量=========================================================
|
|
15
|
-
|
|
16
|
-
// 主题色------------------------
|
|
17
|
-
// antd覆盖色
|
|
18
|
-
@primary-color: #436bff; // pandora-component antd phoenix
|
|
19
|
-
@normal-color: #ffffff; // pandora-component antd 多 phoenix
|
|
20
|
-
// pandora色
|
|
21
|
-
@second-primary-color: #7a869b; // pandora-component 多
|
|
22
|
-
@theme-color: #436bff; // pandora-component 多 phoenix
|
|
23
|
-
@theme-color-005: fade(
|
|
24
|
-
@theme-color,
|
|
25
|
-
5%
|
|
26
|
-
); // pandora-component pandora-visualization phoenix
|
|
27
|
-
@theme-color-008: fade(@theme-color, 8%);
|
|
28
|
-
@theme-color-010: fade(@theme-color, 10%); // pandora-component 多 phoenix
|
|
29
|
-
@theme-color-015: fade(@theme-color, 15%); // pandora-component 多 phoenix
|
|
30
|
-
@theme-color-020: fade(
|
|
31
|
-
@theme-color,
|
|
32
|
-
20%
|
|
33
|
-
); // pandora-component pandora-visualization phoenix
|
|
34
|
-
@theme-color-060: fade(
|
|
35
|
-
@theme-color,
|
|
36
|
-
60%
|
|
37
|
-
); // pandora-component pandora-visualization phoenix
|
|
38
|
-
@theme-color-070: fade(@theme-color, 70%); // pandora-component 多 phoenix
|
|
39
|
-
@theme-color-080: fade(
|
|
40
|
-
@theme-color,
|
|
41
|
-
80%
|
|
42
|
-
); // pandora-component pandora-visualization phoenix
|
|
43
|
-
@theme-color-030: fade(@theme-color, 30%); // 多个
|
|
44
|
-
@theme-color-050: fade(@theme-color, 50%); // 多个
|
|
45
|
-
@theme-color-090: fade(@theme-color, 90%); // 多个
|
|
46
|
-
|
|
47
|
-
// hover时背景颜色
|
|
48
|
-
@hover-bg: #f3f7fd;
|
|
49
|
-
|
|
50
|
-
// 背景阴影色------------------------
|
|
51
|
-
@transparent-bg: transparent; // phoenix
|
|
52
|
-
@background-secondary: @normal-color; // phoenix
|
|
53
|
-
@shadow-bg-color: rgba(0, 0, 0, 0.4); // phoenix
|
|
54
|
-
@shadow-bg-color-light: rgba(51, 51, 51, 0.08); // phoenix
|
|
55
|
-
// 深色主题
|
|
56
|
-
@dark-background-color: #19202b; // 多个
|
|
57
|
-
@dark-item-background-color: #2c2c31; // pandora-visualization
|
|
58
|
-
|
|
59
|
-
// 字体------------------------
|
|
60
|
-
// antd覆盖色
|
|
61
|
-
@text-color: fade(#000, 65%); // 默认字体颜色 // pandora-component antd phoenix
|
|
62
|
-
@font-size-base: 14px; // phoenix antd
|
|
63
|
-
@text-color-secondary: fade(@black, 45%); // phoenix 跟antd一样
|
|
64
|
-
// pandora色
|
|
65
|
-
@font-color-1: #232c3b; // pandora-component 多 phoenix
|
|
66
|
-
@font-color-2: #42526e; // pandora-component pandora-visualization phoenix
|
|
67
|
-
@font-color-3: #7a869a; // pandora-component 多 phoenix
|
|
68
|
-
@font-disable-color: #d9d9d9; // pandora-component 多 phoenix
|
|
69
|
-
@font-disable-color-2: #bfbfbf;
|
|
70
|
-
@font-color-4: #b3bac5; // 多个
|
|
71
|
-
@font-color-5: #8d9199; // phoenix
|
|
72
|
-
@font-color-6: #666;
|
|
73
|
-
@font-color-7: #333;
|
|
74
|
-
@font-color-8: #8c8c8c;
|
|
75
|
-
@font-color-9: #999;
|
|
76
|
-
@font-color-10: #595959;
|
|
77
|
-
@secondary-font-color: #c1c7d0; // phoenix
|
|
78
|
-
@disabled-text-color: #9eaec5; // pandora-visualization pheonix
|
|
79
|
-
@log-font-family: 'Droid Sans Mono', 'Consolas', 'Monaco', 'Courier New',
|
|
80
|
-
Courier, monospace; // pandora-app-component phoenix
|
|
81
|
-
|
|
82
|
-
// 布局------------------------
|
|
83
|
-
// antd覆盖色
|
|
84
|
-
@body-background: @normal-color; // pandora-component antd pandora-app-component phoenix
|
|
85
|
-
@component-background: @normal-color; // pandora-component antd phoenix
|
|
86
|
-
// pandora色
|
|
87
|
-
@content-color: #42526e; // pandora-component pandora-visualization phoenix
|
|
88
|
-
@title-color: rgba(35, 44, 59, 1); // pandora-component phoenix
|
|
89
|
-
@title-dark-color: #c1c7d0; // pandora-app-component!!!!!!!
|
|
90
|
-
@heading-color: #333;
|
|
91
|
-
@off-color: #ebecf0; // phoenix
|
|
92
|
-
|
|
93
|
-
// 提示------------------------
|
|
94
|
-
// antd覆盖色
|
|
95
|
-
@error-color: #f5222d; // pandora-component antd 多 phoenix
|
|
96
|
-
@warning-color: #f0a818; // pandora-component antd phoenix
|
|
97
|
-
@success-color: #20c997; // pandora-component antd pandora-visualization phoenix
|
|
98
|
-
@highlight-color: @warning-color; // phoenix antd
|
|
99
|
-
// pandora色
|
|
100
|
-
@delete-color: #ff6b6b; // pandora-component 多 phoenix
|
|
101
|
-
@delete-color-030: rgba(255, 107, 107, 0.3); // phoenix
|
|
102
|
-
@delete-color-010: rgba(255, 107, 107, 0.1); // pandora-app-component phoenix
|
|
103
|
-
@font-warning-color: #faad14; // phoenix
|
|
104
|
-
|
|
105
|
-
// 边框------------------------
|
|
106
|
-
// antd覆盖色
|
|
107
|
-
@border-color-base: #e5e5e5; // pandora-component antd 多 phoenix
|
|
108
|
-
@border-radius-base: 2px; // antd
|
|
109
|
-
@border-radius-sm: 2px; // antd
|
|
110
|
-
@border-color-split: @border-color-base; // antd
|
|
111
|
-
// pandora色
|
|
112
|
-
@border-color-normal: #e5e5e5;
|
|
113
|
-
@border-color-1: #d9d9d9;
|
|
114
|
-
@border-color-2: #bfbfbf;
|
|
115
|
-
@border-color-3: #e9e9e9;
|
|
116
|
-
@modal-header-border-color: rgba(0, 0, 0, 0.09);
|
|
117
|
-
|
|
118
|
-
// icon------------------------
|
|
119
|
-
// antd覆盖色
|
|
120
|
-
@icon-color: #bfbfbf; // pandora-component antd 多 phoenix
|
|
121
|
-
// pandora色
|
|
122
|
-
@icon-color-2: rgba(
|
|
123
|
-
66,
|
|
124
|
-
82,
|
|
125
|
-
110,
|
|
126
|
-
1
|
|
127
|
-
); // pandora-component pandora-visualization phoenix
|
|
128
|
-
|
|
129
|
-
// z-index------------------------
|
|
130
|
-
// antd覆盖色
|
|
131
|
-
@zindex-modal: 1200; // pandora-app-component phoenix antd
|
|
132
|
-
@zindex-modal-mask: 1200; // antd
|
|
133
|
-
@zindex-popover: 1200; // antd
|
|
134
|
-
@zindex-tooltip: 1300; // antd
|
|
135
|
-
// pandora色
|
|
136
|
-
@zindex-layout-navbar: 1100; // phoenix
|
|
137
|
-
@zindex-layout-sidebar: 1000; // phoenix
|
|
138
|
-
@zindex-toaster: 3000; // app-platform phoenix
|
|
139
|
-
|
|
140
|
-
// 组件色变量=========================================================
|
|
141
|
-
|
|
142
|
-
// Common Button------------------------
|
|
143
|
-
// antd覆盖色
|
|
144
|
-
@btn-primary-color: @normal-color; // antd
|
|
145
|
-
@btn-primary-bg: @theme-color; // antd
|
|
146
|
-
@btn-default-color: rgba(0, 0, 0, 0.65); // antd
|
|
147
|
-
@btn-default-bg: @body-background; // antd
|
|
148
|
-
@btn-disable-color: rgb(238, 238, 238); // antd
|
|
149
|
-
@btn-disable-bg: @theme-color-070; // antd
|
|
150
|
-
// pandora色
|
|
151
|
-
@button-disabled-bg: #eee; // pandora-component pandora-visualization phoenix
|
|
152
|
-
@button-disabled-color: #bfbfbf; // pandora-component pandora-visualization phoenix
|
|
153
|
-
@button-disabled-border-color: #eee; // pandora-component pandora-visualization phoenix
|
|
154
|
-
@button-default-bg: @normal-color; // pandora-component pandora-visualization phoenix
|
|
155
|
-
@button-default-color: rgba(
|
|
156
|
-
0,
|
|
157
|
-
0,
|
|
158
|
-
0,
|
|
159
|
-
0.65
|
|
160
|
-
); // pandora-component pandora-visualization phoenix
|
|
161
|
-
@button-default-border-color: @input-border-color; // pandora-component pandora-visualization phoenix
|
|
162
|
-
@button-default-hover-bg: @table-thead-bg; // pandora-component pandora-visualization phoenix
|
|
163
|
-
@button-default-hover-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
164
|
-
@button-default-hover-border-color: @input-border-color; // pandora-component pandora-visualization phoenix
|
|
165
|
-
@button-primary-bg: @theme-color; // pandora-component pandora-visualization phoenix
|
|
166
|
-
@button-primary-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
167
|
-
@button-primary-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
168
|
-
@button-primary-hover-bg: @theme-color-080; // pandora-component pandora-visualization phoenix
|
|
169
|
-
@button-primary-hover-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
170
|
-
@button-primary-hover-border-color: @theme-color-080; // pandora-component pandora-visualization phoenix
|
|
171
|
-
@button-ghost-bg: transparent; // pandora-component pandora-visualization phoenix
|
|
172
|
-
@button-ghost-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
173
|
-
@button-ghost-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
174
|
-
@button-ghost-hover-bg: @theme-color; // pandora-component pandora-visualization phoenix
|
|
175
|
-
@button-ghost-hover-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
176
|
-
@button-ghost-hover-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
177
|
-
@btn-cancel-color: @theme-color; // pandora-component 多 phoenix
|
|
178
|
-
@btn-cancel-bg: #e9f0fa; // pandora-component 多 phoenix
|
|
179
|
-
|
|
180
|
-
// Input和label------------------------
|
|
181
|
-
// antd覆盖色
|
|
182
|
-
@input-placeholder-color: #bfbfbf; // pandora-component antd 多 phoenix
|
|
183
|
-
@input-border-color: #bfbfbf; // pandora-component antd
|
|
184
|
-
@input-height-base: 32px; // phoenix antd
|
|
185
|
-
@input-height-lg: 40px; // antd
|
|
186
|
-
@input-height-sm: 26px; // antd
|
|
187
|
-
@input-padding-vertical-base: 4px;
|
|
188
|
-
@input-bg: transparent; // 多个 antd
|
|
189
|
-
@input-disabled-bg: #f5f5f5; // antd
|
|
190
|
-
@input-disabled-border-color: #d9d9d9; // pandora-app-component
|
|
191
|
-
@input-color: #333333; // antd
|
|
192
|
-
@input-hover-border-color: @theme-color; // 本文件 antd
|
|
193
|
-
// pandora色
|
|
194
|
-
@input-error-color: fade(@delete-color, 15); // phoenix
|
|
195
|
-
@input-light-bg: #c1c7d0; // pandora-app-component
|
|
196
|
-
@input-dark-bg: rgba(44, 109, 210, 0.1); // pandora-app-component
|
|
197
|
-
@label-dark-bg: rgba(44, 109, 210, 0.3); // pandora-app-component
|
|
198
|
-
|
|
199
|
-
// Select------------------------
|
|
200
|
-
// antd覆盖色
|
|
201
|
-
@select-border-color: @input-border-color; // antd
|
|
202
|
-
// pandora色
|
|
203
|
-
@select-bg: @input-bg; // pandora-component pandora-visualization phoenix
|
|
204
|
-
@select-popover-hover-color: @theme-color-005; // pandora-component pandora-visualization phoenix
|
|
205
|
-
@select-item-selected-bg: @select-popover-hover-color;
|
|
206
|
-
@select-item-active-bg: @select-popover-hover-color;
|
|
207
|
-
@select-dropdown-line-height: 24px;
|
|
208
|
-
@item-hover-bg: @select-popover-hover-color;
|
|
209
|
-
@select-dropdown-edge-child-vertical-padding: 4px;
|
|
210
|
-
@select-selection-bg: #f5f5f5;
|
|
211
|
-
|
|
212
|
-
// Table------------------------
|
|
213
|
-
// antd覆盖色
|
|
214
|
-
// TODO: 暂时写死,后续通过函数计算@theme-color-010得到
|
|
215
|
-
@table-row-hover-bg: @hover-bg;
|
|
216
|
-
@table-selected-row-bg: @theme-color; // antd
|
|
217
|
-
@table-padding-vertical: 14px; // antd
|
|
218
|
-
@table-padding-horizontal: 12px; // antd
|
|
219
|
-
// pandora色
|
|
220
|
-
@table-row-odd-bg: @normal-color; // pandora-component phoenix
|
|
221
|
-
@table-row-even-bg: #fafafa; // pandora-component phoenix
|
|
222
|
-
@table-thead-color: #333; // pandora-component phoenix
|
|
223
|
-
@table-thead-bg: #fafafa; // pandora-component
|
|
224
|
-
@table-link-color: @theme-color; // pandora-component phoenix
|
|
225
|
-
@table-border-color: rgba(235, 236, 240, 1); // phoenix
|
|
226
|
-
@table-search-icon-color: #bfbfbf; // phoenix
|
|
227
|
-
@table-sorter-icon-color: #bfbfbf; // phoenix
|
|
228
|
-
|
|
229
|
-
// Tabs------------------------
|
|
230
|
-
@tabs-ink-bar-color: @theme-color;
|
|
231
|
-
@tabs-highlight-color: @theme-color;
|
|
232
|
-
@tabs-hover-color: @theme-color;
|
|
233
|
-
@tabs-active-color: @theme-color;
|
|
234
|
-
|
|
235
|
-
// Tag------------------------
|
|
236
|
-
// antd覆盖色
|
|
237
|
-
// pandora色
|
|
238
|
-
@tag-green: @success-color; // pandora-component phoenix
|
|
239
|
-
@tag-primary: @theme-color; // pandora-component phoenix
|
|
240
|
-
@tag-yellow: @warning-color; // pandora-component phoenix
|
|
241
|
-
@tag-blue: #03a9f4; // pandora-component phoenix
|
|
242
|
-
@tag-grey: #ebecf0; // pandora-component phoenix
|
|
243
|
-
@tag-bg-primary-color: @success-color; // phoenix
|
|
244
|
-
|
|
245
|
-
//移动端绝对时间选择组件------------------------
|
|
246
|
-
// antd覆盖色
|
|
247
|
-
// pandora色
|
|
248
|
-
@time-absolute-sub-title: rgba(235, 236, 240, 1); // pandora-component
|
|
249
|
-
@time-absolute-am-picker-col-indicator: rgba(
|
|
250
|
-
235,
|
|
251
|
-
236,
|
|
252
|
-
240,
|
|
253
|
-
0.5
|
|
254
|
-
); // pandora-component
|
|
255
|
-
@time-absolute-picker-title-div: #939393; // pandora-component
|
|
256
|
-
|
|
257
|
-
// sidebar------------------------
|
|
258
|
-
@layout-sidebar-width: 240px; // phoenix
|
|
259
|
-
@layout-sidebar-collapsed-width: 0px; // phoenix
|
|
260
|
-
@layout-navbar-height: 52px; // phoenix
|
|
261
|
-
@layout-navbar-sub-height: 56px; // phoenix
|
|
262
|
-
// 深色主题
|
|
263
|
-
@side-bar-active-color: #6ac73c; // pandora-visualization
|
|
264
|
-
|
|
265
|
-
// Tooltip------------------------
|
|
266
|
-
// antd覆盖色
|
|
267
|
-
@tooltip-bg: fade(@font-color-1, 80); // antd
|
|
268
|
-
@tooltip-color: @normal-color; // 跟antd一样
|
|
269
|
-
@tooltip-arrow-color: @tooltip-bg; // antd
|
|
270
|
-
// pandora色
|
|
271
|
-
@tooltip-shadow-color-1: rgba(35, 44, 59, 0.2); // phoenix
|
|
272
|
-
|
|
273
|
-
// toaster // pheonix app-platform均有一份toaster组件,其实都差不多的------------------------
|
|
274
|
-
// antd覆盖色
|
|
275
|
-
// pandora色
|
|
276
|
-
@toaster-error-bg: rgba(250, 100, 100, 0.8);
|
|
277
|
-
@toaster-success-bg: rgba(32, 201, 151, 0.8);
|
|
278
|
-
@toaster-warning-bg: rgba(252, 196, 25, 0.8);
|
|
279
|
-
@toaster-info-bg: @theme-color-080;
|
|
280
|
-
@toaster-error-shadow: rgba(255, 107, 107, 0.3);
|
|
281
|
-
@toaster-success-shadow: rgba(32, 201, 151, 0.3);
|
|
282
|
-
@toaster-warning-shadow: rgba(252, 196, 25, 0.3);
|
|
283
|
-
@toaster-info-shadow: rgba(44, 109, 210, 0.3);
|
|
284
|
-
|
|
285
|
-
// tree------------------------
|
|
286
|
-
// antd覆盖色
|
|
287
|
-
@tree-title-height: 24px; // antd
|
|
288
|
-
@tree-child-padding: 8px; // antd
|
|
289
|
-
@tree-node-hover-bg: @theme-color-005; // pheonix antd
|
|
290
|
-
@tree-node-selected-bg: @theme-color-005; // pheonix antd
|
|
291
|
-
// pandora色
|
|
292
|
-
@tree-node-hover-color: @theme-color; // pheonix
|
|
293
|
-
@tree-node-selected-color: @theme-color; // pheonix
|
|
294
|
-
|
|
295
|
-
// pagination------------------------
|
|
296
|
-
// antd覆盖色
|
|
297
|
-
@pagination-item-size: 32px; // 跟antd一样
|
|
298
|
-
// pandora色
|
|
299
|
-
@pagination-item-text-color: @font-color-6;
|
|
300
|
-
@pagination-item-border-color: @border-color-1;
|
|
301
|
-
|
|
302
|
-
// form------------------------
|
|
303
|
-
// antd覆盖色
|
|
304
|
-
@form-item-margin-bottom: 20px; // antd
|
|
305
|
-
// pandora色
|
|
306
|
-
|
|
307
|
-
// outline------------------------
|
|
308
|
-
// antd覆盖色
|
|
309
|
-
@outline-color: @input-hover-border-color; // antd
|
|
310
|
-
// pandora色
|
|
311
|
-
|
|
312
|
-
// Slider // antd------------------------
|
|
313
|
-
// antd覆盖色
|
|
314
|
-
@slider-rail-background-color: @input-bg; // antd
|
|
315
|
-
@slider-rail-background-color-hover: @input-bg; // antd
|
|
316
|
-
@slider-track-background-color: @theme-color-090; // antd
|
|
317
|
-
@slider-track-background-color-hover: @theme-color;
|
|
318
|
-
@slider-handle-color: @theme-color-090;
|
|
319
|
-
@slider-handle-color-hover: @theme-color;
|
|
320
|
-
@slider-handle-color-focus: @theme-color;
|
|
321
|
-
@slider-handle-color-focus-shadow: @theme-color-008;
|
|
322
|
-
@slider-handle-color-tooltip-open: @theme-color;
|
|
323
|
-
// pandora色
|
|
324
|
-
|
|
325
|
-
// Card------------------------
|
|
326
|
-
@card-padding-base: 20px;
|
|
327
|
-
@card-radius: 2px;
|
|
328
|
-
|
|
329
|
-
// Checkbox-------------------------------------------
|
|
330
|
-
// antd覆盖色
|
|
331
|
-
@checkbox-color: @theme-color; // antd
|
|
332
|
-
@checkbox-check-color: #fff; // antd
|
|
333
|
-
// pandora色
|
|
334
|
-
|
|
335
|
-
// Breadcrumb-------------------------------------------
|
|
336
|
-
// antd覆盖色
|
|
337
|
-
@breadcrumb-font-size: 16px;
|
|
338
|
-
@breadcrumb-icon-font-size: @breadcrumb-font-size;
|
|
339
|
-
@breadcrumb-base-color: #999999; // antd
|
|
340
|
-
@breadcrumb-last-item-color: rgba(0, 0, 0, 0.85); // antd
|
|
341
|
-
@breadcrumb-link-color: @breadcrumb-base-color; // antd
|
|
342
|
-
@breadcrumb-link-color-hover: @breadcrumb-base-color; // antd
|
|
343
|
-
// pandora色
|
|
344
|
-
|
|
345
|
-
// LINK-------------------------------------------
|
|
346
|
-
// antd覆盖色
|
|
347
|
-
@link-color: @primary-color; // antd
|
|
348
|
-
@link-hover-color: @theme-color; // antd
|
|
349
|
-
@link-active-color: @theme-color; // phoenix antd
|
|
350
|
-
@link-decoration: none; // antd
|
|
351
|
-
@link-hover-decoration: none; // antd
|
|
352
|
-
// pandora色
|
|
353
|
-
|
|
354
|
-
// Menu-------------------------------------------
|
|
355
|
-
// antd覆盖色
|
|
356
|
-
@menu-inline-toplevel-item-height: 32px; // antd
|
|
357
|
-
@menu-item-height: 32px; // antd
|
|
358
|
-
@menu-collapsed-width: 100px; // antd
|
|
359
|
-
@menu-bg: @component-background; // antd
|
|
360
|
-
@menu-item-color: @font-color-3; // antd
|
|
361
|
-
@menu-highlight-color: @theme-color; // antd
|
|
362
|
-
@menu-item-active-bg: rgba(255, 255, 255, 0.1); // antd
|
|
363
|
-
@menu-item-group-title-color: @icon-color; // antd
|
|
364
|
-
@menu-item-hover-bg: #ccd3d9; // phoenix
|
|
365
|
-
// pandora色
|
|
366
|
-
@menu-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
367
|
-
// dark theme
|
|
368
|
-
@menu-dark-color: @normal-color; // antd
|
|
369
|
-
@menu-dark-bg: @theme-color; // phoenix antd
|
|
370
|
-
@menu-dark-arrow-color: @normal-color; // antd
|
|
371
|
-
@menu-dark-submenu-bg: #2967c7; // antd
|
|
372
|
-
@menu-dark-highlight-color: @normal-color; // antd
|
|
373
|
-
@menu-dark-item-active-bg: rgba(255, 255, 255, 0.1); // phoenix antd
|
|
374
|
-
|
|
375
|
-
@icon-hover-color: rgba(19, 107, 255, 0.1);
|
|
376
|
-
|
|
377
|
-
// radio--------------
|
|
378
|
-
// antd覆盖色
|
|
379
|
-
@radio-dot-color: @theme-color;
|
|
380
|
-
@radio-button-color: @heading-color;
|
|
381
|
-
@radio-button-active-color: @theme-color;
|
|
382
|
-
@radio-button-hover-color: @theme-color;
|
|
383
|
-
|
|
384
|
-
@editor-nav-background-color: #f5f5f5;
|
|
385
|
-
@editor_nav_border_color: #d8d8d8;
|
|
386
|
-
@editor_nav_line_color: #fcce72;
|
|
387
|
-
@image-operator-hover-bg: rgba(51, 51, 51, 0.7);
|
|
388
|
-
@agent-agent-message-background-color: #f7f7f8; // 用户框背景色
|
|
389
|
-
@agent-user-avatar-color: #e6902d; // 机器人用户头像颜色;
|
|
390
|
-
@agent-no-data-background-color: #e0edf8; // close icon hover 颜色
|
|
391
|
-
@agent-session-title-color: @font-color-10;
|
|
392
|
-
@close-icon-hover-color: #f4f5f6;
|
|
393
|
-
|
|
394
|
-
@scroll-bar-color: #c9cdd4;
|
|
395
|
-
@scroll-bar-hover-color: #86909c;
|
|
396
|
-
|
|
397
|
-
@agent-scene-icon-color: #c9cdd4;
|
|
398
|
-
@agent-markdown-header-background-color: rgb(52, 53, 65);
|
|
399
|
-
@agent-box-shadow-color: rgba(53, 53, 53, 0.07);
|
|
400
|
-
@agent-cursor-color: #282828;
|
|
401
|
-
@agent-spl-background-color: #edeff2;
|
|
402
|
-
@agent-example-desc-color: @font-color-10;
|
|
403
|
-
@agent-input-border-color: #e9e9e9;
|
|
404
|
-
@agent-border-color: #e8e8e8;
|
|
405
|
-
@agent-scene-name-color: #86909c;
|
|
406
|
-
@background-color-fa: #fafafa;
|
|
407
|
-
@background-color-f5: #f5f5f5;
|
|
408
|
-
@background-color-f2: #f2f2f2;
|
|
409
|
-
@background-color-f4: #f4f5f6;
|
|
410
|
-
@background-linear-color: rgba(244, 245, 246, 0);
|
|
411
|
-
@background-color-e2: #e2e4e6;
|
|
412
|
-
@color-error-bg: #fff2f0;
|
|
413
|
-
@color-error: #fd4345;
|
|
414
|
-
@agent-scene-background-color: rgba(0, 0, 0, 0.06);
|
|
415
|
-
@agent-context-color: #fa8c16;
|
|
416
|
-
@agent-context-bg: #fff7e6;
|
|
1
|
+
@ant-prefix: ant;
|
|
2
|
+
|
|
3
|
+
@root-entry-name: 'default';
|
|
4
|
+
|
|
5
|
+
// classname前后缀变量=========================================================
|
|
6
|
+
@sdk-prefix: pandora-sdk; // 多个使用
|
|
7
|
+
|
|
8
|
+
// 基础颜色变量=========================================================
|
|
9
|
+
// antd覆盖色
|
|
10
|
+
@black: #000000; // phoenix antd
|
|
11
|
+
// pandora色
|
|
12
|
+
@gray-bg-color: #f4f5f7; // pandora-component pandora-visualization phoenix
|
|
13
|
+
|
|
14
|
+
// 基础功能色变量=========================================================
|
|
15
|
+
|
|
16
|
+
// 主题色------------------------
|
|
17
|
+
// antd覆盖色
|
|
18
|
+
@primary-color: #436bff; // pandora-component antd phoenix
|
|
19
|
+
@normal-color: #ffffff; // pandora-component antd 多 phoenix
|
|
20
|
+
// pandora色
|
|
21
|
+
@second-primary-color: #7a869b; // pandora-component 多
|
|
22
|
+
@theme-color: #436bff; // pandora-component 多 phoenix
|
|
23
|
+
@theme-color-005: fade(
|
|
24
|
+
@theme-color,
|
|
25
|
+
5%
|
|
26
|
+
); // pandora-component pandora-visualization phoenix
|
|
27
|
+
@theme-color-008: fade(@theme-color, 8%);
|
|
28
|
+
@theme-color-010: fade(@theme-color, 10%); // pandora-component 多 phoenix
|
|
29
|
+
@theme-color-015: fade(@theme-color, 15%); // pandora-component 多 phoenix
|
|
30
|
+
@theme-color-020: fade(
|
|
31
|
+
@theme-color,
|
|
32
|
+
20%
|
|
33
|
+
); // pandora-component pandora-visualization phoenix
|
|
34
|
+
@theme-color-060: fade(
|
|
35
|
+
@theme-color,
|
|
36
|
+
60%
|
|
37
|
+
); // pandora-component pandora-visualization phoenix
|
|
38
|
+
@theme-color-070: fade(@theme-color, 70%); // pandora-component 多 phoenix
|
|
39
|
+
@theme-color-080: fade(
|
|
40
|
+
@theme-color,
|
|
41
|
+
80%
|
|
42
|
+
); // pandora-component pandora-visualization phoenix
|
|
43
|
+
@theme-color-030: fade(@theme-color, 30%); // 多个
|
|
44
|
+
@theme-color-050: fade(@theme-color, 50%); // 多个
|
|
45
|
+
@theme-color-090: fade(@theme-color, 90%); // 多个
|
|
46
|
+
|
|
47
|
+
// hover时背景颜色
|
|
48
|
+
@hover-bg: #f3f7fd;
|
|
49
|
+
|
|
50
|
+
// 背景阴影色------------------------
|
|
51
|
+
@transparent-bg: transparent; // phoenix
|
|
52
|
+
@background-secondary: @normal-color; // phoenix
|
|
53
|
+
@shadow-bg-color: rgba(0, 0, 0, 0.4); // phoenix
|
|
54
|
+
@shadow-bg-color-light: rgba(51, 51, 51, 0.08); // phoenix
|
|
55
|
+
// 深色主题
|
|
56
|
+
@dark-background-color: #19202b; // 多个
|
|
57
|
+
@dark-item-background-color: #2c2c31; // pandora-visualization
|
|
58
|
+
|
|
59
|
+
// 字体------------------------
|
|
60
|
+
// antd覆盖色
|
|
61
|
+
@text-color: fade(#000, 65%); // 默认字体颜色 // pandora-component antd phoenix
|
|
62
|
+
@font-size-base: 14px; // phoenix antd
|
|
63
|
+
@text-color-secondary: fade(@black, 45%); // phoenix 跟antd一样
|
|
64
|
+
// pandora色
|
|
65
|
+
@font-color-1: #232c3b; // pandora-component 多 phoenix
|
|
66
|
+
@font-color-2: #42526e; // pandora-component pandora-visualization phoenix
|
|
67
|
+
@font-color-3: #7a869a; // pandora-component 多 phoenix
|
|
68
|
+
@font-disable-color: #d9d9d9; // pandora-component 多 phoenix
|
|
69
|
+
@font-disable-color-2: #bfbfbf;
|
|
70
|
+
@font-color-4: #b3bac5; // 多个
|
|
71
|
+
@font-color-5: #8d9199; // phoenix
|
|
72
|
+
@font-color-6: #666;
|
|
73
|
+
@font-color-7: #333;
|
|
74
|
+
@font-color-8: #8c8c8c;
|
|
75
|
+
@font-color-9: #999;
|
|
76
|
+
@font-color-10: #595959;
|
|
77
|
+
@secondary-font-color: #c1c7d0; // phoenix
|
|
78
|
+
@disabled-text-color: #9eaec5; // pandora-visualization pheonix
|
|
79
|
+
@log-font-family: 'Droid Sans Mono', 'Consolas', 'Monaco', 'Courier New',
|
|
80
|
+
Courier, monospace; // pandora-app-component phoenix
|
|
81
|
+
|
|
82
|
+
// 布局------------------------
|
|
83
|
+
// antd覆盖色
|
|
84
|
+
@body-background: @normal-color; // pandora-component antd pandora-app-component phoenix
|
|
85
|
+
@component-background: @normal-color; // pandora-component antd phoenix
|
|
86
|
+
// pandora色
|
|
87
|
+
@content-color: #42526e; // pandora-component pandora-visualization phoenix
|
|
88
|
+
@title-color: rgba(35, 44, 59, 1); // pandora-component phoenix
|
|
89
|
+
@title-dark-color: #c1c7d0; // pandora-app-component!!!!!!!
|
|
90
|
+
@heading-color: #333;
|
|
91
|
+
@off-color: #ebecf0; // phoenix
|
|
92
|
+
|
|
93
|
+
// 提示------------------------
|
|
94
|
+
// antd覆盖色
|
|
95
|
+
@error-color: #f5222d; // pandora-component antd 多 phoenix
|
|
96
|
+
@warning-color: #f0a818; // pandora-component antd phoenix
|
|
97
|
+
@success-color: #20c997; // pandora-component antd pandora-visualization phoenix
|
|
98
|
+
@highlight-color: @warning-color; // phoenix antd
|
|
99
|
+
// pandora色
|
|
100
|
+
@delete-color: #ff6b6b; // pandora-component 多 phoenix
|
|
101
|
+
@delete-color-030: rgba(255, 107, 107, 0.3); // phoenix
|
|
102
|
+
@delete-color-010: rgba(255, 107, 107, 0.1); // pandora-app-component phoenix
|
|
103
|
+
@font-warning-color: #faad14; // phoenix
|
|
104
|
+
|
|
105
|
+
// 边框------------------------
|
|
106
|
+
// antd覆盖色
|
|
107
|
+
@border-color-base: #e5e5e5; // pandora-component antd 多 phoenix
|
|
108
|
+
@border-radius-base: 2px; // antd
|
|
109
|
+
@border-radius-sm: 2px; // antd
|
|
110
|
+
@border-color-split: @border-color-base; // antd
|
|
111
|
+
// pandora色
|
|
112
|
+
@border-color-normal: #e5e5e5;
|
|
113
|
+
@border-color-1: #d9d9d9;
|
|
114
|
+
@border-color-2: #bfbfbf;
|
|
115
|
+
@border-color-3: #e9e9e9;
|
|
116
|
+
@modal-header-border-color: rgba(0, 0, 0, 0.09);
|
|
117
|
+
|
|
118
|
+
// icon------------------------
|
|
119
|
+
// antd覆盖色
|
|
120
|
+
@icon-color: #bfbfbf; // pandora-component antd 多 phoenix
|
|
121
|
+
// pandora色
|
|
122
|
+
@icon-color-2: rgba(
|
|
123
|
+
66,
|
|
124
|
+
82,
|
|
125
|
+
110,
|
|
126
|
+
1
|
|
127
|
+
); // pandora-component pandora-visualization phoenix
|
|
128
|
+
|
|
129
|
+
// z-index------------------------
|
|
130
|
+
// antd覆盖色
|
|
131
|
+
@zindex-modal: 1200; // pandora-app-component phoenix antd
|
|
132
|
+
@zindex-modal-mask: 1200; // antd
|
|
133
|
+
@zindex-popover: 1200; // antd
|
|
134
|
+
@zindex-tooltip: 1300; // antd
|
|
135
|
+
// pandora色
|
|
136
|
+
@zindex-layout-navbar: 1100; // phoenix
|
|
137
|
+
@zindex-layout-sidebar: 1000; // phoenix
|
|
138
|
+
@zindex-toaster: 3000; // app-platform phoenix
|
|
139
|
+
|
|
140
|
+
// 组件色变量=========================================================
|
|
141
|
+
|
|
142
|
+
// Common Button------------------------
|
|
143
|
+
// antd覆盖色
|
|
144
|
+
@btn-primary-color: @normal-color; // antd
|
|
145
|
+
@btn-primary-bg: @theme-color; // antd
|
|
146
|
+
@btn-default-color: rgba(0, 0, 0, 0.65); // antd
|
|
147
|
+
@btn-default-bg: @body-background; // antd
|
|
148
|
+
@btn-disable-color: rgb(238, 238, 238); // antd
|
|
149
|
+
@btn-disable-bg: @theme-color-070; // antd
|
|
150
|
+
// pandora色
|
|
151
|
+
@button-disabled-bg: #eee; // pandora-component pandora-visualization phoenix
|
|
152
|
+
@button-disabled-color: #bfbfbf; // pandora-component pandora-visualization phoenix
|
|
153
|
+
@button-disabled-border-color: #eee; // pandora-component pandora-visualization phoenix
|
|
154
|
+
@button-default-bg: @normal-color; // pandora-component pandora-visualization phoenix
|
|
155
|
+
@button-default-color: rgba(
|
|
156
|
+
0,
|
|
157
|
+
0,
|
|
158
|
+
0,
|
|
159
|
+
0.65
|
|
160
|
+
); // pandora-component pandora-visualization phoenix
|
|
161
|
+
@button-default-border-color: @input-border-color; // pandora-component pandora-visualization phoenix
|
|
162
|
+
@button-default-hover-bg: @table-thead-bg; // pandora-component pandora-visualization phoenix
|
|
163
|
+
@button-default-hover-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
164
|
+
@button-default-hover-border-color: @input-border-color; // pandora-component pandora-visualization phoenix
|
|
165
|
+
@button-primary-bg: @theme-color; // pandora-component pandora-visualization phoenix
|
|
166
|
+
@button-primary-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
167
|
+
@button-primary-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
168
|
+
@button-primary-hover-bg: @theme-color-080; // pandora-component pandora-visualization phoenix
|
|
169
|
+
@button-primary-hover-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
170
|
+
@button-primary-hover-border-color: @theme-color-080; // pandora-component pandora-visualization phoenix
|
|
171
|
+
@button-ghost-bg: transparent; // pandora-component pandora-visualization phoenix
|
|
172
|
+
@button-ghost-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
173
|
+
@button-ghost-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
174
|
+
@button-ghost-hover-bg: @theme-color; // pandora-component pandora-visualization phoenix
|
|
175
|
+
@button-ghost-hover-color: @normal-color; // pandora-component pandora-visualization phoenix
|
|
176
|
+
@button-ghost-hover-border-color: @theme-color; // pandora-component pandora-visualization phoenix
|
|
177
|
+
@btn-cancel-color: @theme-color; // pandora-component 多 phoenix
|
|
178
|
+
@btn-cancel-bg: #e9f0fa; // pandora-component 多 phoenix
|
|
179
|
+
|
|
180
|
+
// Input和label------------------------
|
|
181
|
+
// antd覆盖色
|
|
182
|
+
@input-placeholder-color: #bfbfbf; // pandora-component antd 多 phoenix
|
|
183
|
+
@input-border-color: #bfbfbf; // pandora-component antd
|
|
184
|
+
@input-height-base: 32px; // phoenix antd
|
|
185
|
+
@input-height-lg: 40px; // antd
|
|
186
|
+
@input-height-sm: 26px; // antd
|
|
187
|
+
@input-padding-vertical-base: 4px;
|
|
188
|
+
@input-bg: transparent; // 多个 antd
|
|
189
|
+
@input-disabled-bg: #f5f5f5; // antd
|
|
190
|
+
@input-disabled-border-color: #d9d9d9; // pandora-app-component
|
|
191
|
+
@input-color: #333333; // antd
|
|
192
|
+
@input-hover-border-color: @theme-color; // 本文件 antd
|
|
193
|
+
// pandora色
|
|
194
|
+
@input-error-color: fade(@delete-color, 15); // phoenix
|
|
195
|
+
@input-light-bg: #c1c7d0; // pandora-app-component
|
|
196
|
+
@input-dark-bg: rgba(44, 109, 210, 0.1); // pandora-app-component
|
|
197
|
+
@label-dark-bg: rgba(44, 109, 210, 0.3); // pandora-app-component
|
|
198
|
+
|
|
199
|
+
// Select------------------------
|
|
200
|
+
// antd覆盖色
|
|
201
|
+
@select-border-color: @input-border-color; // antd
|
|
202
|
+
// pandora色
|
|
203
|
+
@select-bg: @input-bg; // pandora-component pandora-visualization phoenix
|
|
204
|
+
@select-popover-hover-color: @theme-color-005; // pandora-component pandora-visualization phoenix
|
|
205
|
+
@select-item-selected-bg: @select-popover-hover-color;
|
|
206
|
+
@select-item-active-bg: @select-popover-hover-color;
|
|
207
|
+
@select-dropdown-line-height: 24px;
|
|
208
|
+
@item-hover-bg: @select-popover-hover-color;
|
|
209
|
+
@select-dropdown-edge-child-vertical-padding: 4px;
|
|
210
|
+
@select-selection-bg: #f5f5f5;
|
|
211
|
+
|
|
212
|
+
// Table------------------------
|
|
213
|
+
// antd覆盖色
|
|
214
|
+
// TODO: 暂时写死,后续通过函数计算@theme-color-010得到
|
|
215
|
+
@table-row-hover-bg: @hover-bg;
|
|
216
|
+
@table-selected-row-bg: @theme-color; // antd
|
|
217
|
+
@table-padding-vertical: 14px; // antd
|
|
218
|
+
@table-padding-horizontal: 12px; // antd
|
|
219
|
+
// pandora色
|
|
220
|
+
@table-row-odd-bg: @normal-color; // pandora-component phoenix
|
|
221
|
+
@table-row-even-bg: #fafafa; // pandora-component phoenix
|
|
222
|
+
@table-thead-color: #333; // pandora-component phoenix
|
|
223
|
+
@table-thead-bg: #fafafa; // pandora-component
|
|
224
|
+
@table-link-color: @theme-color; // pandora-component phoenix
|
|
225
|
+
@table-border-color: rgba(235, 236, 240, 1); // phoenix
|
|
226
|
+
@table-search-icon-color: #bfbfbf; // phoenix
|
|
227
|
+
@table-sorter-icon-color: #bfbfbf; // phoenix
|
|
228
|
+
|
|
229
|
+
// Tabs------------------------
|
|
230
|
+
@tabs-ink-bar-color: @theme-color;
|
|
231
|
+
@tabs-highlight-color: @theme-color;
|
|
232
|
+
@tabs-hover-color: @theme-color;
|
|
233
|
+
@tabs-active-color: @theme-color;
|
|
234
|
+
|
|
235
|
+
// Tag------------------------
|
|
236
|
+
// antd覆盖色
|
|
237
|
+
// pandora色
|
|
238
|
+
@tag-green: @success-color; // pandora-component phoenix
|
|
239
|
+
@tag-primary: @theme-color; // pandora-component phoenix
|
|
240
|
+
@tag-yellow: @warning-color; // pandora-component phoenix
|
|
241
|
+
@tag-blue: #03a9f4; // pandora-component phoenix
|
|
242
|
+
@tag-grey: #ebecf0; // pandora-component phoenix
|
|
243
|
+
@tag-bg-primary-color: @success-color; // phoenix
|
|
244
|
+
|
|
245
|
+
//移动端绝对时间选择组件------------------------
|
|
246
|
+
// antd覆盖色
|
|
247
|
+
// pandora色
|
|
248
|
+
@time-absolute-sub-title: rgba(235, 236, 240, 1); // pandora-component
|
|
249
|
+
@time-absolute-am-picker-col-indicator: rgba(
|
|
250
|
+
235,
|
|
251
|
+
236,
|
|
252
|
+
240,
|
|
253
|
+
0.5
|
|
254
|
+
); // pandora-component
|
|
255
|
+
@time-absolute-picker-title-div: #939393; // pandora-component
|
|
256
|
+
|
|
257
|
+
// sidebar------------------------
|
|
258
|
+
@layout-sidebar-width: 240px; // phoenix
|
|
259
|
+
@layout-sidebar-collapsed-width: 0px; // phoenix
|
|
260
|
+
@layout-navbar-height: 52px; // phoenix
|
|
261
|
+
@layout-navbar-sub-height: 56px; // phoenix
|
|
262
|
+
// 深色主题
|
|
263
|
+
@side-bar-active-color: #6ac73c; // pandora-visualization
|
|
264
|
+
|
|
265
|
+
// Tooltip------------------------
|
|
266
|
+
// antd覆盖色
|
|
267
|
+
@tooltip-bg: fade(@font-color-1, 80); // antd
|
|
268
|
+
@tooltip-color: @normal-color; // 跟antd一样
|
|
269
|
+
@tooltip-arrow-color: @tooltip-bg; // antd
|
|
270
|
+
// pandora色
|
|
271
|
+
@tooltip-shadow-color-1: rgba(35, 44, 59, 0.2); // phoenix
|
|
272
|
+
|
|
273
|
+
// toaster // pheonix app-platform均有一份toaster组件,其实都差不多的------------------------
|
|
274
|
+
// antd覆盖色
|
|
275
|
+
// pandora色
|
|
276
|
+
@toaster-error-bg: rgba(250, 100, 100, 0.8);
|
|
277
|
+
@toaster-success-bg: rgba(32, 201, 151, 0.8);
|
|
278
|
+
@toaster-warning-bg: rgba(252, 196, 25, 0.8);
|
|
279
|
+
@toaster-info-bg: @theme-color-080;
|
|
280
|
+
@toaster-error-shadow: rgba(255, 107, 107, 0.3);
|
|
281
|
+
@toaster-success-shadow: rgba(32, 201, 151, 0.3);
|
|
282
|
+
@toaster-warning-shadow: rgba(252, 196, 25, 0.3);
|
|
283
|
+
@toaster-info-shadow: rgba(44, 109, 210, 0.3);
|
|
284
|
+
|
|
285
|
+
// tree------------------------
|
|
286
|
+
// antd覆盖色
|
|
287
|
+
@tree-title-height: 24px; // antd
|
|
288
|
+
@tree-child-padding: 8px; // antd
|
|
289
|
+
@tree-node-hover-bg: @theme-color-005; // pheonix antd
|
|
290
|
+
@tree-node-selected-bg: @theme-color-005; // pheonix antd
|
|
291
|
+
// pandora色
|
|
292
|
+
@tree-node-hover-color: @theme-color; // pheonix
|
|
293
|
+
@tree-node-selected-color: @theme-color; // pheonix
|
|
294
|
+
|
|
295
|
+
// pagination------------------------
|
|
296
|
+
// antd覆盖色
|
|
297
|
+
@pagination-item-size: 32px; // 跟antd一样
|
|
298
|
+
// pandora色
|
|
299
|
+
@pagination-item-text-color: @font-color-6;
|
|
300
|
+
@pagination-item-border-color: @border-color-1;
|
|
301
|
+
|
|
302
|
+
// form------------------------
|
|
303
|
+
// antd覆盖色
|
|
304
|
+
@form-item-margin-bottom: 20px; // antd
|
|
305
|
+
// pandora色
|
|
306
|
+
|
|
307
|
+
// outline------------------------
|
|
308
|
+
// antd覆盖色
|
|
309
|
+
@outline-color: @input-hover-border-color; // antd
|
|
310
|
+
// pandora色
|
|
311
|
+
|
|
312
|
+
// Slider // antd------------------------
|
|
313
|
+
// antd覆盖色
|
|
314
|
+
@slider-rail-background-color: @input-bg; // antd
|
|
315
|
+
@slider-rail-background-color-hover: @input-bg; // antd
|
|
316
|
+
@slider-track-background-color: @theme-color-090; // antd
|
|
317
|
+
@slider-track-background-color-hover: @theme-color;
|
|
318
|
+
@slider-handle-color: @theme-color-090;
|
|
319
|
+
@slider-handle-color-hover: @theme-color;
|
|
320
|
+
@slider-handle-color-focus: @theme-color;
|
|
321
|
+
@slider-handle-color-focus-shadow: @theme-color-008;
|
|
322
|
+
@slider-handle-color-tooltip-open: @theme-color;
|
|
323
|
+
// pandora色
|
|
324
|
+
|
|
325
|
+
// Card------------------------
|
|
326
|
+
@card-padding-base: 20px;
|
|
327
|
+
@card-radius: 2px;
|
|
328
|
+
|
|
329
|
+
// Checkbox-------------------------------------------
|
|
330
|
+
// antd覆盖色
|
|
331
|
+
@checkbox-color: @theme-color; // antd
|
|
332
|
+
@checkbox-check-color: #fff; // antd
|
|
333
|
+
// pandora色
|
|
334
|
+
|
|
335
|
+
// Breadcrumb-------------------------------------------
|
|
336
|
+
// antd覆盖色
|
|
337
|
+
@breadcrumb-font-size: 16px;
|
|
338
|
+
@breadcrumb-icon-font-size: @breadcrumb-font-size;
|
|
339
|
+
@breadcrumb-base-color: #999999; // antd
|
|
340
|
+
@breadcrumb-last-item-color: rgba(0, 0, 0, 0.85); // antd
|
|
341
|
+
@breadcrumb-link-color: @breadcrumb-base-color; // antd
|
|
342
|
+
@breadcrumb-link-color-hover: @breadcrumb-base-color; // antd
|
|
343
|
+
// pandora色
|
|
344
|
+
|
|
345
|
+
// LINK-------------------------------------------
|
|
346
|
+
// antd覆盖色
|
|
347
|
+
@link-color: @primary-color; // antd
|
|
348
|
+
@link-hover-color: @theme-color; // antd
|
|
349
|
+
@link-active-color: @theme-color; // phoenix antd
|
|
350
|
+
@link-decoration: none; // antd
|
|
351
|
+
@link-hover-decoration: none; // antd
|
|
352
|
+
// pandora色
|
|
353
|
+
|
|
354
|
+
// Menu-------------------------------------------
|
|
355
|
+
// antd覆盖色
|
|
356
|
+
@menu-inline-toplevel-item-height: 32px; // antd
|
|
357
|
+
@menu-item-height: 32px; // antd
|
|
358
|
+
@menu-collapsed-width: 100px; // antd
|
|
359
|
+
@menu-bg: @component-background; // antd
|
|
360
|
+
@menu-item-color: @font-color-3; // antd
|
|
361
|
+
@menu-highlight-color: @theme-color; // antd
|
|
362
|
+
@menu-item-active-bg: rgba(255, 255, 255, 0.1); // antd
|
|
363
|
+
@menu-item-group-title-color: @icon-color; // antd
|
|
364
|
+
@menu-item-hover-bg: #ccd3d9; // phoenix
|
|
365
|
+
// pandora色
|
|
366
|
+
@menu-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
367
|
+
// dark theme
|
|
368
|
+
@menu-dark-color: @normal-color; // antd
|
|
369
|
+
@menu-dark-bg: @theme-color; // phoenix antd
|
|
370
|
+
@menu-dark-arrow-color: @normal-color; // antd
|
|
371
|
+
@menu-dark-submenu-bg: #2967c7; // antd
|
|
372
|
+
@menu-dark-highlight-color: @normal-color; // antd
|
|
373
|
+
@menu-dark-item-active-bg: rgba(255, 255, 255, 0.1); // phoenix antd
|
|
374
|
+
|
|
375
|
+
@icon-hover-color: rgba(19, 107, 255, 0.1);
|
|
376
|
+
|
|
377
|
+
// radio--------------
|
|
378
|
+
// antd覆盖色
|
|
379
|
+
@radio-dot-color: @theme-color;
|
|
380
|
+
@radio-button-color: @heading-color;
|
|
381
|
+
@radio-button-active-color: @theme-color;
|
|
382
|
+
@radio-button-hover-color: @theme-color;
|
|
383
|
+
|
|
384
|
+
@editor-nav-background-color: #f5f5f5;
|
|
385
|
+
@editor_nav_border_color: #d8d8d8;
|
|
386
|
+
@editor_nav_line_color: #fcce72;
|
|
387
|
+
@image-operator-hover-bg: rgba(51, 51, 51, 0.7);
|
|
388
|
+
@agent-agent-message-background-color: #f7f7f8; // 用户框背景色
|
|
389
|
+
@agent-user-avatar-color: #e6902d; // 机器人用户头像颜色;
|
|
390
|
+
@agent-no-data-background-color: #e0edf8; // close icon hover 颜色
|
|
391
|
+
@agent-session-title-color: @font-color-10;
|
|
392
|
+
@close-icon-hover-color: #f4f5f6;
|
|
393
|
+
|
|
394
|
+
@scroll-bar-color: #c9cdd4;
|
|
395
|
+
@scroll-bar-hover-color: #86909c;
|
|
396
|
+
|
|
397
|
+
@agent-scene-icon-color: #c9cdd4;
|
|
398
|
+
@agent-markdown-header-background-color: rgb(52, 53, 65);
|
|
399
|
+
@agent-box-shadow-color: rgba(53, 53, 53, 0.07);
|
|
400
|
+
@agent-cursor-color: #282828;
|
|
401
|
+
@agent-spl-background-color: #edeff2;
|
|
402
|
+
@agent-example-desc-color: @font-color-10;
|
|
403
|
+
@agent-input-border-color: #e9e9e9;
|
|
404
|
+
@agent-border-color: #e8e8e8;
|
|
405
|
+
@agent-scene-name-color: #86909c;
|
|
406
|
+
@background-color-fa: #fafafa;
|
|
407
|
+
@background-color-f5: #f5f5f5;
|
|
408
|
+
@background-color-f2: #f2f2f2;
|
|
409
|
+
@background-color-f4: #f4f5f6;
|
|
410
|
+
@background-linear-color: rgba(244, 245, 246, 0);
|
|
411
|
+
@background-color-e2: #e2e4e6;
|
|
412
|
+
@color-error-bg: #fff2f0;
|
|
413
|
+
@color-error: #fd4345;
|
|
414
|
+
@agent-scene-background-color: rgba(0, 0, 0, 0.06);
|
|
415
|
+
@agent-context-color: #fa8c16;
|
|
416
|
+
@agent-context-bg: #fff7e6;
|