@zgfe/modules-settings 2.0.0-zhongyuan.9 → 2.1.0-zhongyuan-set.1

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 (133) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/importMetaDialog/index.d.ts +13 -0
  4. package/es/components/importMetaDialog/index.js +217 -0
  5. package/es/components/importMetaDialog/styles/index.less +115 -0
  6. package/es/components/pageLoading/index.less +7 -7
  7. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  8. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  9. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  10. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  12. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  13. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  14. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  15. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  16. package/es/components/picCircleSelect/index.less +37 -37
  17. package/es/components/processCanvas/styles/customNode.less +149 -149
  18. package/es/components/processCanvas/styles/index.less +34 -34
  19. package/es/components/settingTabs/index.less +51 -51
  20. package/es/constants/api.d.ts +30 -0
  21. package/es/constants/api.js +43 -1
  22. package/es/constants/icons/demo.css +539 -539
  23. package/es/constants/icons/demo_index.html +9871 -9871
  24. package/es/constants/icons/iconfont.css +1699 -1699
  25. package/es/constants/icons/iconfont.json +2956 -2956
  26. package/es/global.d.ts +4 -4
  27. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  28. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  29. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  30. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  31. package/es/modules/companySetting/appList/index.less +126 -126
  32. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  33. package/es/modules/companySetting/application/applicationForm.js +34 -4
  34. package/es/modules/companySetting/application/index.d.ts +13 -0
  35. package/es/modules/companySetting/application/index.js +276 -104
  36. package/es/modules/companySetting/application/index.less +144 -126
  37. package/es/modules/companySetting/business/index.less +92 -92
  38. package/es/modules/companySetting/cost/index.less +38 -38
  39. package/es/modules/companySetting/department/index.less +157 -157
  40. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  41. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  42. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  43. package/es/modules/companySetting/edit/styles/user.less +54 -54
  44. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  45. package/es/modules/companySetting/index.js +37 -33
  46. package/es/modules/companySetting/index.less +90 -90
  47. package/es/modules/companySetting/info/index.less +42 -42
  48. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  49. package/es/modules/companySetting/mainPart/index.less +239 -239
  50. package/es/modules/companySetting/operationLog/index.js +22 -5
  51. package/es/modules/companySetting/operationLog/index.less +33 -33
  52. package/es/modules/companySetting/role/index.less +296 -296
  53. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  54. package/es/modules/companySetting/style/common.less +79 -79
  55. package/es/modules/companySetting/style/reset.less +117 -117
  56. package/es/modules/companySetting/user/index.js +29 -24
  57. package/es/modules/companySetting/user/index.less +363 -363
  58. package/es/modules/companySetting/user/invite.js +30 -102
  59. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  60. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  61. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  62. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  63. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  64. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  65. package/es/modules/createDemand/constants.d.ts +15 -2
  66. package/es/modules/createDemand/constants.js +57 -4
  67. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  68. package/es/modules/createDemand/index.d.ts +0 -1
  69. package/es/modules/createDemand/index.js +793 -179
  70. package/es/modules/createDemand/styles/index.less +403 -277
  71. package/es/modules/createDemand_bf/demo/index.js +0 -1
  72. package/es/modules/createDemand_bf/index.js +0 -1
  73. package/es/modules/createDemand_bf/styles/index.less +222 -222
  74. package/es/modules/createProcess/components/index.less +52 -52
  75. package/es/modules/createProcess/index.less +114 -114
  76. package/es/modules/createProcess/title/index.less +53 -53
  77. package/es/modules/dealDemand/demo/index.js +0 -1
  78. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  79. package/es/modules/dealDemand/index.js +0 -2
  80. package/es/modules/dealDemand/styles/index.less +265 -265
  81. package/es/modules/demandManage/index.js +174 -178
  82. package/es/modules/demandManage/styles/index.less +8 -68
  83. package/es/modules/getPassword/index.less +122 -122
  84. package/es/modules/messageList/index.d.ts +1 -1
  85. package/es/modules/messageList/index.js +6 -6
  86. package/es/modules/messageList/index.less +81 -81
  87. package/es/modules/personalSetting/demo/index.d.ts +3 -0
  88. package/es/modules/personalSetting/demo/index.js +12 -0
  89. package/es/modules/personalSetting/index.js +11 -1
  90. package/es/modules/personalSetting/info/index.js +23 -5
  91. package/es/modules/personalSetting/securityLog/index.less +11 -11
  92. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  93. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  94. package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
  95. package/es/modules/pointMap/createMetaDrawer.js +825 -0
  96. package/es/modules/pointMap/editTxt/index.less +55 -55
  97. package/es/modules/pointMap/pageInfo.js +401 -179
  98. package/es/modules/pointMap/record.d.ts +7 -0
  99. package/es/modules/pointMap/record.js +521 -0
  100. package/es/modules/pointMap/styles/index.less +165 -38
  101. package/es/modules/pointMap/styles/pageInfo.less +439 -244
  102. package/es/modules/pointMap/styles/tree.css +164 -145
  103. package/es/modules/pointMap/styles/tree.less +174 -149
  104. package/es/modules/pointMap/tree.js +232 -88
  105. package/es/modules/pointMap/types.d.ts +88 -0
  106. package/es/modules/pointMap/types.js +1 -0
  107. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  108. package/es/modules/systemSetting/Dictionary.js +54 -370
  109. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  110. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  111. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  112. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  113. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
  114. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  115. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  116. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
  117. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  118. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  119. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  120. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
  121. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  122. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  123. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
  124. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  125. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  126. package/es/modules/systemSetting/document-setting/index.js +7 -6
  127. package/es/modules/systemSetting/index.css +161 -161
  128. package/es/modules/systemSetting/index.js +16 -16
  129. package/es/modules/systemSetting/index.less +169 -169
  130. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  131. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  132. package/es/types/personal.d.ts +1 -0
  133. package/package.json +74 -74
