vue2-client 1.2.84 → 1.2.85

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 (26) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +94 -94
  3. package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +225 -225
  4. package/src/base-client/components/common/AmapMarker/index.js +3 -3
  5. package/src/base-client/components/common/ScrollList/SrcollList.vue +113 -113
  6. package/src/base-client/components/common/ScrollList/index.js +3 -3
  7. package/src/base-client/components/common/XTable/XTable.vue +269 -269
  8. package/src/base-client/components/iot/DeviceDetailsView/DeviceDetailsView.vue +232 -232
  9. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsCount.vue +678 -678
  10. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsException.vue +57 -57
  11. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsRead.vue +131 -131
  12. package/src/base-client/components/iot/DeviceTypeDetailsView/DeviceTypeDetailsView.vue +300 -300
  13. package/src/base-client/components/iot/WebmeterAnalysisView/WebmeterAnalysisView.vue +770 -770
  14. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
  15. package/src/base-client/plugins/AppData.js +0 -2
  16. package/src/base-client/plugins/compatible/LoginServiceOA.js +20 -20
  17. package/src/pages/login/Login.vue +2 -2
  18. package/src/pages/resourceManage/orgListManage.vue +98 -98
  19. package/src/router/async/config.async.js +26 -26
  20. package/src/router/index.js +27 -27
  21. package/src/services/api/WebmeterAnalysisViewApi.js +20 -20
  22. package/src/services/api/index.js +39 -39
  23. package/src/services/api/iot/DeviceDetailsView/DeviceDetailsCountApi.js +18 -18
  24. package/src/theme/default/style.less +47 -47
  25. package/src/utils/map-utils.js +31 -31
  26. package/src/utils/request.js +13 -4
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.2.81 - 1.2.83 -2022-07-21 @朱子峰**
4
+ **1.2.81 - 1.2.85 -2022-07-21 @朱子峰**
5
5
  - 功能新增:
6
6
  - 兼容V4登陆
