@zgfe/business-lib 1.2.58-ljy.0 → 1.2.66-hxd.2

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.
Files changed (137) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -82
  4. package/es/AUMFormulaTarget/components/formulaItem/index.js +52 -13
  5. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  6. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  7. package/es/AUMFormulaTarget/demo/index.js +1 -1
  8. package/es/AUMFormulaTarget/styles/index.less +74 -74
  9. package/es/addToPanel/styles/addPanel.less +25 -25
  10. package/es/addToPanel/styles/index.less +17 -17
  11. package/es/addToPanel/styles/style.less +66 -66
  12. package/es/addToScene/styles/index.less +30 -30
  13. package/es/assets/colorIcon/demo.css +539 -539
  14. package/es/assets/colorIcon/demo_index.html +1454 -1454
  15. package/es/assets/colorIcon/iconfont.css +236 -236
  16. package/es/assets/colorIcon/iconfont.json +394 -394
  17. package/es/assets/colorIcon/iconfont.svg +129 -129
  18. package/es/assets/iconfont/demo.css +539 -539
  19. package/es/assets/iconfont/demo_index.html +5363 -5363
  20. package/es/assets/iconfont/iconfont.css +915 -915
  21. package/es/assets/iconfont/iconfont.json +1584 -1584
  22. package/es/assets/images/attention.png +0 -0
  23. package/es/assets/styles/chunks.less +183 -183
  24. package/es/assets/styles/inner.less +3 -3
  25. package/es/assets/styles/resetAntd.less +551 -551
  26. package/es/assets/styles/variable.less +21 -21
  27. package/es/attrCondition/group.js +5 -2
  28. package/es/attrCondition/index.js +6 -2
  29. package/es/attrCondition/styles/index.less +101 -101
  30. package/es/attrConditions/components/stringList.d.ts +10 -0
  31. package/es/attrConditions/components/stringList.js +57 -27
  32. package/es/attrConditions/components/valuesList.d.ts +10 -0
  33. package/es/attrConditions/components/valuesList.js +6 -2
  34. package/es/attrConditions/styles/group.less +49 -49
  35. package/es/attrConditions/styles/index.less +151 -151
  36. package/es/attrConditions/types.d.ts +17 -0
  37. package/es/attributeSelector/index.js +6 -2
  38. package/es/attributeSelector/listPanel.js +6 -2
  39. package/es/attributeSelector/styles/index.less +141 -141
  40. package/es/attributeSelector/types.d.ts +2 -0
  41. package/es/chart/demo/index.js +2 -3
  42. package/es/chart/styles/index.less +113 -113
  43. package/es/chart/util/data/china.js +17 -17
  44. package/es/chart/util/formatOption.js +1 -1
  45. package/es/constants/apis.d.ts +3 -0
  46. package/es/constants/apis.js +4 -1
  47. package/es/cycleTime/styles/index.less +24 -24
  48. package/es/cycleTime/styles/month.less +95 -95
  49. package/es/dataSetGroup/styles/index.less +146 -146
  50. package/es/datePicker/styles/index.less +53 -53
  51. package/es/datePickerV2/styles/index.less +194 -194
  52. package/es/demoWrapper/index.less +3 -3
  53. package/es/dialog/styles/index.less +22 -22
  54. package/es/dnd/styles/index.less +19 -19
  55. package/es/empty/demo/index.d.ts +4 -0
  56. package/es/empty/demo/index.js +16 -0
  57. package/es/empty/index.d.ts +4 -0
  58. package/es/empty/index.js +19 -0
  59. package/es/empty/types.d.ts +7 -0
  60. package/es/empty/types.js +1 -0
  61. package/es/eventSelector/styles/index.less +123 -123
  62. package/es/formulaTarget/components/formula/index.less +76 -76
  63. package/es/formulaTarget/components/panel/index.less +139 -139
  64. package/es/formulaTarget/components/symbol/index.less +49 -49
  65. package/es/formulaTarget/styles/index.less +74 -74
  66. package/es/hooks/types/subject.d.ts +14 -14
  67. package/es/hooks/useBizStore.d.ts +4 -2
  68. package/es/hooks/useBizStore.js +16 -15
  69. package/es/icon/demo/list.less +32 -32
  70. package/es/index.d.ts +3 -1
  71. package/es/index.js +3 -1
  72. package/es/layout/analysisLayout/demo/index.less +12 -12
  73. package/es/layout/analysisLayout/index.less +118 -118
  74. package/es/layout/columnLayout/demo/index.less +15 -15
  75. package/es/layout/columnLayout/index.less +81 -81
  76. package/es/layout/detail/index.less +27 -27
  77. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  78. package/es/layout/optionTitle/demo/index.less +12 -12
  79. package/es/loading/styles/index.less +20 -20
  80. package/es/loginForm/index.less +7 -7
  81. package/es/platformSelector/index.js +42 -9
  82. package/es/platformSelector/styles/index.less +26 -22
  83. package/es/platformSelector/util.d.ts +1 -1
  84. package/es/platformSelector/util.js +8 -1
  85. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  86. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  87. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  88. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  89. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  90. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  91. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  92. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  93. package/es/productCondition/styles/conditionTypeList.less +30 -30
  94. package/es/productCondition/styles/conditionWrap.less +18 -18
  95. package/es/productCondition/styles/index.less +33 -33
  96. package/es/productCondition/styles/orConditions.less +34 -34
  97. package/es/productCondition/styles/relationLabel.less +19 -19
  98. package/es/quickDatePicker/styles/index.less +138 -138
  99. package/es/select/styles/handle.less +193 -193
  100. package/es/select/styles/index.less +129 -129
  101. package/es/socket/demo/index.less +27 -27
  102. package/es/table/styles/index.less +5 -5
  103. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  104. package/es/targetConditionGroup/index.js +5 -4
  105. package/es/targetConditionGroup/styles/index.less +53 -53
  106. package/es/targetSelector/styles/index.less +110 -110
  107. package/es/userCondition/conditionTypeList.js +1 -10
  108. package/es/userCondition/conditions/businessCondition.js +3 -10
  109. package/es/userCondition/conditions/eventCondition.js +36 -4
  110. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  111. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  112. package/es/userCondition/conditions/styles/eventCondition.less +57 -51
  113. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  114. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  115. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  116. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  117. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  118. package/es/userCondition/conditions/textDesc.js +1 -24
  119. package/es/userCondition/orConditions.js +0 -7
  120. package/es/userCondition/styles/conditionTypeList.less +30 -30
  121. package/es/userCondition/styles/conditionWrap.less +18 -18
  122. package/es/userCondition/styles/index.less +33 -33
  123. package/es/userCondition/styles/orConditions.less +34 -34
  124. package/es/userCondition/styles/relationLabel.less +19 -19
  125. package/es/userGroup/styles/index.less +145 -145
  126. package/es/userGroupHeader/styles/index.less +31 -31
  127. package/es/userTagsSelector/cascaderOverlay.js +13 -6
  128. package/es/userTagsSelector/components/search/index.less +6 -6
  129. package/es/userTagsSelector/components/tagList/index.less +13 -13
  130. package/es/userTagsSelector/demo/index.js +1 -0
  131. package/es/userTagsSelector/groups/styles/option.less +55 -55
  132. package/es/userTagsSelector/index.js +6 -3
  133. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  134. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  135. package/es/userTagsSelector/styles/index.less +10 -10
  136. package/es/userTagsSelector/types.d.ts +2 -0
  137. package/package.json +62 -62