@@ -1,157 +1,157 @@
1
- @import './../../../constants/icons/iconfont.css';
2
-
3
- .department-list {
4
- height: 100%;
5
- padding: 0;
6
- overflow: auto;
7
-
8
- .ant-form-item {
9
- .ant-form-item-control-input {
10
- width: 392px;
11
- height: 32px;
12
- }
13
- }
14
-
15
- .ant-input {
16
- border-color: @background-color-base !important;
17
-
18
- &:focus {
19
- border-color: @primary-color !important;
20
- }
21
- }
22
-
23
- .ant-table-cell {
24
- height: 50px;
25
- }
26
-
27
- .ant-table-row-indent + .ant-table-row-expand-icon {
28
- margin-top: 0;
29
- }
30
-
31
- .app-list-head {
32
- display: flex;
33
- align-items: center;
34
- justify-content: space-between;
35
-
36
- > div {
37
- color: var(--io-n, #021429);
38
- font-weight: 500;
39
- font-size: 16px;
40
- font-family: PingFang SC;
41
- font-style: normal;
42
- line-height: 24px;
43
- /* 150% */
44
- }
45
- }
46
-
47
- .platform-icons {
48
- display: flex;
49
- align-items: center;
50
- justify-content: flex-start;
51
- width: 100%;
52
-
53
- span {
54
- margin-right: 10px;
55
- color: #cfcfcf;
56
- font-size: 16px;
57
- }
58
- }
59
-
60
- .department-list-content {
61
- margin-top: 16px;
62
-
63
- .c-grid-cell,
64
- .c-grid-header-cell {
65
- text-align: left !important;
66
- border: none;
67
- border-bottom: 1px solid #d1d1d1;
68
- }
69
-
70
- .c-grid-cell {
71
- text-align: left !important;
72
- }
73
-
74
- .c-grid-body .c-grid-row:nth-child(2n) {
75
- background: #fff !important;
76
- }
77
-
78
- .app-name {
79
- cursor: pointer;
80
-
81
- &:hover {
82
- color: #00a0ea;
83
- }
84
- }
85
-
86
- .operating {
87
- display: flex;
88
- gap: 16px;
89
- }
90
- }
91
- }
92
-
93
- .department-dialog-content {
94
- .ant-input {
95
- border-color: @background-color-base !important;
96
-
97
- &:focus {
98
- border-color: @primary-color !important;
99
- }
100
- }
101
-
102
- .ant-select-selector {
103
- border-color: @background-color-base !important;
104
- }
105
-
106
- .biz-select-handle-input {
107
- .ant-input {
108
- border-color: @background-color-base !important;
109
-
110
- &:focus {
111
- border-color: @background-color-base !important;
112
- }
113
- }
114
-
115
- &:focus {
116
- border-color: @primary-color !important;
117
- }
118
- }
119
-
120
- .ant-input-status-error {
121
- border: 1px solid #fb5547 !important;
122
-
123
- &:focus {
124
- border-color: #fb5547 !important;
125
- }
126
- }
127
-
128
- .ant-select-status-error {
129
- border: none !important;
130
-
131
- &:focus {
132
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
133
- }
134
- }
135
-
136
- .biz-select-handle-status-error.active:not(.disable) {
137
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
138
- }
139
-
140
- .biz-select-handle-status-error {
141
- .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
142
- .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
143
- box-shadow: none !important;
144
- }
145
- }
146
-
147
- .ant-form-item:last-of-type {
148
- margin-bottom: 0;
149
- }
150
-
151
- color: #5f6085;
152
-
153
- .ant-form-item-label {
154
- width: 80px;
155
- text-align: right;
156
- }
157
- }
1
+ @import './../../../constants/icons/iconfont.css';
2
+
3
+ .department-list {
4
+ height: 100%;
5
+ padding: 0;
6
+ overflow: auto;
7
+
8
+ .ant-form-item {
9
+ .ant-form-item-control-input {
10
+ width: 392px;
11
+ height: 32px;
12
+ }
13
+ }
14
+
15
+ .ant-input {
16
+ border-color: @background-color-base !important;
17
+
18
+ &:focus {
19
+ border-color: @primary-color !important;
20
+ }
21
+ }
22
+
23
+ .ant-table-cell {
24
+ height: 50px;
25
+ }
26
+
27
+ .ant-table-row-indent + .ant-table-row-expand-icon {
28
+ margin-top: 0;
29
+ }
30
+
31
+ .app-list-head {
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+
36
+ > div {
37
+ color: var(--io-n, #021429);
38
+ font-weight: 500;
39
+ font-size: 16px;
40
+ font-family: PingFang SC;
41
+ font-style: normal;
42
+ line-height: 24px;
43
+ /* 150% */
44
+ }
45
+ }
46
+
47
+ .platform-icons {
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: flex-start;
51
+ width: 100%;
52
+
53
+ span {
54
+ margin-right: 10px;
55
+ color: #cfcfcf;
56
+ font-size: 16px;
57
+ }
58
+ }
59
+
60
+ .department-list-content {
61
+ margin-top: 16px;
62
+
63
+ .c-grid-cell,
64
+ .c-grid-header-cell {
65
+ text-align: left !important;
66
+ border: none;
67
+ border-bottom: 1px solid #d1d1d1;
68
+ }
69
+
70
+ .c-grid-cell {
71
+ text-align: left !important;
72
+ }
73
+
74
+ .c-grid-body .c-grid-row:nth-child(2n) {
75
+ background: #fff !important;
76
+ }
77
+
78
+ .app-name {
79
+ cursor: pointer;
80
+
81
+ &:hover {
82
+ color: #00a0ea;
83
+ }
84
+ }
85
+
86
+ .operating {
87
+ display: flex;
88
+ gap: 16px;
89
+ }
90
+ }
91
+ }
92
+
93
+ .department-dialog-content {
94
+ .ant-input {
95
+ border-color: @background-color-base !important;
96
+
97
+ &:focus {
98
+ border-color: @primary-color !important;
99
+ }
100
+ }
101
+
102
+ .ant-select-selector {
103
+ border-color: @background-color-base !important;
104
+ }
105
+
106
+ .biz-select-handle-input {
107
+ .ant-input {
108
+ border-color: @background-color-base !important;
109
+
110
+ &:focus {
111
+ border-color: @background-color-base !important;
112
+ }
113
+ }
114
+
115
+ &:focus {
116
+ border-color: @primary-color !important;
117
+ }
118
+ }
119
+
120
+ .ant-input-status-error {
121
+ border: 1px solid #fb5547 !important;
122
+
123
+ &:focus {
124
+ border-color: #fb5547 !important;
125
+ }
126
+ }
127
+
128
+ .ant-select-status-error {
129
+ border: none !important;
130
+
131
+ &:focus {
132
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
133
+ }
134
+ }
135
+
136
+ .biz-select-handle-status-error.active:not(.disable) {
137
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
138
+ }
139
+
140
+ .biz-select-handle-status-error {
141
+ .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
142
+ .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
143
+ box-shadow: none !important;
144
+ }
145
+ }
146
+
147
+ .ant-form-item:last-of-type {
148
+ margin-bottom: 0;
149
+ }
150
+
151
+ color: #5f6085;
152
+
153
+ .ant-form-item-label {
154
+ width: 80px;
155
+ text-align: right;
156
+ }
157
+ }
@@ -1,3 +1,3 @@
1
- .company-setting-auth-config {
2
- margin: 0 20px;
3
- }
1
+ .company-setting-auth-config {
2
+ margin: 0 20px;
3
+ }
@@ -1,10 +1,10 @@
1
- .company-auth-group {
2
- position: relative;
3
- .company-auth-group-top {
4
- height: 36px;
5
- margin-top: 20px;
6
- padding: 0 20px;
7
- line-height: 36px;
8
- background-color: #f3f8fa;
9
- }
10
- }
1
+ .company-auth-group {
2
+ position: relative;
3
+ .company-auth-group-top {
4
+ height: 36px;
5
+ margin-top: 20px;
6
+ padding: 0 20px;
7
+ line-height: 36px;
8
+ background-color: #f3f8fa;
9
+ }
10
+ }
@@ -1,82 +1,82 @@
1
- .company-settting-auth-module {
2
- position: relative;
3
- display: flex;
4
- flex-direction: row;
5
- min-height: 51px;
6
- background-color: #ffffff;
7
- .module-name {
8
- position: relative;
9
- display: flex;
10
- align-items: center;
11
- width: 202px;
12
- padding-left: 20px;
13
- background-color: #fafafa;
14
- border: 1px solid #dadada;
15
- .item-label {
16
- width: 100%;
17
- overflow: hidden;
18
- white-space: nowrap;
19
- text-align: left;
20
- text-overflow: ellipsis;
21
- }
22
- }
23
- .module-content {
24
- position: relative;
25
- display: flex;
26
- flex: 1;
27
- flex-direction: row;
28
- flex-wrap: wrap;
29
- align-items: flex-start;
30
- padding-left: 20px;
31
- border: 1px solid #dadada;
32
- border-left: 0;
33
- .auth-selector {
34
- top: 13px;
35
- flex: none;
36
- margin-right: 20px;
37
- }
38
- .function-group {
39
- width: 25%;
40
- min-height: 50px;
41
- line-height: 50px;
42
- text-align: left;
43
- }
44
- .function-group.isVirtualApp {
45
- width: 50%;
46
- }
47
- .multi-level-group {
48
- display: flex;
49
- flex-direction: row;
50
- width: 100%;
51
- padding: 10px 0;
52
- border-bottom: 1px dotted #dadada;
53
- .function-name {
54
- width: calc(25% - 20px);
55
- margin-right: 20px;
56
- line-height: 30px;
57
- text-align: left;
58
- border-right: 1px solid #dadada;
59
- }
60
- .function-content {
61
- flex: 1;
62
- .function-item {
63
- display: inline-block;
64
- width: 33%;
65
- line-height: 30px;
66
- text-align: left;
67
- }
68
- }
69
- }
70
- .multi-level-group:last-child {
71
- border-bottom: none;
72
- }
73
- }
74
- }
75
- .company-auth-group {
76
- .company-settting-auth-module:not(:first-child) {
77
- .module-name,
78
- .module-content {
79
- border-top: 0;
80
- }
81
- }
82
- }
1
+ .company-settting-auth-module {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: row;
5
+ min-height: 51px;
6
+ background-color: #ffffff;
7
+ .module-name {
8
+ position: relative;
9
+ display: flex;
10
+ align-items: center;
11
+ width: 202px;
12
+ padding-left: 20px;
13
+ background-color: #fafafa;
14
+ border: 1px solid #dadada;
15
+ .item-label {
16
+ width: 100%;
17
+ overflow: hidden;
18
+ white-space: nowrap;
19
+ text-align: left;
20
+ text-overflow: ellipsis;
21
+ }
22
+ }
23
+ .module-content {
24
+ position: relative;
25
+ display: flex;
26
+ flex: 1;
27
+ flex-direction: row;
28
+ flex-wrap: wrap;
29
+ align-items: flex-start;
30
+ padding-left: 20px;
31
+ border: 1px solid #dadada;
32
+ border-left: 0;
33
+ .auth-selector {
34
+ top: 13px;
35
+ flex: none;
36
+ margin-right: 20px;
37
+ }
38
+ .function-group {
39
+ width: 25%;
40
+ min-height: 50px;
41
+ line-height: 50px;
42
+ text-align: left;
43
+ }
44
+ .function-group.isVirtualApp {
45
+ width: 50%;
46
+ }
47
+ .multi-level-group {
48
+ display: flex;
49
+ flex-direction: row;
50
+ width: 100%;
51
+ padding: 10px 0;
52
+ border-bottom: 1px dotted #dadada;
53
+ .function-name {
54
+ width: calc(25% - 20px);
55
+ margin-right: 20px;
56
+ line-height: 30px;
57
+ text-align: left;
58
+ border-right: 1px solid #dadada;
59
+ }
60
+ .function-content {
61
+ flex: 1;
62
+ .function-item {
63
+ display: inline-block;
64
+ width: 33%;
65
+ line-height: 30px;
66
+ text-align: left;
67
+ }
68
+ }
69
+ }
70
+ .multi-level-group:last-child {
71
+ border-bottom: none;
72
+ }
73
+ }
74
+ }
75
+ .company-auth-group {
76
+ .company-settting-auth-module:not(:first-child) {
77
+ .module-name,
78
+ .module-content {
79
+ border-top: 0;
80
+ }
81
+ }
82
+ }
@@ -1,54 +1,54 @@
1
- .company-setting-user {
2
- position: relative;
3
- height: 100%;
4
- padding: 20px;
5
- overflow-y: auto;
6
- color: #354052;
7
- font-size: 14px;
8
- .company-setting-user-title {
9
- margin-bottom: 30px;
10
- font-size: 18px;
11
- line-height: 18px;
12
- }
13
- .company-setting-user-name {
14
- margin-left: 20px;
15
- line-height: 35px;
16
- }
17
- .company-setting-user-groups {
18
- margin-left: 20px;
19
- }
20
- .item-label {
21
- display: inline-block;
22
- width: 85px;
23
- text-align: right;
24
- }
25
- .company-setting-footer {
26
- margin-top: 40px;
27
- text-align: right;
28
- .c-button {
29
- margin-right: 20px;
30
- }
31
- }
32
- }
33
-
34
- .select-group {
35
- display: flex;
36
- align-items: center;
37
- justify-content: space-between;
38
- margin: 10px;
39
- .all-btn {
40
- color: #3d62d2;
41
- cursor: pointer;
42
- }
43
- .delete-btn {
44
- color: #f55858;
45
- cursor: pointer;
46
- }
47
- }
48
- #ant-select {
49
- width: 100%;
50
- .ant-select-item-option-selected {
51
- color: #3d62d2 !important;
52
- background-color: #fff !important;
53
- }
54
- }
1
+ .company-setting-user {
2
+ position: relative;
3
+ height: 100%;
4
+ padding: 20px;
5
+ overflow-y: auto;
6
+ color: #354052;
7
+ font-size: 14px;
8
+ .company-setting-user-title {
9
+ margin-bottom: 30px;
10
+ font-size: 18px;
11
+ line-height: 18px;
12
+ }
13
+ .company-setting-user-name {
14
+ margin-left: 20px;
15
+ line-height: 35px;
16
+ }
17
+ .company-setting-user-groups {
18
+ margin-left: 20px;
19
+ }
20
+ .item-label {
21
+ display: inline-block;
22
+ width: 85px;
23
+ text-align: right;
24
+ }
25
+ .company-setting-footer {
26
+ margin-top: 40px;
27
+ text-align: right;
28
+ .c-button {
29
+ margin-right: 20px;
30
+ }
31
+ }
32
+ }
33
+
34
+ .select-group {
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ margin: 10px;
39
+ .all-btn {
40
+ color: #3d62d2;
41
+ cursor: pointer;
42
+ }
43
+ .delete-btn {
44
+ color: #f55858;
45
+ cursor: pointer;
46
+ }
47
+ }
48
+ #ant-select {
49
+ width: 100%;
50
+ .ant-select-item-option-selected {
51
+ color: #3d62d2 !important;
52
+ background-color: #fff !important;
53
+ }
54
+ }