yootd 0.0.6 → 0.0.7
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/LICENSE +21 -21
- package/dist/Preview/index.scss +35 -35
- package/dist/approval-process/index.scss +95 -95
- package/dist/areas/index.scss +21 -21
- package/dist/button/index.scss +30 -30
- package/dist/dropdown/assets/arrow-down.svg +5 -5
- package/dist/empty/index.scss +15 -15
- package/dist/group-title/index.scss +31 -31
- package/dist/image/index.scss +26 -26
- package/dist/modal/index.scss +65 -65
- package/dist/pagination/index.scss +47 -47
- package/dist/school/index.scss +21 -21
- package/dist/state/index.scss +89 -89
- package/dist/steps/index.scss +32 -32
- package/dist/table/components/primary-header-row/index.scss +58 -58
- package/dist/table/components/primary-tbody-row/index.scss +5 -5
- package/dist/table/index.module.scss +9 -9
- package/dist/table/index.scss +33 -33
- package/dist/tree/index.scss +25 -25
- package/dist/upload/components/imageUpload.js +4 -3
- package/dist/upload/index.scss +115 -115
- package/dist/year-term/index.scss +21 -21
- package/dist/year-term/types/types.d.ts +28 -28
- package/dist/zones/index.module.scss +23 -23
- package/package.json +1 -1
package/dist/modal/index.scss
CHANGED
@@ -1,65 +1,65 @@
|
|
1
|
-
.yot-modal {
|
2
|
-
padding-top: 13px;
|
3
|
-
position: relative;
|
4
|
-
max-width: calc(2 / 3 * 100vw) !important;
|
5
|
-
|
6
|
-
& > div:first-child {
|
7
|
-
box-sizing: border-box;
|
8
|
-
padding: 4px;
|
9
|
-
background: linear-gradient(180deg, #3a8cff 0%, #c4ddff 100%);
|
10
|
-
border-radius: 24px;
|
11
|
-
}
|
12
|
-
|
13
|
-
.ant-modal-header {
|
14
|
-
width: 100%;
|
15
|
-
position: absolute;
|
16
|
-
left: 0;
|
17
|
-
top: -13px;
|
18
|
-
background-color: transparent;
|
19
|
-
}
|
20
|
-
|
21
|
-
.ant-modal-content {
|
22
|
-
padding: var(--ant-margin-xl);
|
23
|
-
padding-top: 71px;
|
24
|
-
border-radius: 24px;
|
25
|
-
}
|
26
|
-
|
27
|
-
.ant-modal-body {
|
28
|
-
max-height: 529px;
|
29
|
-
overflow-y: auto;
|
30
|
-
}
|
31
|
-
|
32
|
-
.ant-modal-footer {
|
33
|
-
margin-top: 40px;
|
34
|
-
}
|
35
|
-
|
36
|
-
&-title {
|
37
|
-
&-content {
|
38
|
-
width: 100%;
|
39
|
-
display: flex;
|
40
|
-
justify-content: center;
|
41
|
-
align-items: center;
|
42
|
-
|
43
|
-
&__body {
|
44
|
-
position: absolute;
|
45
|
-
color: var(--ant-color-bg-base);
|
46
|
-
font-size: var(--ant-font-size-heading-3);
|
47
|
-
}
|
48
|
-
|
49
|
-
&__icon {
|
50
|
-
.path-1 {
|
51
|
-
fill: var(--yot-modal-color-tertiary);
|
52
|
-
}
|
53
|
-
.path-2 {
|
54
|
-
fill: var(--yot-modal-color-tertiary);
|
55
|
-
}
|
56
|
-
.stop-color-1 {
|
57
|
-
stop-color: var(--yot-modal-color-secondary);
|
58
|
-
}
|
59
|
-
.stop-color-2 {
|
60
|
-
stop-color: var(--yot-modal-color-primary);
|
61
|
-
}
|
62
|
-
}
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
1
|
+
.yot-modal {
|
2
|
+
padding-top: 13px;
|
3
|
+
position: relative;
|
4
|
+
max-width: calc(2 / 3 * 100vw) !important;
|
5
|
+
|
6
|
+
& > div:first-child {
|
7
|
+
box-sizing: border-box;
|
8
|
+
padding: 4px;
|
9
|
+
background: linear-gradient(180deg, #3a8cff 0%, #c4ddff 100%);
|
10
|
+
border-radius: 24px;
|
11
|
+
}
|
12
|
+
|
13
|
+
.ant-modal-header {
|
14
|
+
width: 100%;
|
15
|
+
position: absolute;
|
16
|
+
left: 0;
|
17
|
+
top: -13px;
|
18
|
+
background-color: transparent;
|
19
|
+
}
|
20
|
+
|
21
|
+
.ant-modal-content {
|
22
|
+
padding: var(--ant-margin-xl);
|
23
|
+
padding-top: 71px;
|
24
|
+
border-radius: 24px;
|
25
|
+
}
|
26
|
+
|
27
|
+
.ant-modal-body {
|
28
|
+
max-height: 529px;
|
29
|
+
overflow-y: auto;
|
30
|
+
}
|
31
|
+
|
32
|
+
.ant-modal-footer {
|
33
|
+
margin-top: 40px;
|
34
|
+
}
|
35
|
+
|
36
|
+
&-title {
|
37
|
+
&-content {
|
38
|
+
width: 100%;
|
39
|
+
display: flex;
|
40
|
+
justify-content: center;
|
41
|
+
align-items: center;
|
42
|
+
|
43
|
+
&__body {
|
44
|
+
position: absolute;
|
45
|
+
color: var(--ant-color-bg-base);
|
46
|
+
font-size: var(--ant-font-size-heading-3);
|
47
|
+
}
|
48
|
+
|
49
|
+
&__icon {
|
50
|
+
.path-1 {
|
51
|
+
fill: var(--yot-modal-color-tertiary);
|
52
|
+
}
|
53
|
+
.path-2 {
|
54
|
+
fill: var(--yot-modal-color-tertiary);
|
55
|
+
}
|
56
|
+
.stop-color-1 {
|
57
|
+
stop-color: var(--yot-modal-color-secondary);
|
58
|
+
}
|
59
|
+
.stop-color-2 {
|
60
|
+
stop-color: var(--yot-modal-color-primary);
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
@@ -1,47 +1,47 @@
|
|
1
|
-
.yot-pagination {
|
2
|
-
&--small {
|
3
|
-
.ant-pagination-item-active {
|
4
|
-
border-color: var(--ant-color-primary);
|
5
|
-
a {
|
6
|
-
color: var(--ant-color-primary);
|
7
|
-
}
|
8
|
-
}
|
9
|
-
.ant-select-selection-item {
|
10
|
-
color: var(--ant-color-text-secondary);
|
11
|
-
}
|
12
|
-
.ant-pagination-options-quick-jumper {
|
13
|
-
color: var(--ant-color-text-secondary);
|
14
|
-
}
|
15
|
-
.ant-pagination-item-link {
|
16
|
-
color: var(--ant-color-text-secondary);
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
&--default {
|
21
|
-
.ant-pagination-total-text {
|
22
|
-
color: var(--ant-color-text-secondary);
|
23
|
-
}
|
24
|
-
.ant-pagination-item-active {
|
25
|
-
background-color: var(--ant-color-primary);
|
26
|
-
border-color: var(--ant-color-primary);
|
27
|
-
a {
|
28
|
-
color: var(--ant-color-white);
|
29
|
-
transition: none;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
.ant-pagination-item-active:hover {
|
33
|
-
a {
|
34
|
-
color: var(--ant-color-white);
|
35
|
-
}
|
36
|
-
}
|
37
|
-
.ant-select-selection-item {
|
38
|
-
color: var(--ant-color-text-secondary);
|
39
|
-
}
|
40
|
-
.ant-pagination-options-quick-jumper {
|
41
|
-
color: var(--ant-color-text-secondary);
|
42
|
-
}
|
43
|
-
.ant-pagination-item-link {
|
44
|
-
color: var(--ant-color-text-secondary);
|
45
|
-
}
|
46
|
-
}
|
47
|
-
}
|
1
|
+
.yot-pagination {
|
2
|
+
&--small {
|
3
|
+
.ant-pagination-item-active {
|
4
|
+
border-color: var(--ant-color-primary);
|
5
|
+
a {
|
6
|
+
color: var(--ant-color-primary);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
.ant-select-selection-item {
|
10
|
+
color: var(--ant-color-text-secondary);
|
11
|
+
}
|
12
|
+
.ant-pagination-options-quick-jumper {
|
13
|
+
color: var(--ant-color-text-secondary);
|
14
|
+
}
|
15
|
+
.ant-pagination-item-link {
|
16
|
+
color: var(--ant-color-text-secondary);
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
&--default {
|
21
|
+
.ant-pagination-total-text {
|
22
|
+
color: var(--ant-color-text-secondary);
|
23
|
+
}
|
24
|
+
.ant-pagination-item-active {
|
25
|
+
background-color: var(--ant-color-primary);
|
26
|
+
border-color: var(--ant-color-primary);
|
27
|
+
a {
|
28
|
+
color: var(--ant-color-white);
|
29
|
+
transition: none;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
.ant-pagination-item-active:hover {
|
33
|
+
a {
|
34
|
+
color: var(--ant-color-white);
|
35
|
+
}
|
36
|
+
}
|
37
|
+
.ant-select-selection-item {
|
38
|
+
color: var(--ant-color-text-secondary);
|
39
|
+
}
|
40
|
+
.ant-pagination-options-quick-jumper {
|
41
|
+
color: var(--ant-color-text-secondary);
|
42
|
+
}
|
43
|
+
.ant-pagination-item-link {
|
44
|
+
color: var(--ant-color-text-secondary);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
package/dist/school/index.scss
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
.yot-School {
|
2
|
-
border: var(--ant-line-width) var(--ant-line-type) var(--ant-color-border);
|
3
|
-
border-radius: var(--ant-border-radius);
|
4
|
-
&-school-select::after {
|
5
|
-
content: '';
|
6
|
-
position: absolute;
|
7
|
-
right: 0;
|
8
|
-
top: 50%; /* 从中间开始 */
|
9
|
-
width: 1px; /* 边框宽度 */
|
10
|
-
height: 50%; /* 设为盒子高度的百分之五十 */
|
11
|
-
background-color: var(--ant-color-border); /* 边框颜色 */
|
12
|
-
transform: translateY(-50%);
|
13
|
-
}
|
14
|
-
.ant-select.ant-select-outlined.css-var-yootd.ant-select-css-var.ant-select-single.ant-select-allow-clear.ant-select-show-arrow {
|
15
|
-
.ant-select-selector {
|
16
|
-
padding-left: var(--ant-padding);
|
17
|
-
padding-right: var(--ant-padding);
|
18
|
-
border: 0;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
1
|
+
.yot-School {
|
2
|
+
border: var(--ant-line-width) var(--ant-line-type) var(--ant-color-border);
|
3
|
+
border-radius: var(--ant-border-radius);
|
4
|
+
&-school-select::after {
|
5
|
+
content: '';
|
6
|
+
position: absolute;
|
7
|
+
right: 0;
|
8
|
+
top: 50%; /* 从中间开始 */
|
9
|
+
width: 1px; /* 边框宽度 */
|
10
|
+
height: 50%; /* 设为盒子高度的百分之五十 */
|
11
|
+
background-color: var(--ant-color-border); /* 边框颜色 */
|
12
|
+
transform: translateY(-50%);
|
13
|
+
}
|
14
|
+
.ant-select.ant-select-outlined.css-var-yootd.ant-select-css-var.ant-select-single.ant-select-allow-clear.ant-select-show-arrow {
|
15
|
+
.ant-select-selector {
|
16
|
+
padding-left: var(--ant-padding);
|
17
|
+
padding-right: var(--ant-padding);
|
18
|
+
border: 0;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
package/dist/state/index.scss
CHANGED
@@ -1,89 +1,89 @@
|
|
1
|
-
.yot-state {
|
2
|
-
&--circle {
|
3
|
-
.ant-badge.success {
|
4
|
-
.ant-badge-status-success {
|
5
|
-
background-color: var(--ant-color-success);
|
6
|
-
}
|
7
|
-
.ant-badge-status-text {
|
8
|
-
color: var(--ant-color-success);
|
9
|
-
}
|
10
|
-
}
|
11
|
-
.ant-badge.error {
|
12
|
-
.ant-badge-status-error {
|
13
|
-
background-color: var(--ant-color-error);
|
14
|
-
}
|
15
|
-
.ant-badge-status-text {
|
16
|
-
color: var(--ant-color-error);
|
17
|
-
}
|
18
|
-
}
|
19
|
-
.ant-badge.warning {
|
20
|
-
.ant-badge-status-warning {
|
21
|
-
background-color: var(--ant-color-warning);
|
22
|
-
}
|
23
|
-
.ant-badge-status-text {
|
24
|
-
color: var(--ant-color-warning);
|
25
|
-
}
|
26
|
-
}
|
27
|
-
.ant-badge.default {
|
28
|
-
.ant-badge-status-default {
|
29
|
-
background-color: var(--ant-color-text-placeholder);
|
30
|
-
}
|
31
|
-
.ant-badge-status-text {
|
32
|
-
color: var(--ant-color-text-placeholder);
|
33
|
-
}
|
34
|
-
}
|
35
|
-
.ant-badge.processing {
|
36
|
-
.ant-badge-status-processing {
|
37
|
-
background-color: var(--ant-color-primary);
|
38
|
-
}
|
39
|
-
.ant-badge-status-text {
|
40
|
-
color: var(--ant-color-primary);
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
44
|
-
&--card {
|
45
|
-
.ant-tag.ant-tag-success {
|
46
|
-
background-color: var(--ant-color-success);
|
47
|
-
color: var(--ant-color-white);
|
48
|
-
}
|
49
|
-
.ant-tag.ant-tag-error {
|
50
|
-
background-color: var(--ant-color-error);
|
51
|
-
color: var(--ant-color-white);
|
52
|
-
}
|
53
|
-
.ant-tag.ant-tag-warning {
|
54
|
-
background-color: var(--ant-color-warning);
|
55
|
-
color: var(--ant-color-white);
|
56
|
-
}
|
57
|
-
.ant-tag.ant-tag-default {
|
58
|
-
background-color: var(--ant-color-text-placeholder);
|
59
|
-
color: var(--ant-color-white);
|
60
|
-
}
|
61
|
-
.ant-tag.ant-tag-processing {
|
62
|
-
background-color: var(--ant-color-primary);
|
63
|
-
color: var(--ant-color-white);
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
&--process {
|
68
|
-
.ant-tag.ant-tag-success {
|
69
|
-
background-color: var(--ant-color-success-bg);
|
70
|
-
color: var(--ant-color-success);
|
71
|
-
}
|
72
|
-
.ant-tag.ant-tag-error {
|
73
|
-
background-color: var(--ant-color-error-bg);
|
74
|
-
color: var(--ant-color-error);
|
75
|
-
}
|
76
|
-
.ant-tag.ant-tag-warning {
|
77
|
-
background-color: var(--ant-color-warning-bg);
|
78
|
-
color: var(--ant-color-warning);
|
79
|
-
}
|
80
|
-
.ant-tag.ant-tag-default {
|
81
|
-
background-color: var(--ant-color-border-secondary);
|
82
|
-
color: var(--ant-color-border);
|
83
|
-
}
|
84
|
-
.ant-tag.ant-tag-processing {
|
85
|
-
background-color: var(--ant-color-primary-bg);
|
86
|
-
color: var(--ant-color-primary);
|
87
|
-
}
|
88
|
-
}
|
89
|
-
}
|
1
|
+
.yot-state {
|
2
|
+
&--circle {
|
3
|
+
.ant-badge.success {
|
4
|
+
.ant-badge-status-success {
|
5
|
+
background-color: var(--ant-color-success);
|
6
|
+
}
|
7
|
+
.ant-badge-status-text {
|
8
|
+
color: var(--ant-color-success);
|
9
|
+
}
|
10
|
+
}
|
11
|
+
.ant-badge.error {
|
12
|
+
.ant-badge-status-error {
|
13
|
+
background-color: var(--ant-color-error);
|
14
|
+
}
|
15
|
+
.ant-badge-status-text {
|
16
|
+
color: var(--ant-color-error);
|
17
|
+
}
|
18
|
+
}
|
19
|
+
.ant-badge.warning {
|
20
|
+
.ant-badge-status-warning {
|
21
|
+
background-color: var(--ant-color-warning);
|
22
|
+
}
|
23
|
+
.ant-badge-status-text {
|
24
|
+
color: var(--ant-color-warning);
|
25
|
+
}
|
26
|
+
}
|
27
|
+
.ant-badge.default {
|
28
|
+
.ant-badge-status-default {
|
29
|
+
background-color: var(--ant-color-text-placeholder);
|
30
|
+
}
|
31
|
+
.ant-badge-status-text {
|
32
|
+
color: var(--ant-color-text-placeholder);
|
33
|
+
}
|
34
|
+
}
|
35
|
+
.ant-badge.processing {
|
36
|
+
.ant-badge-status-processing {
|
37
|
+
background-color: var(--ant-color-primary);
|
38
|
+
}
|
39
|
+
.ant-badge-status-text {
|
40
|
+
color: var(--ant-color-primary);
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
&--card {
|
45
|
+
.ant-tag.ant-tag-success {
|
46
|
+
background-color: var(--ant-color-success);
|
47
|
+
color: var(--ant-color-white);
|
48
|
+
}
|
49
|
+
.ant-tag.ant-tag-error {
|
50
|
+
background-color: var(--ant-color-error);
|
51
|
+
color: var(--ant-color-white);
|
52
|
+
}
|
53
|
+
.ant-tag.ant-tag-warning {
|
54
|
+
background-color: var(--ant-color-warning);
|
55
|
+
color: var(--ant-color-white);
|
56
|
+
}
|
57
|
+
.ant-tag.ant-tag-default {
|
58
|
+
background-color: var(--ant-color-text-placeholder);
|
59
|
+
color: var(--ant-color-white);
|
60
|
+
}
|
61
|
+
.ant-tag.ant-tag-processing {
|
62
|
+
background-color: var(--ant-color-primary);
|
63
|
+
color: var(--ant-color-white);
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
&--process {
|
68
|
+
.ant-tag.ant-tag-success {
|
69
|
+
background-color: var(--ant-color-success-bg);
|
70
|
+
color: var(--ant-color-success);
|
71
|
+
}
|
72
|
+
.ant-tag.ant-tag-error {
|
73
|
+
background-color: var(--ant-color-error-bg);
|
74
|
+
color: var(--ant-color-error);
|
75
|
+
}
|
76
|
+
.ant-tag.ant-tag-warning {
|
77
|
+
background-color: var(--ant-color-warning-bg);
|
78
|
+
color: var(--ant-color-warning);
|
79
|
+
}
|
80
|
+
.ant-tag.ant-tag-default {
|
81
|
+
background-color: var(--ant-color-border-secondary);
|
82
|
+
color: var(--ant-color-border);
|
83
|
+
}
|
84
|
+
.ant-tag.ant-tag-processing {
|
85
|
+
background-color: var(--ant-color-primary-bg);
|
86
|
+
color: var(--ant-color-primary);
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
package/dist/steps/index.scss
CHANGED
@@ -1,32 +1,32 @@
|
|
1
|
-
.yot-steps{
|
2
|
-
&-content{
|
3
|
-
.ant-steps-item.ant-steps-item-finish{
|
4
|
-
.ant-steps-item-icon{
|
5
|
-
background-color: var(--ant-color-primary);
|
6
|
-
.ant-steps-finish-icon{
|
7
|
-
svg{
|
8
|
-
fill: var(--ant-color-white);
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
}
|
13
|
-
.ant-steps-item{
|
14
|
-
.ant-steps-item-container{
|
15
|
-
.ant-steps-item-content{
|
16
|
-
.ant-steps-item-title::after{
|
17
|
-
background: repeating-linear-gradient(to right, var(--ant-color-fill), var(--ant-color-fill) 3px, transparent 3px, transparent 6px);
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
22
|
-
.ant-steps-item.ant-steps-item-finish{
|
23
|
-
.ant-steps-item-container{
|
24
|
-
.ant-steps-item-content{
|
25
|
-
.ant-steps-item-title::after{
|
26
|
-
background: repeating-linear-gradient(to right, var(--ant-color-fill), var(--ant-color-fill) 3px, transparent 3px, transparent 6px);
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
31
|
-
}
|
32
|
-
}
|
1
|
+
.yot-steps{
|
2
|
+
&-content{
|
3
|
+
.ant-steps-item.ant-steps-item-finish{
|
4
|
+
.ant-steps-item-icon{
|
5
|
+
background-color: var(--ant-color-primary);
|
6
|
+
.ant-steps-finish-icon{
|
7
|
+
svg{
|
8
|
+
fill: var(--ant-color-white);
|
9
|
+
}
|
10
|
+
}
|
11
|
+
}
|
12
|
+
}
|
13
|
+
.ant-steps-item{
|
14
|
+
.ant-steps-item-container{
|
15
|
+
.ant-steps-item-content{
|
16
|
+
.ant-steps-item-title::after{
|
17
|
+
background: repeating-linear-gradient(to right, var(--ant-color-fill), var(--ant-color-fill) 3px, transparent 3px, transparent 6px);
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
.ant-steps-item.ant-steps-item-finish{
|
23
|
+
.ant-steps-item-container{
|
24
|
+
.ant-steps-item-content{
|
25
|
+
.ant-steps-item-title::after{
|
26
|
+
background: repeating-linear-gradient(to right, var(--ant-color-fill), var(--ant-color-fill) 3px, transparent 3px, transparent 6px);
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
@@ -1,58 +1,58 @@
|
|
1
|
-
.yot-table {
|
2
|
-
&-thead {
|
3
|
-
&-row {
|
4
|
-
&--primary {
|
5
|
-
th {
|
6
|
-
background-color: var(--ant-color-primary) !important;
|
7
|
-
color: #fff !important;
|
8
|
-
}
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
&-setting {
|
14
|
-
width: 48px;
|
15
|
-
|
16
|
-
&-content {
|
17
|
-
flex: 1;
|
18
|
-
display: flex;
|
19
|
-
justify-content: center;
|
20
|
-
}
|
21
|
-
|
22
|
-
&-checkbox-group {
|
23
|
-
min-width: 200px;
|
24
|
-
display: flex;
|
25
|
-
flex-direction: column;
|
26
|
-
}
|
27
|
-
|
28
|
-
&__check-all {
|
29
|
-
margin-bottom: 5px;
|
30
|
-
}
|
31
|
-
|
32
|
-
&-checkbox {
|
33
|
-
display: flex;
|
34
|
-
align-items: center;
|
35
|
-
margin-bottom: 5px;
|
36
|
-
}
|
37
|
-
|
38
|
-
&__drag-handler {
|
39
|
-
margin-right: 20px;
|
40
|
-
cursor: grab;
|
41
|
-
}
|
42
|
-
|
43
|
-
&__icon {
|
44
|
-
cursor: pointer;
|
45
|
-
path {
|
46
|
-
fill: var(--ant-color-text-tertiary);
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
&--primary & {
|
51
|
-
&__icon {
|
52
|
-
path {
|
53
|
-
fill: #fff;
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|
58
|
-
}
|
1
|
+
.yot-table {
|
2
|
+
&-thead {
|
3
|
+
&-row {
|
4
|
+
&--primary {
|
5
|
+
th {
|
6
|
+
background-color: var(--ant-color-primary) !important;
|
7
|
+
color: #fff !important;
|
8
|
+
}
|
9
|
+
}
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
&-setting {
|
14
|
+
width: 48px;
|
15
|
+
|
16
|
+
&-content {
|
17
|
+
flex: 1;
|
18
|
+
display: flex;
|
19
|
+
justify-content: center;
|
20
|
+
}
|
21
|
+
|
22
|
+
&-checkbox-group {
|
23
|
+
min-width: 200px;
|
24
|
+
display: flex;
|
25
|
+
flex-direction: column;
|
26
|
+
}
|
27
|
+
|
28
|
+
&__check-all {
|
29
|
+
margin-bottom: 5px;
|
30
|
+
}
|
31
|
+
|
32
|
+
&-checkbox {
|
33
|
+
display: flex;
|
34
|
+
align-items: center;
|
35
|
+
margin-bottom: 5px;
|
36
|
+
}
|
37
|
+
|
38
|
+
&__drag-handler {
|
39
|
+
margin-right: 20px;
|
40
|
+
cursor: grab;
|
41
|
+
}
|
42
|
+
|
43
|
+
&__icon {
|
44
|
+
cursor: pointer;
|
45
|
+
path {
|
46
|
+
fill: var(--ant-color-text-tertiary);
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
&--primary & {
|
51
|
+
&__icon {
|
52
|
+
path {
|
53
|
+
fill: #fff;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
.yot-table {
|
2
|
-
&-setting {
|
3
|
-
width: 48px;
|
4
|
-
}
|
5
|
-
}
|
1
|
+
.yot-table {
|
2
|
+
&-setting {
|
3
|
+
width: 48px;
|
4
|
+
}
|
5
|
+
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
.primary-container {
|
2
|
-
:global {
|
3
|
-
|
4
|
-
}
|
5
|
-
}
|
6
|
-
|
7
|
-
.icon {
|
8
|
-
|
9
|
-
}
|
1
|
+
.primary-container {
|
2
|
+
:global {
|
3
|
+
|
4
|
+
}
|
5
|
+
}
|
6
|
+
|
7
|
+
.icon {
|
8
|
+
|
9
|
+
}
|