@zgfe/modules-dm 1.0.56-zhongyuan.27 → 1.0.56-zhongyuan.28
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/es/constants/api.d.ts +1 -0
- package/es/constants/api.js +2 -0
- package/es/modules/dataManage/collectionAttributeList.js +360 -31
- package/es/modules/dataManage/components/creditPop/index.less +121 -121
- package/es/modules/dataManage/components/depositPop/index.less +115 -115
- package/es/modules/dataManage/components/developModal/index.css +36 -36
- package/es/modules/dataManage/components/developModal/index.less +36 -36
- package/es/modules/dataManage/components/editTxt/index.less +44 -44
- package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
- package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -90
- package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -91
- package/es/modules/dataManage/components/tablePlus.js +2 -2
- package/es/modules/dataManage/styles/detailed.less +74 -74
- package/es/modules/dataManage/styles/index.less +5 -0
- package/es/modules/dataMap/css/index.css +196 -196
- package/es/modules/dataMap/css/index.less +213 -213
- package/es/modules/dataPlan/styles/index.less +316 -316
- package/es/modules/dataReal/css/index.css +50 -50
- package/es/modules/dataReal/css/index.less +53 -53
- package/package.json +2 -2
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
.detailed-data {
|
|
2
|
-
&-header {
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
padding: 16px 0;
|
|
6
|
-
|
|
7
|
-
&-left {
|
|
8
|
-
display: flex;
|
|
9
|
-
gap: 0 10px;
|
|
10
|
-
align-items: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&-right {
|
|
14
|
-
display: flex;
|
|
15
|
-
gap: 16px;
|
|
16
|
-
|
|
17
|
-
button span {
|
|
18
|
-
margin: 0 4px;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&-operate {
|
|
24
|
-
display: flex;
|
|
25
|
-
gap: 16px;
|
|
26
|
-
justify-content: flex-start;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&-input-340 {
|
|
30
|
-
width: 340px !important;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&-disabled,
|
|
34
|
-
&-disabled:hover,
|
|
35
|
-
&-disabled:focus {
|
|
36
|
-
cursor: not-allowed !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.ant-btn-primary[disabled],
|
|
40
|
-
.ant-btn-primary[disabled]:hover,
|
|
41
|
-
.ant-btn-primary[disabled]:focus,
|
|
42
|
-
.ant-btn-primary[disabled]:active {
|
|
43
|
-
color: #fff;
|
|
44
|
-
background: var(--io-i2-, #d0dfff);
|
|
45
|
-
border: 1px solid #d0dfff;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&-modal {
|
|
49
|
-
.ant-modal-body {
|
|
50
|
-
padding: 24px !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
54
|
-
color: #000;
|
|
55
|
-
font-size: 24px;
|
|
56
|
-
line-height: 24px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
60
|
-
margin-top: 0;
|
|
61
|
-
padding-top: 24px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ant-modal-close {
|
|
65
|
-
padding-top: 8px;
|
|
66
|
-
padding-right: 6px;
|
|
67
|
-
|
|
68
|
-
&-x {
|
|
69
|
-
color: #021429;
|
|
70
|
-
font-size: 24px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
.detailed-data {
|
|
2
|
+
&-header {
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
padding: 16px 0;
|
|
6
|
+
|
|
7
|
+
&-left {
|
|
8
|
+
display: flex;
|
|
9
|
+
gap: 0 10px;
|
|
10
|
+
align-items: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&-right {
|
|
14
|
+
display: flex;
|
|
15
|
+
gap: 16px;
|
|
16
|
+
|
|
17
|
+
button span {
|
|
18
|
+
margin: 0 4px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-operate {
|
|
24
|
+
display: flex;
|
|
25
|
+
gap: 16px;
|
|
26
|
+
justify-content: flex-start;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&-input-340 {
|
|
30
|
+
width: 340px !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-disabled,
|
|
34
|
+
&-disabled:hover,
|
|
35
|
+
&-disabled:focus {
|
|
36
|
+
cursor: not-allowed !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ant-btn-primary[disabled],
|
|
40
|
+
.ant-btn-primary[disabled]:hover,
|
|
41
|
+
.ant-btn-primary[disabled]:focus,
|
|
42
|
+
.ant-btn-primary[disabled]:active {
|
|
43
|
+
color: #fff;
|
|
44
|
+
background: var(--io-i2-, #d0dfff);
|
|
45
|
+
border: 1px solid #d0dfff;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&-modal {
|
|
49
|
+
.ant-modal-body {
|
|
50
|
+
padding: 24px !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
54
|
+
color: #000;
|
|
55
|
+
font-size: 24px;
|
|
56
|
+
line-height: 24px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
60
|
+
margin-top: 0;
|
|
61
|
+
padding-top: 24px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ant-modal-close {
|
|
65
|
+
padding-top: 8px;
|
|
66
|
+
padding-right: 6px;
|
|
67
|
+
|
|
68
|
+
&-x {
|
|
69
|
+
color: #021429;
|
|
70
|
+
font-size: 24px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -1,196 +1,196 @@
|
|
|
1
|
-
.maidianMapIndex {
|
|
2
|
-
height: 100%;
|
|
3
|
-
}
|
|
4
|
-
.maidianMapIndex .info-upload-tip {
|
|
5
|
-
color: var(--io-N4-, #9aa1a9);
|
|
6
|
-
}
|
|
7
|
-
.mapSetting .ant-input[disabled] {
|
|
8
|
-
background-color: #fafafb !important;
|
|
9
|
-
}
|
|
10
|
-
.mapSetting_search {
|
|
11
|
-
display: grid;
|
|
12
|
-
grid-template-columns: 1fr 100px;
|
|
13
|
-
justify-content: space-between;
|
|
14
|
-
margin-bottom: 16px;
|
|
15
|
-
}
|
|
16
|
-
.mapSetting_search_input {
|
|
17
|
-
width: 320px !important;
|
|
18
|
-
margin: 0px 10px 0px 0px;
|
|
19
|
-
}
|
|
20
|
-
.mapSetting .ant-page-header {
|
|
21
|
-
padding-top: 0px;
|
|
22
|
-
padding-left: 0px;
|
|
23
|
-
}
|
|
24
|
-
.mapSetting_addMap_tip {
|
|
25
|
-
padding: 0px 0px 0px 16px;
|
|
26
|
-
color: #67727f;
|
|
27
|
-
line-height: 44px;
|
|
28
|
-
background: #f2f3f4;
|
|
29
|
-
}
|
|
30
|
-
.mapSetting_addMap_propTitle {
|
|
31
|
-
padding: 0px 0px 0px 16px;
|
|
32
|
-
color: #67727f;
|
|
33
|
-
color: #354354;
|
|
34
|
-
font-size: 14px;
|
|
35
|
-
line-height: 32px;
|
|
36
|
-
background: #f2f3f4;
|
|
37
|
-
}
|
|
38
|
-
.mapSetting_addMap_propTitleLeft {
|
|
39
|
-
display: inline-block;
|
|
40
|
-
width: 58%;
|
|
41
|
-
text-align: left;
|
|
42
|
-
}
|
|
43
|
-
.mapSetting_addMap_propTitleRight {
|
|
44
|
-
display: inline-block;
|
|
45
|
-
width: 42%;
|
|
46
|
-
text-align: left;
|
|
47
|
-
}
|
|
48
|
-
.mapSetting_addMap_propContent {
|
|
49
|
-
padding: 0px 0px 0px 0px;
|
|
50
|
-
color: #67727f;
|
|
51
|
-
color: #354354;
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
line-height: 32px;
|
|
54
|
-
}
|
|
55
|
-
.mapSetting_addMap_propContentLeft {
|
|
56
|
-
display: inline-block;
|
|
57
|
-
width: 50%;
|
|
58
|
-
text-align: left;
|
|
59
|
-
}
|
|
60
|
-
.mapSetting_addMap_propContentRight {
|
|
61
|
-
display: inline-block;
|
|
62
|
-
width: 40%;
|
|
63
|
-
text-align: left;
|
|
64
|
-
}
|
|
65
|
-
.mapSetting_addMap_propContentC {
|
|
66
|
-
display: inline-block;
|
|
67
|
-
width: 10%;
|
|
68
|
-
text-align: center;
|
|
69
|
-
}
|
|
70
|
-
.mapSetting_addMap_propValueList {
|
|
71
|
-
display: flex;
|
|
72
|
-
align-items: center;
|
|
73
|
-
width: 100%;
|
|
74
|
-
margin-top: 8px;
|
|
75
|
-
}
|
|
76
|
-
.mapSetting_addMap_propValueList .ant-form-item {
|
|
77
|
-
margin: 0px;
|
|
78
|
-
}
|
|
79
|
-
.mapSetting_addMap_propValueflag {
|
|
80
|
-
display: inline-block;
|
|
81
|
-
margin: 0px 8px;
|
|
82
|
-
}
|
|
83
|
-
.mapSetting_addMap_content {
|
|
84
|
-
display: grid;
|
|
85
|
-
grid-template-columns: 1fr 30px 1fr;
|
|
86
|
-
}
|
|
87
|
-
.mapSetting_footer {
|
|
88
|
-
display: flex;
|
|
89
|
-
align-items: center;
|
|
90
|
-
justify-content: flex-end;
|
|
91
|
-
}
|
|
92
|
-
.mapSetting_closeIco {
|
|
93
|
-
margin: '0px 8px ';
|
|
94
|
-
color: '#9aa1a9';
|
|
95
|
-
vertical-align: 'middle';
|
|
96
|
-
}
|
|
97
|
-
.mapSetting_closeIco:hover {
|
|
98
|
-
color: red;
|
|
99
|
-
}
|
|
100
|
-
.leftTreePage {
|
|
101
|
-
display: flex;
|
|
102
|
-
flex-direction: column;
|
|
103
|
-
background-color: white;
|
|
104
|
-
}
|
|
105
|
-
.leftTreePage-top {
|
|
106
|
-
flex: 1;
|
|
107
|
-
}
|
|
108
|
-
.leftTreePage_selectMap {
|
|
109
|
-
display: grid;
|
|
110
|
-
grid-gap: 10px;
|
|
111
|
-
grid-template-columns: 75px 1fr 60px;
|
|
112
|
-
align-items: center;
|
|
113
|
-
margin: 0px 0px 24px;
|
|
114
|
-
}
|
|
115
|
-
.leftTreePage_selectMap_setting {
|
|
116
|
-
margin-left: 10px;
|
|
117
|
-
color: #165dff;
|
|
118
|
-
cursor: pointer;
|
|
119
|
-
}
|
|
120
|
-
.leftTreePage_searchBtn {
|
|
121
|
-
width: 100%;
|
|
122
|
-
padding: 6px 0px;
|
|
123
|
-
background-color: transparent;
|
|
124
|
-
border: 1px solid #ddd;
|
|
125
|
-
cursor: pointer;
|
|
126
|
-
}
|
|
127
|
-
.leftTreePage_searchBtn:hover {
|
|
128
|
-
color: #165dff;
|
|
129
|
-
border: 1px solid #165dff;
|
|
130
|
-
}
|
|
131
|
-
.dataMapDetail_echartDiv {
|
|
132
|
-
display: grid;
|
|
133
|
-
flex-wrap: wrap;
|
|
134
|
-
grid-gap: 20px;
|
|
135
|
-
grid-template-columns: repeat(2, 1fr);
|
|
136
|
-
align-items: center;
|
|
137
|
-
margin-top: 24px;
|
|
138
|
-
}
|
|
139
|
-
.dataMapDetail_echartDiv_item {
|
|
140
|
-
display: grid;
|
|
141
|
-
grid-template-columns: 1fr 60px;
|
|
142
|
-
align-items: center;
|
|
143
|
-
padding: 20px;
|
|
144
|
-
background-color: #fafafb;
|
|
145
|
-
border: 1px solid #eee;
|
|
146
|
-
}
|
|
147
|
-
.dataMapDetail_echartDiv_leftText {
|
|
148
|
-
display: inline-block;
|
|
149
|
-
margin-left: 8px;
|
|
150
|
-
color: #354354;
|
|
151
|
-
}
|
|
152
|
-
.dataMapDetail_echartDiv_view {
|
|
153
|
-
color: #165dff;
|
|
154
|
-
}
|
|
155
|
-
.biz-attr-select-handle {
|
|
156
|
-
width: 100%;
|
|
157
|
-
max-width: 100%;
|
|
158
|
-
margin-bottom: 2px;
|
|
159
|
-
padding: 0;
|
|
160
|
-
}
|
|
161
|
-
.empty {
|
|
162
|
-
height: 100%;
|
|
163
|
-
color: #67727f;
|
|
164
|
-
text-align: center;
|
|
165
|
-
}
|
|
166
|
-
.empty .empty-img {
|
|
167
|
-
display: block;
|
|
168
|
-
width: 200px;
|
|
169
|
-
margin: 0px auto;
|
|
170
|
-
}
|
|
171
|
-
.mapSetting_addMap_form .biz-attr-condition-group-handle {
|
|
172
|
-
display: none;
|
|
173
|
-
}
|
|
174
|
-
.ziBackground .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
175
|
-
padding: 2px 3px;
|
|
176
|
-
background-color: #bad8ff7d;
|
|
177
|
-
}
|
|
178
|
-
.mapSetting .ant-dropdown-trigger.biz-select-handle.biz-condition-item-single-select {
|
|
179
|
-
position: relative;
|
|
180
|
-
background-color: transparent;
|
|
181
|
-
pointer-events: none;
|
|
182
|
-
}
|
|
183
|
-
.mapSetting .ant-dropdown-trigger.biz-select-handle.biz-condition-item-single-select::after {
|
|
184
|
-
position: absolute;
|
|
185
|
-
top: 0px;
|
|
186
|
-
left: -10px;
|
|
187
|
-
display: inline-block;
|
|
188
|
-
width: 120%;
|
|
189
|
-
height: 112%;
|
|
190
|
-
padding-top: 8px;
|
|
191
|
-
text-align: center;
|
|
192
|
-
vertical-align: middle;
|
|
193
|
-
background-color: white;
|
|
194
|
-
border-radius: 4px;
|
|
195
|
-
content: '是';
|
|
196
|
-
}
|
|
1
|
+
.maidianMapIndex {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.maidianMapIndex .info-upload-tip {
|
|
5
|
+
color: var(--io-N4-, #9aa1a9);
|
|
6
|
+
}
|
|
7
|
+
.mapSetting .ant-input[disabled] {
|
|
8
|
+
background-color: #fafafb !important;
|
|
9
|
+
}
|
|
10
|
+
.mapSetting_search {
|
|
11
|
+
display: grid;
|
|
12
|
+
grid-template-columns: 1fr 100px;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
margin-bottom: 16px;
|
|
15
|
+
}
|
|
16
|
+
.mapSetting_search_input {
|
|
17
|
+
width: 320px !important;
|
|
18
|
+
margin: 0px 10px 0px 0px;
|
|
19
|
+
}
|
|
20
|
+
.mapSetting .ant-page-header {
|
|
21
|
+
padding-top: 0px;
|
|
22
|
+
padding-left: 0px;
|
|
23
|
+
}
|
|
24
|
+
.mapSetting_addMap_tip {
|
|
25
|
+
padding: 0px 0px 0px 16px;
|
|
26
|
+
color: #67727f;
|
|
27
|
+
line-height: 44px;
|
|
28
|
+
background: #f2f3f4;
|
|
29
|
+
}
|
|
30
|
+
.mapSetting_addMap_propTitle {
|
|
31
|
+
padding: 0px 0px 0px 16px;
|
|
32
|
+
color: #67727f;
|
|
33
|
+
color: #354354;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
line-height: 32px;
|
|
36
|
+
background: #f2f3f4;
|
|
37
|
+
}
|
|
38
|
+
.mapSetting_addMap_propTitleLeft {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
width: 58%;
|
|
41
|
+
text-align: left;
|
|
42
|
+
}
|
|
43
|
+
.mapSetting_addMap_propTitleRight {
|
|
44
|
+
display: inline-block;
|
|
45
|
+
width: 42%;
|
|
46
|
+
text-align: left;
|
|
47
|
+
}
|
|
48
|
+
.mapSetting_addMap_propContent {
|
|
49
|
+
padding: 0px 0px 0px 0px;
|
|
50
|
+
color: #67727f;
|
|
51
|
+
color: #354354;
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
line-height: 32px;
|
|
54
|
+
}
|
|
55
|
+
.mapSetting_addMap_propContentLeft {
|
|
56
|
+
display: inline-block;
|
|
57
|
+
width: 50%;
|
|
58
|
+
text-align: left;
|
|
59
|
+
}
|
|
60
|
+
.mapSetting_addMap_propContentRight {
|
|
61
|
+
display: inline-block;
|
|
62
|
+
width: 40%;
|
|
63
|
+
text-align: left;
|
|
64
|
+
}
|
|
65
|
+
.mapSetting_addMap_propContentC {
|
|
66
|
+
display: inline-block;
|
|
67
|
+
width: 10%;
|
|
68
|
+
text-align: center;
|
|
69
|
+
}
|
|
70
|
+
.mapSetting_addMap_propValueList {
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
width: 100%;
|
|
74
|
+
margin-top: 8px;
|
|
75
|
+
}
|
|
76
|
+
.mapSetting_addMap_propValueList .ant-form-item {
|
|
77
|
+
margin: 0px;
|
|
78
|
+
}
|
|
79
|
+
.mapSetting_addMap_propValueflag {
|
|
80
|
+
display: inline-block;
|
|
81
|
+
margin: 0px 8px;
|
|
82
|
+
}
|
|
83
|
+
.mapSetting_addMap_content {
|
|
84
|
+
display: grid;
|
|
85
|
+
grid-template-columns: 1fr 30px 1fr;
|
|
86
|
+
}
|
|
87
|
+
.mapSetting_footer {
|
|
88
|
+
display: flex;
|
|
89
|
+
align-items: center;
|
|
90
|
+
justify-content: flex-end;
|
|
91
|
+
}
|
|
92
|
+
.mapSetting_closeIco {
|
|
93
|
+
margin: '0px 8px ';
|
|
94
|
+
color: '#9aa1a9';
|
|
95
|
+
vertical-align: 'middle';
|
|
96
|
+
}
|
|
97
|
+
.mapSetting_closeIco:hover {
|
|
98
|
+
color: red;
|
|
99
|
+
}
|
|
100
|
+
.leftTreePage {
|
|
101
|
+
display: flex;
|
|
102
|
+
flex-direction: column;
|
|
103
|
+
background-color: white;
|
|
104
|
+
}
|
|
105
|
+
.leftTreePage-top {
|
|
106
|
+
flex: 1;
|
|
107
|
+
}
|
|
108
|
+
.leftTreePage_selectMap {
|
|
109
|
+
display: grid;
|
|
110
|
+
grid-gap: 10px;
|
|
111
|
+
grid-template-columns: 75px 1fr 60px;
|
|
112
|
+
align-items: center;
|
|
113
|
+
margin: 0px 0px 24px;
|
|
114
|
+
}
|
|
115
|
+
.leftTreePage_selectMap_setting {
|
|
116
|
+
margin-left: 10px;
|
|
117
|
+
color: #165dff;
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
}
|
|
120
|
+
.leftTreePage_searchBtn {
|
|
121
|
+
width: 100%;
|
|
122
|
+
padding: 6px 0px;
|
|
123
|
+
background-color: transparent;
|
|
124
|
+
border: 1px solid #ddd;
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
}
|
|
127
|
+
.leftTreePage_searchBtn:hover {
|
|
128
|
+
color: #165dff;
|
|
129
|
+
border: 1px solid #165dff;
|
|
130
|
+
}
|
|
131
|
+
.dataMapDetail_echartDiv {
|
|
132
|
+
display: grid;
|
|
133
|
+
flex-wrap: wrap;
|
|
134
|
+
grid-gap: 20px;
|
|
135
|
+
grid-template-columns: repeat(2, 1fr);
|
|
136
|
+
align-items: center;
|
|
137
|
+
margin-top: 24px;
|
|
138
|
+
}
|
|
139
|
+
.dataMapDetail_echartDiv_item {
|
|
140
|
+
display: grid;
|
|
141
|
+
grid-template-columns: 1fr 60px;
|
|
142
|
+
align-items: center;
|
|
143
|
+
padding: 20px;
|
|
144
|
+
background-color: #fafafb;
|
|
145
|
+
border: 1px solid #eee;
|
|
146
|
+
}
|
|
147
|
+
.dataMapDetail_echartDiv_leftText {
|
|
148
|
+
display: inline-block;
|
|
149
|
+
margin-left: 8px;
|
|
150
|
+
color: #354354;
|
|
151
|
+
}
|
|
152
|
+
.dataMapDetail_echartDiv_view {
|
|
153
|
+
color: #165dff;
|
|
154
|
+
}
|
|
155
|
+
.biz-attr-select-handle {
|
|
156
|
+
width: 100%;
|
|
157
|
+
max-width: 100%;
|
|
158
|
+
margin-bottom: 2px;
|
|
159
|
+
padding: 0;
|
|
160
|
+
}
|
|
161
|
+
.empty {
|
|
162
|
+
height: 100%;
|
|
163
|
+
color: #67727f;
|
|
164
|
+
text-align: center;
|
|
165
|
+
}
|
|
166
|
+
.empty .empty-img {
|
|
167
|
+
display: block;
|
|
168
|
+
width: 200px;
|
|
169
|
+
margin: 0px auto;
|
|
170
|
+
}
|
|
171
|
+
.mapSetting_addMap_form .biz-attr-condition-group-handle {
|
|
172
|
+
display: none;
|
|
173
|
+
}
|
|
174
|
+
.ziBackground .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
175
|
+
padding: 2px 3px;
|
|
176
|
+
background-color: #bad8ff7d;
|
|
177
|
+
}
|
|
178
|
+
.mapSetting .ant-dropdown-trigger.biz-select-handle.biz-condition-item-single-select {
|
|
179
|
+
position: relative;
|
|
180
|
+
background-color: transparent;
|
|
181
|
+
pointer-events: none;
|
|
182
|
+
}
|
|
183
|
+
.mapSetting .ant-dropdown-trigger.biz-select-handle.biz-condition-item-single-select::after {
|
|
184
|
+
position: absolute;
|
|
185
|
+
top: 0px;
|
|
186
|
+
left: -10px;
|
|
187
|
+
display: inline-block;
|
|
188
|
+
width: 120%;
|
|
189
|
+
height: 112%;
|
|
190
|
+
padding-top: 8px;
|
|
191
|
+
text-align: center;
|
|
192
|
+
vertical-align: middle;
|
|
193
|
+
background-color: white;
|
|
194
|
+
border-radius: 4px;
|
|
195
|
+
content: '是';
|
|
196
|
+
}
|