cc-core-cli 1.0.142 → 1.0.143
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/package.json
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
/* Primary Colors */
|
|
3
3
|
--primary-color: #04ace4;
|
|
4
4
|
--secondary-color: #c59b7c;
|
|
5
|
-
--info-color
|
|
6
|
-
--action-color:var(--info-color);
|
|
5
|
+
--info-color: #fcbc05;
|
|
6
|
+
--action-color: var(--info-color);
|
|
7
7
|
--success-color: #52c41a;
|
|
8
8
|
--processing-color: #1890ff;
|
|
9
9
|
--error-color: #f5222d;
|
|
10
10
|
--highlight-color: #f5222d;
|
|
11
11
|
--warning-color: #faad14;
|
|
12
12
|
--normal-color: #d9d9d9;
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
|
|
14
|
+
|
|
15
15
|
/* Text Colors */
|
|
16
16
|
--text-color: rgba(0, 0, 0, 0.65);
|
|
17
17
|
--text-color-secondary: rgba(0, 0, 0, 0.35);
|
|
18
18
|
--text-color-label: rgba(0, 0, 0, 0.85);
|
|
19
19
|
--text-color-disabled: rgba(0, 0, 0, 0.25);
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
/* Background Colors */
|
|
22
22
|
--background-color: #f6f7f9;
|
|
23
23
|
--white-color: #ffffff;
|
|
@@ -33,30 +33,31 @@
|
|
|
33
33
|
--antd-table-disabled-bg: #f5f5f5;
|
|
34
34
|
--antd-empty-bg: #fafafa;
|
|
35
35
|
--scrollbar-thumb-hover: #bfbfbf;
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
/* Border & Radius */
|
|
38
38
|
--border-color-base: #d9d9d9;
|
|
39
39
|
--border-color-split: rgba(0, 0, 0, 0.05);
|
|
40
40
|
--border-radius-base: 6px;
|
|
41
41
|
--border-radius-sm: 5px;
|
|
42
|
-
|
|
42
|
+
|
|
43
43
|
/* Layout */
|
|
44
44
|
--layout-header-background: #ffffff;
|
|
45
45
|
--layout-header-height: 60px;
|
|
46
46
|
--layout-footer-background: #04ace4;
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
/* Menu */
|
|
49
49
|
--menu-dark-bg: #ffffff;
|
|
50
50
|
--menu-dark-submenu-bg: #f6f7f9;
|
|
51
51
|
--menu-item-color: rgba(0, 0, 0, 0.65);
|
|
52
52
|
/* --menu-highlight-color: #04ace4; */
|
|
53
|
-
--menu-highlight-color: #1890ff;
|
|
53
|
+
--menu-highlight-color: #1890ff;
|
|
54
|
+
/* AntD default */
|
|
54
55
|
--menu-item-active-bg: #04ace4;
|
|
55
56
|
--menu-item-group-title-color: #625f6e;
|
|
56
57
|
--menu-popup-bg: #ffffff;
|
|
57
58
|
--menu-inline-toplevel-item-height: 36px;
|
|
58
59
|
--menu-item-height: 36px;
|
|
59
|
-
|
|
60
|
+
|
|
60
61
|
/* Table */
|
|
61
62
|
--table-header-bg: #fafafa;
|
|
62
63
|
--table-header-color: rgba(0, 0, 0, 0.85);
|
|
@@ -72,18 +73,18 @@
|
|
|
72
73
|
--code-family: "Anonymous Pro", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
73
74
|
--label-bigger: 16px;
|
|
74
75
|
--label-color: rgba(0, 0, 0, .65);
|
|
75
|
-
|
|
76
|
+
|
|
76
77
|
/* Card */
|
|
77
78
|
--card-padding-base: 16px;
|
|
78
79
|
--card-padding-wider: 16px;
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
/* List */
|
|
81
82
|
--list-layouts-bg: #fafafa;
|
|
82
83
|
--list-layouts-border: #bfbfbf;
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
/* Breadcrumb */
|
|
85
86
|
--breadcrumb-link-color-hover: #04ace4;
|
|
86
|
-
|
|
87
|
+
|
|
87
88
|
/* Custom Colors */
|
|
88
89
|
--btn-primary-color: #420035;
|
|
89
90
|
--system-yellow-color: #FDDF97;
|
|
@@ -91,19 +92,54 @@
|
|
|
91
92
|
--btn-default-bg: #ffffff;
|
|
92
93
|
--btn-default-color: rgba(0, 0, 0, 0.65);
|
|
93
94
|
--btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
/* Radio Button Colors */
|
|
96
97
|
--radio-button-hover-color: #1890ff;
|
|
97
98
|
--radio-button-bg: #e6f7ff;
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
/* AntD Picker Styles */
|
|
101
|
-
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
|
102
|
-
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
|
102
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
|
103
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
|
103
104
|
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
|
104
|
-
|
|
105
|
+
background-color: var(--primary-color) !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
|
109
|
+
background-color: var(--primary-color) !important;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.ant-tag {
|
|
113
|
+
background-color: #fafafa !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.ant-tag .ant-typography {
|
|
117
|
+
font-size: 12px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.layouts-sub-sider-horizontal .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,
|
|
121
|
+
.layouts-sub-sider-horizontal .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover {
|
|
122
|
+
color: var(--submenu-bg-active-color) !important;
|
|
123
|
+
border-bottom: 2px solid var(--submenu-bg-active-color) !important;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ant-tag.tag-bool-true {
|
|
127
|
+
background-color: var(--boolean-true) !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.ant-tag.tag-bool-false {
|
|
131
|
+
background-color: var(--boolean-false) !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active {
|
|
135
|
+
background-color: white !important;
|
|
136
|
+
border-bottom-color: white !important;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
|
|
140
|
+
margin-left: 0px;
|
|
105
141
|
}
|
|
106
142
|
|
|
107
|
-
.ant-
|
|
108
|
-
|
|
143
|
+
.ant-empty-img-simple-path {
|
|
144
|
+
fill: #fafafa !important;
|
|
109
145
|
}
|
|
@@ -533,8 +533,9 @@
|
|
|
533
533
|
padding: 0px;
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
.table-card .table-action .table-action-button
|
|
537
|
-
|
|
536
|
+
.table-card .table-action .table-action-button,
|
|
537
|
+
.table-card .table-action .table-action-button:hover {
|
|
538
|
+
color: var(--action-color) !important;
|
|
538
539
|
}
|
|
539
540
|
|
|
540
541
|
.table-card .table-action .ant-btn {
|
|
@@ -2637,4 +2638,12 @@
|
|
|
2637
2638
|
|
|
2638
2639
|
.ant-form-item-label>label {
|
|
2639
2640
|
color: rgba(0, 0, 0, .65) !important;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.ant-dropdown-menu-title-content a {
|
|
2644
|
+
display: flex;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
.ant-dropdown-menu-title-content a .anticon {
|
|
2648
|
+
margin-right: 2px;
|
|
2640
2649
|
}
|
|
@@ -23,6 +23,10 @@ html body.ant-scrolling-effect {
|
|
|
23
23
|
padding: 10px 16px !important;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.ant-table-wrapper .ant-table-cell.ant-table-cell-fix-right {
|
|
27
|
+
padding: 10px 8px !important;
|
|
28
|
+
}
|
|
29
|
+
|
|
26
30
|
.ant-typography.ant-typography-secondary {
|
|
27
31
|
color: var(--text-color-secondary);
|
|
28
32
|
}
|