imm-element-ui 1.5.2 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
@@ -1,60 +1,60 @@
1
- @import 'styles';
2
- .crumb-title {
3
- color: var(--p-primary-color);
4
- }
5
- .crumb-title + .crumb-title {
6
- padding-left: .5rem;
7
- &::before {
8
- padding-right: .5rem;
9
- // color: var(--breadcrumb-divider-color);
10
- content: var(--breadcrumb-divider, "/");
11
- }
12
- }
13
- :host::ng-deep {
14
- .p-button-text.p-button-secondary {
15
- color:var(--p-surface-700);
16
- }
17
- .title-action {
18
- .p-button{
19
- padding: 0;
20
- }
21
- }
22
- .new-action {
23
- .p-button {
24
- padding: 0;
25
- button {
26
- padding-top: 2px;
27
- height: 100%;
28
- align-items: center;
29
- }
30
- }
31
- }
32
-
33
- .select-crumb {
34
- .p-button {
35
- padding: 0;
36
- background-color: #fff;
37
- line-height: 1;
38
-
39
- button {
40
- padding: 0;
41
- width: 17px;
42
- height: 17px;
43
- // width: 20px;
44
- // height: 20px;
45
- }
46
- }
47
- }
48
- .p-popover-content {
49
- padding:.5rem
50
- }
51
- .left-btn {
52
- .p-button {
53
- height: 33px;
54
- min-width: 51px;
55
- }
56
- }
57
- }
58
- // .current-title {
59
- // width: calc(100% - 105px);
60
- // }
1
+ @import '../styles/styles.scss';
2
+ .crumb-title {
3
+ color: var(--p-primary-color);
4
+ }
5
+ .crumb-title + .crumb-title {
6
+ padding-left: .5rem;
7
+ &::before {
8
+ padding-right: .5rem;
9
+ // color: var(--breadcrumb-divider-color);
10
+ content: var(--breadcrumb-divider, "/");
11
+ }
12
+ }
13
+ :host::ng-deep {
14
+ .p-button-text.p-button-secondary {
15
+ color:var(--p-surface-700);
16
+ }
17
+ .title-action {
18
+ .p-button{
19
+ padding: 0;
20
+ }
21
+ }
22
+ .new-action {
23
+ .p-button {
24
+ padding: 0;
25
+ button {
26
+ padding-top: 2px;
27
+ height: 100%;
28
+ align-items: center;
29
+ }
30
+ }
31
+ }
32
+
33
+ .select-crumb {
34
+ .p-button {
35
+ padding: 0;
36
+ background-color: #fff;
37
+ line-height: 1;
38
+
39
+ button {
40
+ padding: 0;
41
+ width: 17px;
42
+ height: 17px;
43
+ // width: 20px;
44
+ // height: 20px;
45
+ }
46
+ }
47
+ }
48
+ .p-popover-content {
49
+ padding:.5rem
50
+ }
51
+ .left-btn {
52
+ .p-button {
53
+ height: 33px;
54
+ min-width: 51px;
55
+ }
56
+ }
57
+ }
58
+ // .current-title {
59
+ // width: calc(100% - 105px);
60
+ // }
@@ -1 +1 @@
1
- @import 'styles';
1
+ @import '../styles/styles.scss';
@@ -1,67 +1,67 @@
1
- @import 'styles';
2
- ::ng-deep {
3
- .s-pop-date-container {
4
- .p-inputtext {
5
- font-size: 12px;
6
- }
7
- .p-select-sm .p-select-label {
8
- font-size: 12px;
9
- }
10
- }
11
- .s-pop-date-select-panel {
12
- .p-select-option {
13
- font-size: 12px;
14
- padding: 0.25rem 0.75rem;
15
- }
16
- }
17
- .s-pop-date-datepicker-panel {
18
- .p-datepicker-calendar {
19
- font-size: 12px;
20
- .p-datepicker-day-view {
21
- font-size: 12px;
22
- .p-datepicker-day {
23
- height: 1.5rem;
24
- width: 1.5rem;
25
- }
26
- }
27
- }
28
- }
29
- }
30
- .s-pop-date-container {
31
- padding: 5px 0;
32
- border-bottom: solid 1px #d6d8db;
33
- }
34
- .s-pop-date-label {
35
- padding: 2.5px 1.6rem;
36
- display: flex;
37
- justify-content: space-between;
38
- align-items: center;
39
- // font-size: 14px;
40
- }
41
- .s-pop-date-label-icon {
42
- color: var(--p-form-field-icon-color);
43
- font-size: 12px;
44
- }
45
- .s-pop-date-label:hover {
46
- background-color: var(--p-list-option-focus-background);
47
- cursor: pointer;
48
- }
49
- .s-pop-date-panel {
50
- padding: 6px 0;
51
- }
52
- .s-pop-date-panel-show {
53
- display: block;
54
- }
55
- .s-pop-date-panel-hide {
56
- display: none;
57
- }
58
- .s-pop-date-range {
59
- padding: 0.5rem 2rem;
60
- height: 30px;
61
- font-size: 12px;
62
- }
63
- .s-pop-date-picker {
64
- padding: 0.5rem 2rem;
65
- height: 30px;
66
- font-size: 12px;
67
- }
1
+ @import '../../styles/styles.scss';
2
+ ::ng-deep {
3
+ .s-pop-date-container {
4
+ .p-inputtext {
5
+ font-size: 12px;
6
+ }
7
+ .p-select-sm .p-select-label {
8
+ font-size: 12px;
9
+ }
10
+ }
11
+ .s-pop-date-select-panel {
12
+ .p-select-option {
13
+ font-size: 12px;
14
+ padding: 0.25rem 0.75rem;
15
+ }
16
+ }
17
+ .s-pop-date-datepicker-panel {
18
+ .p-datepicker-calendar {
19
+ font-size: 12px;
20
+ .p-datepicker-day-view {
21
+ font-size: 12px;
22
+ .p-datepicker-day {
23
+ height: 1.5rem;
24
+ width: 1.5rem;
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
30
+ .s-pop-date-container {
31
+ padding: 5px 0;
32
+ border-bottom: solid 1px #d6d8db;
33
+ }
34
+ .s-pop-date-label {
35
+ padding: 2.5px 1.6rem;
36
+ display: flex;
37
+ justify-content: space-between;
38
+ align-items: center;
39
+ // font-size: 14px;
40
+ }
41
+ .s-pop-date-label-icon {
42
+ color: var(--p-form-field-icon-color);
43
+ font-size: 12px;
44
+ }
45
+ .s-pop-date-label:hover {
46
+ background-color: var(--p-list-option-focus-background);
47
+ cursor: pointer;
48
+ }
49
+ .s-pop-date-panel {
50
+ padding: 6px 0;
51
+ }
52
+ .s-pop-date-panel-show {
53
+ display: block;
54
+ }
55
+ .s-pop-date-panel-hide {
56
+ display: none;
57
+ }
58
+ .s-pop-date-range {
59
+ padding: 0.5rem 2rem;
60
+ height: 30px;
61
+ font-size: 12px;
62
+ }
63
+ .s-pop-date-picker {
64
+ padding: 0.5rem 2rem;
65
+ height: 30px;
66
+ font-size: 12px;
67
+ }
@@ -1,23 +1,23 @@
1
- @import 'styles';
2
- .s-check {
3
- padding: 0 2.5px;
4
- font-size: 1rem;
5
- width: 1.5rem;
6
- line-height: 1;
7
- display: inline-block;
8
- }
9
- .s-pop-panel-item {
10
- padding: 6px 0;
11
- border-bottom: solid 1px #d6d8db;
12
- }
13
- .s-pop-panel-item-option {
14
- // font-size: 14px;
15
- padding: 2px 0;
16
- }
17
- .s-pop-panel-item-option:hover {
18
- background-color: var(--p-list-option-focus-background);
19
- cursor: pointer;
20
- }
21
- .s-pop-panel-item-selected-option {
22
- color: var(--p-form-field-focus-border-color)
23
- }
1
+ @import '../../styles/styles.scss';
2
+ .s-check {
3
+ padding: 0 2.5px;
4
+ font-size: 1rem;
5
+ width: 1.5rem;
6
+ line-height: 1;
7
+ display: inline-block;
8
+ }
9
+ .s-pop-panel-item {
10
+ padding: 6px 0;
11
+ border-bottom: solid 1px #d6d8db;
12
+ }
13
+ .s-pop-panel-item-option {
14
+ // font-size: 14px;
15
+ padding: 2px 0;
16
+ }
17
+ .s-pop-panel-item-option:hover {
18
+ background-color: var(--p-list-option-focus-background);
19
+ cursor: pointer;
20
+ }
21
+ .s-pop-panel-item-selected-option {
22
+ color: var(--p-form-field-focus-border-color)
23
+ }
@@ -1,32 +1,32 @@
1
- @import 'styles';
2
-
3
- // @media (min-width:768px) {
4
- // .panel-box {
5
- // width:535px
6
- // }
7
- // }
8
- .s-pop-show {
9
- display: block;
10
- }
11
- .s-pop-hide {
12
- display: none;
13
- }
14
- .s-pop-panel-title {
15
- // font-size: 14px;
16
- display: flex;
17
- align-items: center;
18
- font-weight: 600;
19
- margin-left: 1rem;
20
- }
21
- .s-pop-panel-title-icon {
22
- padding: 0 5px;
23
- // font-size: 14px;
24
- color: var(--p-primary-color);
25
- }
26
- .s-check {
27
- padding: 0 2.5px;
28
- font-size: 1rem;
29
- width: 1.5rem;
30
- line-height: 1;
31
- display: inline-block;
32
- }
1
+ @import '../../styles/styles.scss';
2
+
3
+ // @media (min-width:768px) {
4
+ // .panel-box {
5
+ // width:535px
6
+ // }
7
+ // }
8
+ .s-pop-show {
9
+ display: block;
10
+ }
11
+ .s-pop-hide {
12
+ display: none;
13
+ }
14
+ .s-pop-panel-title {
15
+ // font-size: 14px;
16
+ display: flex;
17
+ align-items: center;
18
+ font-weight: 600;
19
+ margin-left: 1rem;
20
+ }
21
+ .s-pop-panel-title-icon {
22
+ padding: 0 5px;
23
+ // font-size: 14px;
24
+ color: var(--p-primary-color);
25
+ }
26
+ .s-check {
27
+ padding: 0 2.5px;
28
+ font-size: 1rem;
29
+ width: 1.5rem;
30
+ line-height: 1;
31
+ display: inline-block;
32
+ }
@@ -1,80 +1,80 @@
1
- @import 'styles';
2
- ::ng-deep {
3
- .s-pop-self-container {
4
- .p-inputtext {
5
- font-size: 12px;
6
- }
7
- .p-select-sm .p-select-label {
8
- font-size: 12px;
9
- }
10
- }
11
- .s-pop-self-select-panel {
12
- .p-select-option {
13
- font-size: 12px;
14
- padding: 0.25rem 0.75rem;
15
- }
16
- }
17
- .s-pop-self-datepicker-panel {
18
- .p-datepicker-calendar {
19
- font-size: 12px;
20
- .p-datepicker-day-view {
21
- font-size: 12px;
22
- .p-datepicker-day {
23
- height: 1.5rem;
24
- width: 1.5rem;
25
- }
26
- }
27
- }
28
- }
29
- }
30
- .s-pop-self-container {
31
- padding: 5px 0;
32
- }
33
- .s-pop-self-label {
34
- padding: 2.5px 1.6rem;
35
- display: flex;
36
- justify-content: space-between;
37
- align-items: center;
38
- // font-size: 14px;
39
- }
40
- .s-pop-self-label-icon {
41
- color: var(--p-form-field-icon-color);
42
- font-size: 12px;
43
- }
44
- .s-pop-self-label:hover {
45
- background-color: var(--p-list-option-focus-background);
46
- cursor: pointer;
47
- }
48
- .s-pop-self-panel {
49
- padding: 6px 0;
50
- }
51
- .s-pop-self-panel-show {
52
- display: block;
53
- }
54
- .s-pop-self-panel-hide {
55
- display: none;
56
- }
57
- .s-pop-self-item {
58
- padding: 0.5rem 2rem;
59
- height: 30px;
60
- font-size: 12px;
61
- }
62
- .s-pop-self-item-btn-container {
63
- display: flex;
64
- justify-content: space-between;
65
- align-items: center;
66
- font-size: 12px;
67
- }
68
- .s-pop-self-item-btn {
69
- border-radius: 2px;
70
- padding: 2px;
71
- }
72
- .s-pop-self-item-btn:hover {
73
- color: var(--p-primary-color);
74
- cursor: pointer;
75
- }
76
- .date-span {
77
- background-color: #f8f8f8;
78
- height: 21px;
79
- color: #b6bbba;
80
- }
1
+ @import '../../styles/styles.scss';
2
+ ::ng-deep {
3
+ .s-pop-self-container {
4
+ .p-inputtext {
5
+ font-size: 12px;
6
+ }
7
+ .p-select-sm .p-select-label {
8
+ font-size: 12px;
9
+ }
10
+ }
11
+ .s-pop-self-select-panel {
12
+ .p-select-option {
13
+ font-size: 12px;
14
+ padding: 0.25rem 0.75rem;
15
+ }
16
+ }
17
+ .s-pop-self-datepicker-panel {
18
+ .p-datepicker-calendar {
19
+ font-size: 12px;
20
+ .p-datepicker-day-view {
21
+ font-size: 12px;
22
+ .p-datepicker-day {
23
+ height: 1.5rem;
24
+ width: 1.5rem;
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
30
+ .s-pop-self-container {
31
+ padding: 5px 0;
32
+ }
33
+ .s-pop-self-label {
34
+ padding: 2.5px 1.6rem;
35
+ display: flex;
36
+ justify-content: space-between;
37
+ align-items: center;
38
+ // font-size: 14px;
39
+ }
40
+ .s-pop-self-label-icon {
41
+ color: var(--p-form-field-icon-color);
42
+ font-size: 12px;
43
+ }
44
+ .s-pop-self-label:hover {
45
+ background-color: var(--p-list-option-focus-background);
46
+ cursor: pointer;
47
+ }
48
+ .s-pop-self-panel {
49
+ padding: 6px 0;
50
+ }
51
+ .s-pop-self-panel-show {
52
+ display: block;
53
+ }
54
+ .s-pop-self-panel-hide {
55
+ display: none;
56
+ }
57
+ .s-pop-self-item {
58
+ padding: 0.5rem 2rem;
59
+ height: 30px;
60
+ font-size: 12px;
61
+ }
62
+ .s-pop-self-item-btn-container {
63
+ display: flex;
64
+ justify-content: space-between;
65
+ align-items: center;
66
+ font-size: 12px;
67
+ }
68
+ .s-pop-self-item-btn {
69
+ border-radius: 2px;
70
+ padding: 2px;
71
+ }
72
+ .s-pop-self-item-btn:hover {
73
+ color: var(--p-primary-color);
74
+ cursor: pointer;
75
+ }
76
+ .date-span {
77
+ background-color: #f8f8f8;
78
+ height: 21px;
79
+ color: #b6bbba;
80
+ }
@@ -1,49 +1,49 @@
1
- @import 'styles';
2
- .s-pop-sort-container {
3
- padding: 5px 0;
4
- }
5
- .s-pop-sort-label {
6
- padding: 2.5px 1.6rem;
7
- display: flex;
8
- justify-content: space-between;
9
- align-items: center;
10
- font-size: 13px;
11
- }
12
- .s-pop-sort-label-icon {
13
- color: var(--p-form-field-icon-color);
14
- font-size: 12px;
15
- }
16
- .s-pop-sort-label:hover {
17
- background-color: var(--p-list-option-focus-background);
18
- cursor: pointer;
19
- }
20
- .s-pop-sort-panel {
21
- padding: 0 0.4rem;
22
- overflow-y: scroll;
23
- max-height: 200px;
24
- }
25
- .s-pop-sort-panel-show {
26
- display: block;
27
- }
28
- .s-pop-sort-panel-hide {
29
- display: none;
30
- }
31
-
32
- .s-check {
33
- padding: 0 2.5px;
34
- font-size: 1rem;
35
- width: 1.5rem;
36
- line-height: 1;
37
- display: inline-block;
38
- }
39
- .s-pop-sort-item-option {
40
- font-size: 12px;
41
- padding: 2px 0;
42
- }
43
- .s-pop-sort-item-option:hover {
44
- background-color: var(--p-list-option-focus-background);
45
- cursor: pointer;
46
- }
47
- .s-pop-sort-item-selected-option {
48
- color: var(--p-form-field-focus-border-color);
49
- }
1
+ @import '../../styles/styles.scss';
2
+ .s-pop-sort-container {
3
+ padding: 5px 0;
4
+ }
5
+ .s-pop-sort-label {
6
+ padding: 2.5px 1.6rem;
7
+ display: flex;
8
+ justify-content: space-between;
9
+ align-items: center;
10
+ font-size: 13px;
11
+ }
12
+ .s-pop-sort-label-icon {
13
+ color: var(--p-form-field-icon-color);
14
+ font-size: 12px;
15
+ }
16
+ .s-pop-sort-label:hover {
17
+ background-color: var(--p-list-option-focus-background);
18
+ cursor: pointer;
19
+ }
20
+ .s-pop-sort-panel {
21
+ padding: 0 0.4rem;
22
+ overflow-y: scroll;
23
+ max-height: 200px;
24
+ }
25
+ .s-pop-sort-panel-show {
26
+ display: block;
27
+ }
28
+ .s-pop-sort-panel-hide {
29
+ display: none;
30
+ }
31
+
32
+ .s-check {
33
+ padding: 0 2.5px;
34
+ font-size: 1rem;
35
+ width: 1.5rem;
36
+ line-height: 1;
37
+ display: inline-block;
38
+ }
39
+ .s-pop-sort-item-option {
40
+ font-size: 12px;
41
+ padding: 2px 0;
42
+ }
43
+ .s-pop-sort-item-option:hover {
44
+ background-color: var(--p-list-option-focus-background);
45
+ cursor: pointer;
46
+ }
47
+ .s-pop-sort-item-selected-option {
48
+ color: var(--p-form-field-focus-border-color);
49
+ }
@@ -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
+ }