7
7
 
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
- {
2
- "name": "vue2-client",
3
- "version": "1.2.84",
4
- "private": false,
5
- "scripts": {
6
- "serve": "vue-cli-service serve",
7
- "build": "vue-cli-service build",
8
- "test:unit": "vue-cli-service test:unit",
9
- "lint": "vue-cli-service lint"
10
- },
11
- "dependencies": {
12
- "@amap/amap-jsapi-loader": "^1.0.1",
13
- "@antv/data-set": "^0.11.8",
14
- "@antv/f2": "^3.8.11",
15
- "@antv/g2plot": "^2.4.20",
16
- "@babel/core": "^7.18.5",
17
- "@logicflow/core": "^1.1.20",
18
- "@logicflow/extension": "^1.1.20",
19
- "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
20
- "@vue/babel-preset-jsx": "^1.2.4",
21
- "animate.css": "^4.1.1",
22
- "ant-design-vue": "^1.7.8",
23
- "axios": "^0.27.2",
24
- "clipboard": "^2.0.11",
25
- "core-js": "^3.23.2",
26
- "webpack": "^4.46.0",
27
- "date-fns": "^2.28.0",
28
- "default-passive-events": "^2.0.0",
29
- "enquire.js": "^2.1.6",
30
- "file-saver": "^2.0.5",
31
- "highlight.js": "^11.5.1",
32
- "js-cookie": "^3.0.1",
33
- "jsencrypt": "^3.2.1",
34
- "lodash.get": "^4.4.2",
35
- "mockjs": "^1.1.0",
36
- "nprogress": "^0.2.0",
37
- "viser-vue": "^2.4.8",
38
- "vue": "^2.6.14",
39
- "vue-i18n": "^8.27.2",
40
- "vue-infinite-scroll": "^2.0.2",
41
- "vue-json-viewer": "^2.2.22",
42
- "vue-router": "^3.5.4",
43
- "vuedraggable": "^2.24.3",
44
- "vuex": "^3.6.2",
45
- "xlsx": "^0.18.5"
46
- },
47
- "devDependencies": {
48
- "@ant-design/colors": "^6.0.0",
49
- "@vue/cli-plugin-babel": "^4.5.18",
50
- "@vue/cli-plugin-eslint": "^4.5.18",
51
- "@vue/cli-plugin-router": "^4.5.18",
52
- "@vue/cli-plugin-unit-jest": "~5.0.6",
53
- "@vue/cli-plugin-vuex": "^4.5.18",
54
- "@vue/cli-service": "^4.5.18",
55
- "@vue/eslint-config-standard": "^4.0.0",
56
- "@vue/test-utils": "^1.3.0",
57
- "@vue/vue2-jest": "^27.0.0",
58
- "@vuepress/plugin-back-to-top": "^1.9.7",
59
- "babel-eslint": "^10.1.0",
60
- "babel-jest": "^27.1.0",
61
- "babel-plugin-transform-remove-console": "^6.9.4",
62
- "babel-polyfill": "^6.26.0",
63
- "compression-webpack-plugin": "^5.0.2",
64
- "deepmerge": "^4.2.2",
65
- "echarts": "^5.3.3",
66
- "eslint": "^6.8.0",
67
- "eslint-plugin-import": "^2.26.0",
68
- "eslint-plugin-node": "^11.1.0",
69
- "eslint-plugin-standard": "^5.0.0",
70
- "eslint-plugin-vue": "^6.2.2",
71
- "fast-deep-equal": "^3.1.3",
72
- "gh-pages": "^3.2.3",
73
- "jest": "^27.1.0",
74
- "less": "^3.13.1",
75
- "less-loader": "^7.3.0",
76
- "react-bmap": "^1.0.130",
77
- "script-loader": "^0.7.2",
78
- "style-resources-loader": "^1.5.0",
79
- "vue-amap": "^0.5.10",
80
- "vue-baidu-map": "^0.21.22",
81
- "vue-bmap-gl": "^0.0.30",
82
- "vue-cli-plugin-style-resources-loader": "^0.1.5",
83
- "vue-mapvgl": "^0.0.34",
84
- "vue-template-compiler": "^2.6.14",
85
- "vuepress": "^1.9.7",
86
- "webpack-theme-color-replacer": "^1.4.1",
87
- "whatwg-fetch": "^3.6.2"
88
- },
89
- "browserslist": [
90
- "> 1%",
91
- "last 2 versions",
92
- "not ie <= 10"
93
- ]
94
- }
1
+ {
2
+ "name": "vue2-client",
3
+ "version": "1.2.85",
4
+ "private": false,
5
+ "scripts": {
6
+ "serve": "vue-cli-service serve",
7
+ "build": "vue-cli-service build",
8
+ "test:unit": "vue-cli-service test:unit",
9
+ "lint": "vue-cli-service lint"
10
+ },
11
+ "dependencies": {
12
+ "@amap/amap-jsapi-loader": "^1.0.1",
13
+ "@antv/data-set": "^0.11.8",
14
+ "@antv/f2": "^3.8.11",
15
+ "@antv/g2plot": "^2.4.20",
16
+ "@babel/core": "^7.18.5",
17
+ "@logicflow/core": "^1.1.20",
18
+ "@logicflow/extension": "^1.1.20",
19
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
20
+ "@vue/babel-preset-jsx": "^1.2.4",
21
+ "animate.css": "^4.1.1",
22
+ "ant-design-vue": "^1.7.8",
23
+ "axios": "^0.27.2",
24
+ "clipboard": "^2.0.11",
25
+ "core-js": "^3.23.2",
26
+ "webpack": "^4.46.0",
27
+ "date-fns": "^2.28.0",
28
+ "default-passive-events": "^2.0.0",
29
+ "enquire.js": "^2.1.6",
30
+ "file-saver": "^2.0.5",
31
+ "highlight.js": "^11.5.1",
32
+ "js-cookie": "^3.0.1",
33
+ "jsencrypt": "^3.2.1",
34
+ "lodash.get": "^4.4.2",
35
+ "mockjs": "^1.1.0",
36
+ "nprogress": "^0.2.0",
37
+ "viser-vue": "^2.4.8",
38
+ "vue": "^2.6.14",
39
+ "vue-i18n": "^8.27.2",
40
+ "vue-infinite-scroll": "^2.0.2",
41
+ "vue-json-viewer": "^2.2.22",
42
+ "vue-router": "^3.5.4",
43
+ "vuedraggable": "^2.24.3",
44
+ "vuex": "^3.6.2",
45
+ "xlsx": "^0.18.5"
46
+ },
47
+ "devDependencies": {
48
+ "@ant-design/colors": "^6.0.0",
49
+ "@vue/cli-plugin-babel": "^4.5.18",
50
+ "@vue/cli-plugin-eslint": "^4.5.18",
51
+ "@vue/cli-plugin-router": "^4.5.18",
52
+ "@vue/cli-plugin-unit-jest": "~5.0.6",
53
+ "@vue/cli-plugin-vuex": "^4.5.18",
54
+ "@vue/cli-service": "^4.5.18",
55
+ "@vue/eslint-config-standard": "^4.0.0",
56
+ "@vue/test-utils": "^1.3.0",
57
+ "@vue/vue2-jest": "^27.0.0",
58
+ "@vuepress/plugin-back-to-top": "^1.9.7",
59
+ "babel-eslint": "^10.1.0",
60
+ "babel-jest": "^27.1.0",
61
+ "babel-plugin-transform-remove-console": "^6.9.4",
62
+ "babel-polyfill": "^6.26.0",
63
+ "compression-webpack-plugin": "^5.0.2",
64
+ "deepmerge": "^4.2.2",
65
+ "echarts": "^5.3.3",
66
+ "eslint": "^6.8.0",
67
+ "eslint-plugin-import": "^2.26.0",
68
+ "eslint-plugin-node": "^11.1.0",
69
+ "eslint-plugin-standard": "^5.0.0",
70
+ "eslint-plugin-vue": "^6.2.2",
71
+ "fast-deep-equal": "^3.1.3",
72
+ "gh-pages": "^3.2.3",
73
+ "jest": "^27.1.0",
74
+ "less": "^3.13.1",
75
+ "less-loader": "^7.3.0",
76
+ "react-bmap": "^1.0.130",
77
+ "script-loader": "^0.7.2",
78
+ "style-resources-loader": "^1.5.0",
79
+ "vue-amap": "^0.5.10",
80
+ "vue-baidu-map": "^0.21.22",
81
+ "vue-bmap-gl": "^0.0.30",
82
+ "vue-cli-plugin-style-resources-loader": "^0.1.5",
83
+ "vue-mapvgl": "^0.0.34",
84
+ "vue-template-compiler": "^2.6.14",
85
+ "vuepress": "^1.9.7",
86
+ "webpack-theme-color-replacer": "^1.4.1",
87
+ "whatwg-fetch": "^3.6.2"
88
+ },
89
+ "browserslist": [
90
+ "> 1%",
91
+ "last 2 versions",
92
+ "not ie <= 10"
93
+ ]
94
+ }
@@ -1,225 +1,225 @@
1
- <template>
2
- <div class="certain-category-search-wrapper">
3
- <a-auto-complete
4
- :disabled="!mapAutocomplete"
5
- :dropdown-match-select-width="false"
6
- :dropdown-style="{ width: '400px' }"
7
- class="certain-category-search"
8
- dropdown-class-name="certain-category-search-dropdown"
9
- option-label-prop="value"
10
- placeholder="输入地址关键字搜索"
11
- @search="fetchFunction"
12
- @select="onSelect"
13
- >
14
- <a-spin v-if="searching" slot="notFoundContent" size="small" />
15
- <template slot="dataSource">
16
- <a-select-opt-group v-for="group in option" :key="group.title">
17
- <span
18
- slot="label">
19
- <a-icon type="bank" /> {{ group.title }}
20
- </span>
21
- <a-select-option v-for="address in group.children" :key="address.label + ' <' + address.value + '>'">
22
- <p class="addressName"><a-icon type="environment" /> <span v-html="highLight(address.label, address.word)">{{ address.label }}</span></p>
23
- <p v-if="address.address !== '[]'" class="addressRemark">
24
- {{ address.address }}
25
- </p>
26
- </a-select-option>
27
- </a-select-opt-group>
28
- </template>
29
- <a-input>
30
- <a-icon slot="suffix" class="certain-category-icon" type="search"/>
31
- </a-input>
32
- </a-auto-complete>
33
- </div>
34
- </template>
35
- <script>
36
-
37
- import { post } from '@vue2-client/services/api'
38
- import { GetGDMap } from '@vue2-client/utils/map-utils'
39
- import { debounce } from 'ant-design-vue/lib/vc-table/src/utils'
40
-
41
- export default {
42
- name: 'AddressSearchCombobox',
43
- data () {
44
- // 检索去抖
45
- this.fetchFunction = debounce(this.fetchFunction, 300)
46
- return {
47
- // 地址搜索联想
48
- mapAutocomplete: undefined,
49
- // 检索结果
50
- option: [],
51
- // 最后检索版本
52
- lastFetchId: 0,
53
- // 检索中
54
- searching: false
55
- }
56
- },
57
- model: {
58
- prop: 'searchResult',
59
- event: 'onSelect'
60
- },
61
- props: {
62
- searchResult: {
63
- type: String,
64
- default: undefined
65
- },
66
- // 返回数据格式
67
- searchResultType: {
68
- type: String,
69
- default: 'Default'
70
- // default: 'Array'
71
- // default: 'Object'
72
- },
73
- // Object 返回格式时 可以自定义key
74
- resultKeys: {
75
- type: Object,
76
- default: () => { return { address: 'address', coords: 'coords' } }
77
- }
78
- },
79
- created () {
80
- },
81
- mounted () {
82
- GetGDMap().then(aMap => {
83
- this.mapAutocomplete = new (aMap).Autocomplete({})
84
- })
85
- },
86
- methods: {
87
- onSelect (value) {
88
- let result
89
- if (this.searchResultType !== 'Default') {
90
- const _arr = value.replace('>', '').split('<')
91
- if (this.searchResultType === 'Array') {
92
- result = _arr
93
- } else {
94
- result = {}
95
- result[this.resultKeys.address] = _arr[0]
96
- result[this.resultKeys.coords] = _arr[1]
97
- }
98
- }
99
- this.$emit('onSelect', JSON.stringify(result) || value)
100
- // this.$emit('onClick', result || value)
101
- },
102
- // 懒加载检索方法
103
- fetchFunction (value) {
104
- if (value && this.mapAutocomplete) {
105
- this.searching = true
106
- this.lastFetchId += 1
107
- const fetchId = this.lastFetchId
108
- this.mapAutocomplete.search(value, (status, result) => {
109
- if (fetchId !== this.lastFetchId) {
110
- return
111
- }
112
- if (status === 'complete') {
113
- this.option = []
114
- const addressMap = {}
115
- result.tips.forEach((res) => {
116
- if (res.location) {
117
- if (!addressMap.hasOwnProperty(res.district)) {
118
- addressMap[res.district] = []
119
- }
120
- addressMap[res.district].push({
121
- label: res.name,
122
- value: res.location.lng + ',' + res.location.lat,
123
- address: res.address + '',
124
- word: value
125
- })
126
- }
127
- })
128
- for (const key of Object.keys(addressMap)) {
129
- this.option.push({
130
- title: key,
131
- children: addressMap[key]
132
- })
133
- }
134
- }
135
- this.searching = false
136
- })
137
- }
138
- },
139
- // 获取数据
140
- getData (value, callback) {
141
- if (value !== '') {
142
- const logicName = this.attr.keyName
143
- const logic = logicName.substring(6)
144
- post('/webmeterapi/' + logic, value).then(res => {
145
- callback(res)
146
- })
147
- }
148
- },
149
- // 关键字高亮
150
- highLight (value, word) {
151
- // 如果标题中包含,关键字就替换一下
152
- if (value.includes(word)) {
153
- value = value.replace(word,
154
- // 这里是替换成html格式的数据,最好再加一个样式权重,保险一点
155
- '<span style="color:red!important;">' + word + '</span>'
156
- )
157
- return value
158
- // eslint-disable-next-line brace-style
159
- }
160
- // 不包含的话还用这个
161
- else {
162
- return value
163
- }
164
- }
165
- }
166
- }
167
- </script>
168
-
169
- <style>
170
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
171
- color: #666;
172
- font-weight: bold;
173
- font-size: 14px;
174
- }
175
-
176
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
177
- border-bottom: 1px solid #f6f6f6;
178
- }
179
-
180
- .certain-category-search-dropdown .ant-select-dropdown-menu-item {
181
- padding-left: 16px;
182
- }
183
-
184
- .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
185
- text-align: center;
186
- cursor: default;
187
- }
188
-
189
- .certain-category-search-dropdown .ant-select-dropdown-menu {
190
- max-height: 300px;
191
- }
192
- </style>
193
- <style scoped>
194
- .certain-category-search-wrapper
195
- >>> .certain-category-search.ant-select-auto-complete
196
- .ant-input-affix-wrapper
197
- .ant-input-suffix {
198
- right: 12px;
199
- }
200
- .certain-category-search-wrapper >>> .certain-search-item-count {
201
- position: absolute;
202
- color: #999;
203
- right: 16px;
204
- }
205
- .certain-category-search-wrapper >>> .certain-category-search.ant-select-focused,
206
- .certain-category-icon {
207
- color: #108ee9;
208
- }
209
- .certain-category-search-wrapper >>> .certain-category-icon {
210
- color: #6e6e6e;
211
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
212
- font-size: 16px;
213
- }
214
-
215
- .addressName {
216
- margin-bottom: 0;
217
- font-size: 14px;
218
- font-weight: bold;
219
- }
220
-
221
- .addressRemark {
222
- margin-bottom: 0;
223
- font-size: 12px;
224
- }
225
- </style>
1
+ <template>
2
+ <div class="certain-category-search-wrapper">
3
+ <a-auto-complete
4
+ :disabled="!mapAutocomplete"
5
+ :dropdown-match-select-width="false"
6
+ :dropdown-style="{ width: '400px' }"
7
+ class="certain-category-search"
8
+ dropdown-class-name="certain-category-search-dropdown"
9
+ option-label-prop="value"
10
+ placeholder="输入地址关键字搜索"
11
+ @search="fetchFunction"
12
+ @select="onSelect"
13
+ >
14
+ <a-spin v-if="searching" slot="notFoundContent" size="small" />
15
+ <template slot="dataSource">
16
+ <a-select-opt-group v-for="group in option" :key="group.title">
17
+ <span
18
+ slot="label">
19
+ <a-icon type="bank" /> {{ group.title }}
20
+ </span>
21
+ <a-select-option v-for="address in group.children" :key="address.label + ' <' + address.value + '>'">
22
+ <p class="addressName"><a-icon type="environment" /> <span v-html="highLight(address.label, address.word)">{{ address.label }}</span></p>
23
+ <p v-if="address.address !== '[]'" class="addressRemark">
24
+ {{ address.address }}
25
+ </p>
26
+ </a-select-option>
27
+ </a-select-opt-group>
28
+ </template>
29
+ <a-input>
30
+ <a-icon slot="suffix" class="certain-category-icon" type="search"/>
31
+ </a-input>
32
+ </a-auto-complete>
33
+ </div>
34
+ </template>
35
+ <script>
36
+
37
+ import { post } from '@vue2-client/services/api'
38
+ import { GetGDMap } from '@vue2-client/utils/map-utils'
39
+ import { debounce } from 'ant-design-vue/lib/vc-table/src/utils'
40
+
41
+ export default {
42
+ name: 'AddressSearchCombobox',
43
+ data () {
44
+ // 检索去抖
45
+ this.fetchFunction = debounce(this.fetchFunction, 300)
46
+ return {
47
+ // 地址搜索联想
48
+ mapAutocomplete: undefined,
49
+ // 检索结果
50
+ option: [],
51
+ // 最后检索版本
52
+ lastFetchId: 0,
53
+ // 检索中
54
+ searching: false
55
+ }
56
+ },
57
+ model: {
58
+ prop: 'searchResult',
59
+ event: 'onSelect'
60
+ },
61
+ props: {
62
+ searchResult: {
63
+ type: String,
64
+ default: undefined
65
+ },
66
+ // 返回数据格式
67
+ searchResultType: {
68
+ type: String,
69
+ default: 'Default'
70
+ // default: 'Array'
71
+ // default: 'Object'
72
+ },
73
+ // Object 返回格式时 可以自定义key
74
+ resultKeys: {
75
+ type: Object,
76
+ default: () => { return { address: 'address', coords: 'coords' } }
77
+ }
78
+ },
79
+ created () {
80
+ },
81
+ mounted () {
82
+ GetGDMap().then(aMap => {
83
+ this.mapAutocomplete = new (aMap).Autocomplete({})
84
+ })
85
+ },
86
+ methods: {
87
+ onSelect (value) {
88
+ let result
89
+ if (this.searchResultType !== 'Default') {
90
+ const _arr = value.replace('>', '').split('<')
91
+ if (this.searchResultType === 'Array') {
92
+ result = _arr
93
+ } else {
94
+ result = {}
95
+ result[this.resultKeys.address] = _arr[0]
96
+ result[this.resultKeys.coords] = _arr[1]
97
+ }
98
+ }
99
+ this.$emit('onSelect', JSON.stringify(result) || value)
100
+ // this.$emit('onClick', result || value)
101
+ },
102
+ // 懒加载检索方法
103
+ fetchFunction (value) {
104
+ if (value && this.mapAutocomplete) {
105
+ this.searching = true
106
+ this.lastFetchId += 1
107
+ const fetchId = this.lastFetchId
108
+ this.mapAutocomplete.search(value, (status, result) => {
109
+ if (fetchId !== this.lastFetchId) {
110
+ return
111
+ }
112
+ if (status === 'complete') {
113
+ this.option = []
114
+ const addressMap = {}
115
+ result.tips.forEach((res) => {
116
+ if (res.location) {
117
+ if (!addressMap.hasOwnProperty(res.district)) {
118
+ addressMap[res.district] = []
119
+ }
120
+ addressMap[res.district].push({
121
+ label: res.name,
122
+ value: res.location.lng + ',' + res.location.lat,
123
+ address: res.address + '',
124
+ word: value
125
+ })
126
+ }
127
+ })
128
+ for (const key of Object.keys(addressMap)) {
129
+ this.option.push({
130
+ title: key,
131
+ children: addressMap[key]
132
+ })
133
+ }
134
+ }
135
+ this.searching = false
136
+ })
137
+ }
138
+ },
139
+ // 获取数据
140
+ getData (value, callback) {
141
+ if (value !== '') {
142
+ const logicName = this.attr.keyName
143
+ const logic = logicName.substring(6)
144
+ post('/webmeterapi/' + logic, value).then(res => {
145
+ callback(res)
146
+ })
147
+ }
148
+ },
149
+ // 关键字高亮
150
+ highLight (value, word) {
151
+ // 如果标题中包含,关键字就替换一下
152
+ if (value.includes(word)) {
153
+ value = value.replace(word,
154
+ // 这里是替换成html格式的数据,最好再加一个样式权重,保险一点
155
+ '<span style="color:red!important;">' + word + '</span>'
156
+ )
157
+ return value
158
+ // eslint-disable-next-line brace-style
159
+ }
160
+ // 不包含的话还用这个
161
+ else {
162
+ return value
163
+ }
164
+ }
165
+ }
166
+ }
167
+ </script>
168
+
169
+ <style>
170
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
171
+ color: #666;
172
+ font-weight: bold;
173
+ font-size: 14px;
174
+ }
175
+
176
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
177
+ border-bottom: 1px solid #f6f6f6;
178
+ }
179
+
180
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item {
181
+ padding-left: 16px;
182
+ }
183
+
184
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
185
+ text-align: center;
186
+ cursor: default;
187
+ }
188
+
189
+ .certain-category-search-dropdown .ant-select-dropdown-menu {
190
+ max-height: 300px;
191
+ }
192
+ </style>
193
+ <style scoped>
194
+ .certain-category-search-wrapper
195
+ >>> .certain-category-search.ant-select-auto-complete
196
+ .ant-input-affix-wrapper
197
+ .ant-input-suffix {
198
+ right: 12px;
199
+ }
200
+ .certain-category-search-wrapper >>> .certain-search-item-count {
201
+ position: absolute;
202
+ color: #999;
203
+ right: 16px;
204
+ }
205
+ .certain-category-search-wrapper >>> .certain-category-search.ant-select-focused,
206
+ .certain-category-icon {
207
+ color: #108ee9;
208
+ }
209
+ .certain-category-search-wrapper >>> .certain-category-icon {
210
+ color: #6e6e6e;
211
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
212
+ font-size: 16px;
213
+ }
214
+
215
+ .addressName {
216
+ margin-bottom: 0;
217
+ font-size: 14px;
218
+ font-weight: bold;
219
+ }
220
+
221
+ .addressRemark {
222
+ margin-bottom: 0;
223
+ font-size: 12px;
224
+ }
225
+ </style>
@@ -1,3 +1,3 @@
1
- import AmapPointRendering from './AmapPointRendering'
2
-
3
- export default AmapPointRendering
1
+ import AmapPointRendering from './AmapPointRendering'
2
+
3
+ export default AmapPointRendering