imm-element-ui 1.5.2 → 1.5.4

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.
@@ -1,37 +1,37 @@
1
- @import 'styles';
2
- ::ng-deep {
3
- .s-pop-tree-popover .p-popover-content {
4
- padding: var(--p-select-list-padding);
5
- .s-pop-tree-content .p-tree {
6
- padding: 0;
7
- }
8
- }
9
- }
10
- .s-pop-tree-container {
11
- padding: 5px 0;
12
- border-bottom: solid 1px #d6d8db;
13
- position: relative;
14
- }
15
- .s-pop-tree-label {
16
- padding: 2.5px 1.6rem;
17
- display: flex;
18
- justify-content: space-between;
19
- align-items: center;
20
- // font-size: 13px;
21
- }
22
- .s-pop-tree-label-icon {
23
- color: var(--p-form-field-icon-color);
24
- font-size: 12px;
25
- }
26
- .s-pop-tree-label:hover {
27
- background-color: var(--p-list-option-focus-background);
28
- cursor: pointer;
29
- }
30
- .s-pop-tree-panel-item-option {
31
- // font-size: 14px;
32
- padding: 2px 1.5rem;
33
- }
34
- .s-pop-tree-panel-item-option:hover {
35
- background-color: var(--p-list-option-focus-background);
36
- cursor: pointer;
37
- }
1
+ @import '../../styles/styles.scss';
2
+ ::ng-deep {
3
+ .s-pop-tree-popover .p-popover-content {
4
+ padding: var(--p-select-list-padding);
5
+ .s-pop-tree-content .p-tree {
6
+ padding: 0;
7
+ }
8
+ }
9
+ }
10
+ .s-pop-tree-container {
11
+ padding: 5px 0;
12
+ border-bottom: solid 1px #d6d8db;
13
+ position: relative;
14
+ }
15
+ .s-pop-tree-label {
16
+ padding: 2.5px 1.6rem;
17
+ display: flex;
18
+ justify-content: space-between;
19
+ align-items: center;
20
+ // font-size: 13px;
21
+ }
22
+ .s-pop-tree-label-icon {
23
+ color: var(--p-form-field-icon-color);
24
+ font-size: 12px;
25
+ }
26
+ .s-pop-tree-label:hover {
27
+ background-color: var(--p-list-option-focus-background);
28
+ cursor: pointer;
29
+ }
30
+ .s-pop-tree-panel-item-option {
31
+ // font-size: 14px;
32
+ padding: 2px 1.5rem;
33
+ }
34
+ .s-pop-tree-panel-item-option:hover {
35
+ background-color: var(--p-list-option-focus-background);
36
+ cursor: pointer;
37
+ }
@@ -1,70 +1,70 @@
1
- @import 'styles';
2
- .s-main {
3
- display: flex;
4
- align-items: stretch;
5
- position: relative;
6
- color: #334155;
7
- }
8
- .s-active {
9
- border: 1px solid var(--p-form-field-focus-border-color);
10
- }
11
- .s-unactive {
12
- border: 1px solid var(--p-form-field-border-color);
13
- }
14
- .s-container {
15
- border-right-width: 0;
16
- border-radius: 3.5px 0 0 3.5px;
17
- padding: 1.25px 0;
18
- width: 100%;
19
- }
20
- .s-search {
21
- color: var(--p-form-field-icon-color);
22
- padding: 0 10px;
23
- }
24
- .s-input-container {
25
- padding: 1.25px 0;
26
- }
27
- .s-input {
28
- height: 30px;
29
- border-width: 0;
30
- width: 100%;
31
- min-width: 25px;
32
- }
33
- .s-input:focus {
34
- outline-width: 0;
35
- }
36
- .s-dropdown {
37
- width: 35px;
38
- border-radius: 0 3.5px 3.5px 0;
39
- display: flex;
40
- align-items: center;
41
- justify-content: center;
42
- }
43
- .s-dropdown:hover {
44
- background-color: #e7e9ed;
45
- cursor: pointer;
46
- }
47
- .s-dropdown-icon {
48
- color: var(--p-form-field-icon-color);
49
- }
50
-
51
- ::ng-deep {
52
- .p-popover.p-popover-flipped:before {
53
- display: none;
54
- }
55
- .p-popover.p-popover-flipped:after {
56
- display: none;
57
- }
58
- .p-popover:before {
59
- display: none;
60
- }
61
- .p-popover:after {
62
- display: none;
63
- }
64
- .p-popover {
65
- margin-top: 2.5px;
66
- }
67
- .p-popover-flipped {
68
- margin-top: -5px;
69
- }
70
- }
1
+ @import '../../styles/styles.scss';
2
+ .s-main {
3
+ display: flex;
4
+ align-items: stretch;
5
+ position: relative;
6
+ color: #334155;
7
+ }
8
+ .s-active {
9
+ border: 1px solid var(--p-form-field-focus-border-color);
10
+ }
11
+ .s-unactive {
12
+ border: 1px solid var(--p-form-field-border-color);
13
+ }
14
+ .s-container {
15
+ border-right-width: 0;
16
+ border-radius: 3.5px 0 0 3.5px;
17
+ padding: 1.25px 0;
18
+ width: 100%;
19
+ }
20
+ .s-search {
21
+ color: var(--p-form-field-icon-color);
22
+ padding: 0 10px;
23
+ }
24
+ .s-input-container {
25
+ padding: 1.25px 0;
26
+ }
27
+ .s-input {
28
+ height: 30px;
29
+ border-width: 0;
30
+ width: 100%;
31
+ min-width: 25px;
32
+ }
33
+ .s-input:focus {
34
+ outline-width: 0;
35
+ }
36
+ .s-dropdown {
37
+ width: 35px;
38
+ border-radius: 0 3.5px 3.5px 0;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: center;
42
+ }
43
+ .s-dropdown:hover {
44
+ background-color: #e7e9ed;
45
+ cursor: pointer;
46
+ }
47
+ .s-dropdown-icon {
48
+ color: var(--p-form-field-icon-color);
49
+ }
50
+
51
+ ::ng-deep {
52
+ .p-popover.p-popover-flipped:before {
53
+ display: none;
54
+ }
55
+ .p-popover.p-popover-flipped:after {
56
+ display: none;
57
+ }
58
+ .p-popover:before {
59
+ display: none;
60
+ }
61
+ .p-popover:after {
62
+ display: none;
63
+ }
64
+ .p-popover {
65
+ margin-top: 2.5px;
66
+ }
67
+ .p-popover-flipped {
68
+ margin-top: -5px;
69
+ }
70
+ }
@@ -1,50 +1,50 @@
1
- @import 'styles';
2
- .s-search-tip {
3
- background-color: #e4e6ea;
4
- font-size: 12px;
5
- color: #334155;
6
- margin: 1.25px;
7
- display: flex;
8
- flex-wrap: nowrap;
9
- border-radius: 3.5px;
10
- }
11
- .s-search-tip-field {
12
- padding: 2.5px 5px 1.5px 5px;
13
- margin-right: 2.5px;
14
- background-color: var(--p-primary-color);
15
- border-radius: 3.5px 0 0 3.5px;
16
- color: #fff;
17
- }
18
- .s-search-tip-icon {
19
- padding: 6.5px 6px 0 6px;
20
- margin-right: 2.5px;
21
- font-size: 11px;
22
- border-radius: 3.5px 0 0 3.5px;
23
- color: #fff;
24
- }
25
- .s-search-tip-icon-filter {
26
- background-color: var(--p-primary-color);
27
- }
28
- .s-search-tip-icon-group {
29
- background-color: var(--p-primary-color);
30
- }
31
- .s-search-tip-sort:hover {
32
- cursor: pointer;
33
- }
34
- .s-search-tip-title {
35
- padding: 2.5px;
36
- white-space: nowrap;
37
- }
38
- .s-search-tip-opertor {
39
- opacity: 0.5;
40
- font-style: italic;
41
- }
42
- .s-search-tip-close {
43
- padding: 6.5px 5px 0 5px;
44
- border-radius: 0 3.5px 3.5px 0;
45
- font-size: 11px;
46
- }
47
- .s-search-tip-close:hover {
48
- color: var(--p-primary-color);
49
- cursor: pointer;
50
- }
1
+ @import '../../styles/styles.scss';
2
+ .s-search-tip {
3
+ background-color: #e4e6ea;
4
+ font-size: 12px;
5
+ color: #334155;
6
+ margin: 1.25px;
7
+ display: flex;
8
+ flex-wrap: nowrap;
9
+ border-radius: 3.5px;
10
+ }
11
+ .s-search-tip-field {
12
+ padding: 2.5px 5px 1.5px 5px;
13
+ margin-right: 2.5px;
14
+ background-color: var(--p-primary-color);
15
+ border-radius: 3.5px 0 0 3.5px;
16
+ color: #fff;
17
+ }
18
+ .s-search-tip-icon {
19
+ padding: 6.5px 6px 0 6px;
20
+ margin-right: 2.5px;
21
+ font-size: 11px;
22
+ border-radius: 3.5px 0 0 3.5px;
23
+ color: #fff;
24
+ }
25
+ .s-search-tip-icon-filter {
26
+ background-color: var(--p-primary-color);
27
+ }
28
+ .s-search-tip-icon-group {
29
+ background-color: var(--p-primary-color);
30
+ }
31
+ .s-search-tip-sort:hover {
32
+ cursor: pointer;
33
+ }
34
+ .s-search-tip-title {
35
+ padding: 2.5px;
36
+ white-space: nowrap;
37
+ }
38
+ .s-search-tip-opertor {
39
+ opacity: 0.5;
40
+ font-style: italic;
41
+ }
42
+ .s-search-tip-close {
43
+ padding: 6.5px 5px 0 5px;
44
+ border-radius: 0 3.5px 3.5px 0;
45
+ font-size: 11px;
46
+ }
47
+ .s-search-tip-close:hover {
48
+ color: var(--p-primary-color);
49
+ cursor: pointer;
50
+ }
@@ -1,24 +1,24 @@
1
- @import 'styles';
2
- ::ng-deep {
3
- .s-text-panel-select-panel {
4
- .p-select-option {
5
- font-size: 12px;
6
- padding: 0.25rem 0.75rem;
7
- }
8
- }
9
- }
10
- .s-str-item {
11
- padding: 5px;
12
- font-size: 12px;
13
- }
14
- .s-str-item:hover {
15
- background-color: var(--p-list-option-focus-background);
16
- cursor: pointer;
17
- }
18
- .s-str-item-field {
19
- font-weight: 600;
20
- color: var(--p-primary-color);
21
- }
22
- .s-str-item-value {
23
- font-weight: 600;
24
- }
1
+ @import '../../styles/styles.scss';
2
+ ::ng-deep {
3
+ .s-text-panel-select-panel {
4
+ .p-select-option {
5
+ font-size: 12px;
6
+ padding: 0.25rem 0.75rem;
7
+ }
8
+ }
9
+ }
10
+ .s-str-item {
11
+ padding: 5px;
12
+ font-size: 12px;
13
+ }
14
+ .s-str-item:hover {
15
+ background-color: var(--p-list-option-focus-background);
16
+ cursor: pointer;
17
+ }
18
+ .s-str-item-field {
19
+ font-weight: 600;
20
+ color: var(--p-primary-color);
21
+ }
22
+ .s-str-item-value {
23
+ font-weight: 600;
24
+ }