@@ -1,118 +1,118 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-layout-container {
4
- position: relative;
5
- display: flex;
6
- width: 100%;
7
- height: 100%;
8
- overflow: hidden;
9
-
10
- .biz-layout-left {
11
- position: relative;
12
- display: flex;
13
- background-color: #fff;
14
-
15
- .biz-layout-content {
16
- width: 100%;
17
- height: 100%;
18
- }
19
-
20
- .biz-layout-handler {
21
- position: absolute;
22
- right: 0;
23
- bottom: 0;
24
- width: 5px;
25
- height: 100%;
26
- background: transparent;
27
- border-left: 1px solid #ecedf0;
28
- transform: matrix(-1, 0, 0, 1, 0, 0);
29
- cursor: ew-resize;
30
- }
31
-
32
- .biz-layout-panel {
33
- box-sizing: border-box;
34
- width: 100%;
35
- height: calc(100% - 30px);
36
- padding: @padding-lg;
37
- overflow: auto;
38
- .biz-left-content {
39
- min-height: 600px;
40
- }
41
- }
42
-
43
- .biz-layout-bottom {
44
- position: absolute;
45
- bottom: 0;
46
- left: 0;
47
- width: 100%;
48
- height: 30px;
49
- font-size: 12px;
50
- line-height: 30px;
51
- text-align: center;
52
- background-color: #fff;
53
- border-top: 1px solid @border-color-base;
54
-
55
- .biz-layout-expand {
56
- color: @text-color;
57
- font-size: 16px;
58
- cursor: pointer;
59
-
60
- &:hover {
61
- color: rgb(22, 93, 255, 0.1);
62
- }
63
- }
64
- }
65
- }
66
-
67
- .biz-layout-right {
68
- box-sizing: border-box;
69
- padding: @padding-lg;
70
- overflow: auto;
71
- background-color: #fff;
72
- }
73
- }
74
-
75
- .biz-layout-pickup {
76
- position: absolute;
77
- right: -40px;
78
- bottom: 20px;
79
- z-index: 10;
80
- box-sizing: border-box;
81
- width: 40px;
82
- height: 40px;
83
- padding-right: 2px;
84
- padding-bottom: 6px;
85
- font-size: 24px;
86
- text-align: center;
87
- background: #ffffff;
88
- border: 1px solid @border-color-split;
89
- border-top-right-radius: 20px;
90
- border-bottom-right-radius: 20px;
91
- cursor: pointer;
92
-
93
- .biz-layout-pickup-icon {
94
- color: @icon-color;
95
- font-size: 24px;
96
- }
97
-
98
- &:hover {
99
- color: @primary-color;
100
- background-color: @primary-color-hover;
101
-
102
- .biz-layout-pickup-icon {
103
- color: @primary-color;
104
- }
105
- }
106
- }
107
-
108
- .biz-layout-open {
109
- position: absolute;
110
- bottom: 20px;
111
- left: 16px;
112
- color: @icon-color;
113
- font-size: 24px;
114
- cursor: pointer;
115
- &:hover {
116
- color: @primary-color;
117
- }
118
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-layout-container {
4
+ position: relative;
5
+ display: flex;
6
+ width: 100%;
7
+ height: 100%;
8
+ overflow: hidden;
9
+
10
+ .biz-layout-left {
11
+ position: relative;
12
+ display: flex;
13
+ background-color: #fff;
14
+
15
+ .biz-layout-content {
16
+ width: 100%;
17
+ height: 100%;
18
+ }
19
+
20
+ .biz-layout-handler {
21
+ position: absolute;
22
+ right: 0;
23
+ bottom: 0;
24
+ width: 5px;
25
+ height: 100%;
26
+ background: transparent;
27
+ border-left: 1px solid #ecedf0;
28
+ transform: matrix(-1, 0, 0, 1, 0, 0);
29
+ cursor: ew-resize;
30
+ }
31
+
32
+ .biz-layout-panel {
33
+ box-sizing: border-box;
34
+ width: 100%;
35
+ height: calc(100% - 30px);
36
+ padding: @padding-lg;
37
+ overflow: auto;
38
+ .biz-left-content {
39
+ min-height: 600px;
40
+ }
41
+ }
42
+
43
+ .biz-layout-bottom {
44
+ position: absolute;
45
+ bottom: 0;
46
+ left: 0;
47
+ width: 100%;
48
+ height: 30px;
49
+ font-size: 12px;
50
+ line-height: 30px;
51
+ text-align: center;
52
+ background-color: #fff;
53
+ border-top: 1px solid @border-color-base;
54
+
55
+ .biz-layout-expand {
56
+ color: @text-color;
57
+ font-size: 16px;
58
+ cursor: pointer;
59
+
60
+ &:hover {
61
+ color: rgb(22, 93, 255, 0.1);
62
+ }
63
+ }
64
+ }
65
+ }
66
+
67
+ .biz-layout-right {
68
+ box-sizing: border-box;
69
+ padding: @padding-lg;
70
+ overflow: auto;
71
+ background-color: #fff;
72
+ }
73
+ }
74
+
75
+ .biz-layout-pickup {
76
+ position: absolute;
77
+ right: -40px;
78
+ bottom: 20px;
79
+ z-index: 10;
80
+ box-sizing: border-box;
81
+ width: 40px;
82
+ height: 40px;
83
+ padding-right: 2px;
84
+ padding-bottom: 6px;
85
+ font-size: 24px;
86
+ text-align: center;
87
+ background: #ffffff;
88
+ border: 1px solid @border-color-split;
89
+ border-top-right-radius: 20px;
90
+ border-bottom-right-radius: 20px;
91
+ cursor: pointer;
92
+
93
+ .biz-layout-pickup-icon {
94
+ color: @icon-color;
95
+ font-size: 24px;
96
+ }
97
+
98
+ &:hover {
99
+ color: @primary-color;
100
+ background-color: @primary-color-hover;
101
+
102
+ .biz-layout-pickup-icon {
103
+ color: @primary-color;
104
+ }
105
+ }
106
+ }
107
+
108
+ .biz-layout-open {
109
+ position: absolute;
110
+ bottom: 20px;
111
+ left: 16px;
112
+ color: @icon-color;
113
+ font-size: 24px;
114
+ cursor: pointer;
115
+ &:hover {
116
+ color: @primary-color;
117
+ }
118
+ }
@@ -1,15 +1,15 @@
1
- .container {
2
- background: '#fafafb';
3
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
4
- }
5
-
6
- .top-line {
7
- display: flex;
8
- justify-content: flex-end;
9
- height: 32px;
10
- margin-top: -8px;
11
- margin-bottom: 8px;
12
- .ant-btn {
13
- margin-left: 16px;
14
- }
15
- }
1
+ .container {
2
+ background: '#fafafb';
3
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
4
+ }
5
+
6
+ .top-line {
7
+ display: flex;
8
+ justify-content: flex-end;
9
+ height: 32px;
10
+ margin-top: -8px;
11
+ margin-bottom: 8px;
12
+ .ant-btn {
13
+ margin-left: 16px;
14
+ }
15
+ }
@@ -1,81 +1,81 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-layout {
4
- &-title {
5
- display: flex;
6
- align-items: center;
7
- width: 100%;
8
- height: 48px;
9
- padding: 0 24px;
10
- font-weight: 500;
11
- font-size: 16px;
12
- background: #fff;
13
- border-bottom: 1px solid #f2f3f4;
14
- & > span {
15
- line-height: 24px;
16
- }
17
- &-back {
18
- display: flex;
19
- align-items: center;
20
- margin-right: 10px;
21
- color: @text-color-secondary;
22
- font-size: 14px;
23
- line-height: 24px;
24
-
25
- cursor: pointer;
26
- .bsicon {
27
- font-size: 16px !important;
28
- }
29
- }
30
- }
31
-
32
- &-top {
33
- padding: 16px 24px;
34
- background: #fafafb;
35
- transition: all 2s;
36
-
37
- &-container {
38
- padding-top: 24px;
39
- background-color: #fff;
40
- border: 1px solid #ecedf0;
41
- border-radius: 8px;
42
- }
43
-
44
- &.hide {
45
- display: none;
46
- }
47
- }
48
-
49
- &-collapse-container {
50
- display: flex;
51
- justify-content: center;
52
- width: 100%;
53
- height: 24px;
54
- }
55
-
56
- &-collapse-handle {
57
- display: flex;
58
- align-items: flex-start;
59
- justify-content: center;
60
- width: 200px;
61
- height: 24px;
62
- color: #9aa1a9;
63
- cursor: pointer;
64
-
65
- &:hover {
66
- color: @primary-color;
67
- }
68
-
69
- .bsicon {
70
- margin-right: 8px;
71
- }
72
- .transform180 {
73
- transform: rotateX(180deg);
74
- }
75
- }
76
-
77
- &-content {
78
- padding: 24px;
79
- background-color: #fff;
80
- }
81
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-layout {
4
+ &-title {
5
+ display: flex;
6
+ align-items: center;
7
+ width: 100%;
8
+ height: 48px;
9
+ padding: 0 24px;
10
+ font-weight: 500;
11
+ font-size: 16px;
12
+ background: #fff;
13
+ border-bottom: 1px solid #f2f3f4;
14
+ & > span {
15
+ line-height: 24px;
16
+ }
17
+ &-back {
18
+ display: flex;
19
+ align-items: center;
20
+ margin-right: 10px;
21
+ color: @text-color-secondary;
22
+ font-size: 14px;
23
+ line-height: 24px;
24
+
25
+ cursor: pointer;
26
+ .bsicon {
27
+ font-size: 16px !important;
28
+ }
29
+ }
30
+ }
31
+
32
+ &-top {
33
+ padding: 16px 24px;
34
+ background: #fafafb;
35
+ transition: all 2s;
36
+
37
+ &-container {
38
+ padding-top: 24px;
39
+ background-color: #fff;
40
+ border: 1px solid #ecedf0;
41
+ border-radius: 8px;
42
+ }
43
+
44
+ &.hide {
45
+ display: none;
46
+ }
47
+ }
48
+
49
+ &-collapse-container {
50
+ display: flex;
51
+ justify-content: center;
52
+ width: 100%;
53
+ height: 24px;
54
+ }
55
+
56
+ &-collapse-handle {
57
+ display: flex;
58
+ align-items: flex-start;
59
+ justify-content: center;
60
+ width: 200px;
61
+ height: 24px;
62
+ color: #9aa1a9;
63
+ cursor: pointer;
64
+
65
+ &:hover {
66
+ color: @primary-color;
67
+ }
68
+
69
+ .bsicon {
70
+ margin-right: 8px;
71
+ }
72
+ .transform180 {
73
+ transform: rotateX(180deg);
74
+ }
75
+ }
76
+
77
+ &-content {
78
+ padding: 24px;
79
+ background-color: #fff;
80
+ }
81
+ }
@@ -1,27 +1,27 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-detail {
3
- display: flex;
4
- flex-direction: column;
5
- width: 1376px;
6
- height: 100%;
7
- margin: 0 auto;
8
- &-menu {
9
- flex: none;
10
- padding: @padding-sm 0;
11
- color: @text-color-secondary;
12
- a {
13
- margin-right: @margin-md;
14
- color: @text-color-secondary;
15
- &:hover {
16
- color: @primary-color;
17
- }
18
- }
19
- }
20
- &-content {
21
- flex: 1;
22
- padding: @padding-md @padding-lg @padding-lg @padding-lg;
23
- overflow-y: auto;
24
- background-color: @white;
25
- border-radius: @border-radius-normal;
26
- }
27
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-detail {
3
+ display: flex;
4
+ flex-direction: column;
5
+ width: 1376px;
6
+ height: 100%;
7
+ margin: 0 auto;
8
+ &-menu {
9
+ flex: none;
10
+ padding: @padding-sm 0;
11
+ color: @text-color-secondary;
12
+ a {
13
+ margin-right: @margin-md;
14
+ color: @text-color-secondary;
15
+ &:hover {
16
+ color: @primary-color;
17
+ }
18
+ }
19
+ }
20
+ &-content {
21
+ flex: 1;
22
+ padding: @padding-md @padding-lg @padding-lg @padding-lg;
23
+ overflow-y: auto;
24
+ background-color: @white;
25
+ border-radius: @border-radius-normal;
26
+ }
27
+ }
@@ -1,92 +1,92 @@
1
- // @import '../../../style/base.less';
2
-
3
- .change-panel-modal {
4
- &-add-panel {
5
- display: flex;
6
- align-items: center;
7
- height: 32px;
8
- color: #165dff;
9
- cursor: pointer;
10
- .tianjia1 {
11
- margin-right: 8px;
12
- font-weight: 800;
13
- font-size: 14px;
14
- }
15
- }
16
- &-empty-data {
17
- text-align: center;
18
- }
19
- }
20
-
21
- .modules-panel-item {
22
- display: flex;
23
- align-items: center;
24
- justify-content: space-between;
25
- height: 32px;
26
- padding: 0px 8px;
27
- color: #021429;
28
- line-height: 32px;
29
- background: #fff;
30
- border-radius: 8px;
31
- cursor: pointer;
32
- &-popover {
33
- .ant-popover-arrow {
34
- display: none;
35
- }
36
- .ant-popover-content {
37
- margin-top: -27px;
38
- margin-left: 0;
39
- }
40
- .ant-popover-inner-content {
41
- padding: 4px 0;
42
- }
43
- .text {
44
- height: 32px;
45
- margin: 0;
46
- padding: 0 16px;
47
- line-height: 32px;
48
- cursor: pointer;
49
- }
50
- .delete {
51
- // color: #fb5547;
52
- }
53
- .text:hover {
54
- background: #e8efff;
55
- }
56
- }
57
- &-text {
58
- width: 100%;
59
- // .__text-cut-one();
60
- }
61
- .gengduocaozuo {
62
- display: none;
63
- margin-left: 8px;
64
- font-size: 16px !important;
65
- }
66
- .ant-input {
67
- box-shadow: none !important;
68
- }
69
- }
70
- .modules-panel-item:hover {
71
- color: #165dff;
72
- background: #e8efff;
73
- .gengduocaozuo {
74
- display: block;
75
- }
76
- }
77
- .modules-panel-item.active {
78
- padding: 0 8px;
79
- color: #fff;
80
- line-height: 40px;
81
- background: #165dff;
82
- .gengduocaozuo {
83
- display: block;
84
- }
85
- }
86
- .modules-panel-item.edit {
87
- height: 40px;
88
- padding: 0 8px;
89
- color: rgba(103, 114, 127, 1);
90
- line-height: 40px;
91
- background: #e8efff;
92
- }
1
+ // @import '../../../style/base.less';
2
+
3
+ .change-panel-modal {
4
+ &-add-panel {
5
+ display: flex;
6
+ align-items: center;
7
+ height: 32px;
8
+ color: #165dff;
9
+ cursor: pointer;
10
+ .tianjia1 {
11
+ margin-right: 8px;
12
+ font-weight: 800;
13
+ font-size: 14px;
14
+ }
15
+ }
16
+ &-empty-data {
17
+ text-align: center;
18
+ }
19
+ }
20
+
21
+ .modules-panel-item {
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ height: 32px;
26
+ padding: 0px 8px;
27
+ color: #021429;
28
+ line-height: 32px;
29
+ background: #fff;
30
+ border-radius: 8px;
31
+ cursor: pointer;
32
+ &-popover {
33
+ .ant-popover-arrow {
34
+ display: none;
35
+ }
36
+ .ant-popover-content {
37
+ margin-top: -27px;
38
+ margin-left: 0;
39
+ }
40
+ .ant-popover-inner-content {
41
+ padding: 4px 0;
42
+ }
43
+ .text {
44
+ height: 32px;
45
+ margin: 0;
46
+ padding: 0 16px;
47
+ line-height: 32px;
48
+ cursor: pointer;
49
+ }
50
+ .delete {
51
+ // color: #fb5547;
52
+ }
53
+ .text:hover {
54
+ background: #e8efff;
55
+ }
56
+ }
57
+ &-text {
58
+ width: 100%;
59
+ // .__text-cut-one();
60
+ }
61
+ .gengduocaozuo {
62
+ display: none;
63
+ margin-left: 8px;
64
+ font-size: 16px !important;
65
+ }
66
+ .ant-input {
67
+ box-shadow: none !important;
68
+ }
69
+ }
70
+ .modules-panel-item:hover {
71
+ color: #165dff;
72
+ background: #e8efff;
73
+ .gengduocaozuo {
74
+ display: block;
75
+ }
76
+ }
77
+ .modules-panel-item.active {
78
+ padding: 0 8px;
79
+ color: #fff;
80
+ line-height: 40px;
81
+ background: #165dff;
82
+ .gengduocaozuo {
83
+ display: block;
84
+ }
85
+ }
86
+ .modules-panel-item.edit {
87
+ height: 40px;
88
+ padding: 0 8px;
89
+ color: rgba(103, 114, 127, 1);
90
+ line-height: 40px;
91
+ background: #e8efff;
92
+ }
@@ -1,12 +1,12 @@
1
- .ml-20 {
2
- margin-left: 20px;
3
- }
4
-
5
- .green {
6
- background: #4ac288;
7
- border-color: #4ac288;
8
- &:hover {
9
- background: #3ad48a;
10
- border-color: #3ad48a;
11
- }
12
- }
1
+ .ml-20 {
2
+ margin-left: 20px;
3
+ }
4
+
5
+ .green {
6
+ background: #4ac288;
7
+ border-color: #4ac288;
8
+ &:hover {
9
+ background: #3ad48a;
10
+ border-color: #3ad48a;
11
+ }
12
+ }