vue2-client 1.6.30 → 1.6.32

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 (107) hide show
  1. package/CHANGELOG.md +588 -582
  2. package/index.js +30 -30
  3. package/package.json +1 -1
  4. package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +233 -229
  5. package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -115
  6. package/src/base-client/components/common/AmapMarker/index.js +3 -3
  7. package/src/base-client/components/common/CitySelect/CitySelect.vue +247 -247
  8. package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +733 -733
  9. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +508 -508
  10. package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +140 -140
  11. package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +165 -165
  12. package/src/base-client/components/common/JSONToTree/jsontotree.vue +275 -275
  13. package/src/base-client/components/common/Upload/Upload.vue +168 -168
  14. package/src/base-client/components/common/XAddForm/XAddForm.vue +326 -326
  15. package/src/base-client/components/common/XCard/XCard.vue +64 -64
  16. package/src/base-client/components/common/XForm/XForm.vue +180 -180
  17. package/src/base-client/components/common/XForm/XFormItem.vue +591 -591
  18. package/src/base-client/components/common/XFormTable/XFormTable.vue +336 -336
  19. package/src/base-client/components/common/XFormTable/index.md +97 -97
  20. package/src/base-client/components/common/XTreeOne/XTreeOne.vue +111 -109
  21. package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
  22. package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +807 -807
  23. package/src/base-client/components/ticket/TicketDetailsView/index.md +29 -29
  24. package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +260 -260
  25. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
  26. package/src/base-client/components/ticket/TicketSubmitSuccessView/index.md +29 -29
  27. package/src/base-client/plugins/AppData.js +76 -76
  28. package/src/base-client/plugins/GetLoginInfoService.js +179 -179
  29. package/src/base-client/plugins/PagedList.js +177 -177
  30. package/src/base-client/plugins/compatible/LoginServiceOA.js +20 -20
  31. package/src/base-client/plugins/i18n-extend.js +32 -32
  32. package/src/components/Ellipsis/Ellipsis.vue +65 -65
  33. package/src/components/Ellipsis/index.md +38 -38
  34. package/src/components/NumberInfo/index.md +43 -43
  35. package/src/components/STable/README.md +341 -341
  36. package/src/components/STable/index.js +318 -318
  37. package/src/components/Trend/index.md +45 -45
  38. package/src/components/checkbox/ColorCheckbox.vue +157 -157
  39. package/src/components/checkbox/ImgCheckbox.vue +163 -163
  40. package/src/components/exception/ExceptionPage.vue +70 -70
  41. package/src/components/form/FormRow.vue +52 -52
  42. package/src/components/index.js +36 -36
  43. package/src/components/menu/SideMenu.vue +62 -62
  44. package/src/components/menu/menu.js +273 -273
  45. package/src/components/page/header/index.less +40 -40
  46. package/src/components/setting/Setting.vue +235 -235
  47. package/src/components/table/StandardTable.vue +141 -141
  48. package/src/components/table/advance/ActionColumns.vue +158 -158
  49. package/src/components/table/advance/SearchArea.vue +355 -355
  50. package/src/components/tool/AStepItem.vue +60 -60
  51. package/src/components/tool/AvatarList.vue +68 -68
  52. package/src/components/tool/Drawer.vue +142 -142
  53. package/src/components/tool/TagSelect.vue +83 -83
  54. package/src/components/transition/PageToggleTransition.vue +97 -97
  55. package/src/config/default/admin.config.js +18 -18
  56. package/src/config/default/setting.config.js +46 -46
  57. package/src/config/replacer/resolve.config.js +67 -67
  58. package/src/layouts/CommonLayout.vue +42 -42
  59. package/src/layouts/ComponentLayoutOne.vue +47 -47
  60. package/src/layouts/PageLayout.vue +151 -151
  61. package/src/layouts/SinglePageView.vue +116 -116
  62. package/src/layouts/footer/PageFooter.vue +49 -49
  63. package/src/layouts/header/AdminHeader.vue +134 -134
  64. package/src/layouts/header/HeaderAvatar.vue +64 -64
  65. package/src/layouts/header/HeaderNotice.vue +176 -176
  66. package/src/layouts/header/HeaderSearch.vue +67 -67
  67. package/src/layouts/header/InstitutionDetail.vue +181 -181
  68. package/src/layouts/header/index.less +92 -92
  69. package/src/layouts/tabs/TabsHead.vue +190 -190
  70. package/src/layouts/tabs/TabsView.vue +379 -379
  71. package/src/mock/goods/index.js +108 -108
  72. package/src/pages/exception/404.vue +25 -25
  73. package/src/pages/login/Login.vue +365 -365
  74. package/src/pages/report/ReportTable.js +124 -124
  75. package/src/pages/report/ReportTableHome.vue +28 -28
  76. package/src/pages/resourceManage/orgListManage.vue +98 -98
  77. package/src/pages/system/file/index.vue +317 -317
  78. package/src/pages/system/settings/index.vue +126 -126
  79. package/src/pages/system/settings/modifyPassword.vue +109 -109
  80. package/src/router/async/config.async.js +28 -28
  81. package/src/router/async/router.map.js +68 -68
  82. package/src/router/index.js +27 -27
  83. package/src/services/api/DictionaryDetailsViewApi.js +6 -6
  84. package/src/services/api/LogDetailsViewApi.js +10 -10
  85. package/src/services/api/QueryParamsDetailsViewApi.js +6 -6
  86. package/src/services/api/TicketDetailsViewApi.js +34 -34
  87. package/src/services/api/cas.js +79 -79
  88. package/src/services/api/commonTempTable.js +10 -10
  89. package/src/services/api/index.js +17 -17
  90. package/src/services/api/logininfor/index.js +6 -6
  91. package/src/services/api/manage.js +8 -8
  92. package/src/services/apiService.js +14 -14
  93. package/src/services/user.js +64 -64
  94. package/src/store/modules/index.js +4 -4
  95. package/src/theme/default/nprogress.less +76 -76
  96. package/src/theme/default/style.less +58 -47
  97. package/src/utils/colors.js +107 -107
  98. package/src/utils/excel/Blob.js +180 -180
  99. package/src/utils/excel/Export2Excel.js +141 -141
  100. package/src/utils/formatter.js +68 -68
  101. package/src/utils/i18n.js +80 -80
  102. package/src/utils/map-utils.js +37 -37
  103. package/src/utils/request.js +311 -311
  104. package/src/utils/theme-color-replacer-extend.js +91 -91
  105. package/src/utils/themeUtil.js +100 -100
  106. package/src/utils/util.js +230 -230
  107. package/vue.config.js +106 -106
package/index.js CHANGED
@@ -1,30 +1,30 @@
1
- import Vue from 'vue'
2
- import { initRouter } from '@vue2-client/router'
3
- import { initI18n } from '@vue2-client/utils/i18n'
4
- import bootstrap from '@vue2-client/bootstrap'
5
- import { modules } from '@vue2-client/store'
6
- import '@vue2-client/theme/index.less'
7
- import '@vue2-client/utils/filter'
8
- import 'animate.css/source/animate.css'
9
- import 'moment/locale/zh-cn'
10
- import Antd from 'ant-design-vue'
11
- import Viser from 'viser-vue'
12
- // 插件
13
- import Plugins from '@vue2-client/base-client/plugins'
14
-
15
- const routerOptions = initRouter()
16
- const i18n = initI18n('CN', 'US')
17
-
18
- Vue.use(Antd)
19
- Vue.use(Viser)
20
- Vue.use(Plugins)
21
- Vue.config.productionTip = false
22
- const message = Vue.prototype.$message
23
-
24
- export {
25
- routerOptions,
26
- modules,
27
- i18n,
28
- message,
29
- bootstrap
30
- }
1
+ import Vue from 'vue'
2
+ import { initRouter } from '@vue2-client/router'
3
+ import { initI18n } from '@vue2-client/utils/i18n'
4
+ import bootstrap from '@vue2-client/bootstrap'
5
+ import { modules } from '@vue2-client/store'
6
+ import '@vue2-client/theme/index.less'
7
+ import '@vue2-client/utils/filter'
8
+ import 'animate.css/source/animate.css'
9
+ import 'moment/locale/zh-cn'
10
+ import Antd from 'ant-design-vue'
11
+ import Viser from 'viser-vue'
12
+ // 插件
13
+ import Plugins from '@vue2-client/base-client/plugins'
14
+
15
+ const routerOptions = initRouter()
16
+ const i18n = initI18n('CN', 'US')
17
+
18
+ Vue.use(Antd)
19
+ Vue.use(Viser)
20
+ Vue.use(Plugins)
21
+ Vue.config.productionTip = false
22
+ const message = Vue.prototype.$message
23
+
24
+ export {
25
+ routerOptions,
26
+ modules,
27
+ i18n,
28
+ message,
29
+ bootstrap
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.6.30",
3
+ "version": "1.6.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1,229 +1,233 @@
1
- <template>
2
- <div class="certain-category-search-wrapper">
3
- <a-auto-complete
4
- style="right: -12px"
5
- :disabled="!mapAutocomplete"
6
- :dropdown-match-select-width="false"
7
- :dropdown-style="{ width: '400px' }"
8
- class="certain-category-search"
9
- dropdown-class-name="certain-category-search-dropdown"
10
- option-label-prop="value"
11
- placeholder="输入地址关键字搜索"
12
- @search="fetchFunction"
13
- @select="onSelect"
14
- >
15
- <a-spin v-if="searching" slot="notFoundContent" size="small" />
16
- <template slot="dataSource">
17
- <a-select-opt-group v-for="group in option" :key="group.title">
18
- <span
19
- slot="label">
20
- <a-icon type="bank" /> {{ group.title }}
21
- </span>
22
- <a-select-option v-for="address in group.children" :key="address.label + ' <' + address.value + '>'">
23
- <p class="addressName"><a-icon type="environment" /> <span v-html="highLight(address.label, address.word)">{{ address.label }}</span></p>
24
- <p v-if="address.address !== '[]'" class="addressRemark">
25
- {{ address.address }}
26
- </p>
27
- </a-select-option>
28
- </a-select-opt-group>
29
- </template>
30
- <a-input>
31
- <a-icon slot="suffix" class="certain-category-icon" type="search"/>
32
- </a-input>
33
- </a-auto-complete>
34
- </div>
35
- </template>
36
- <script>
37
-
38
- import { post } from '@vue2-client/services/api'
39
- import { GetGDMap } from '@vue2-client/utils/map-utils'
40
- import { debounce } from 'ant-design-vue/lib/vc-table/src/utils'
41
-
42
- export default {
43
- name: 'AddressSearchCombobox',
44
- data () {
45
- // 检索去抖
46
- this.fetchFunction = debounce(this.fetchFunction, 300)
47
- return {
48
- // 地址搜索联想
49
- mapAutocomplete: undefined,
50
- // 检索结果
51
- option: [],
52
- // 最后检索版本
53
- lastFetchId: 0,
54
- // 检索中
55
- searching: false
56
- }
57
- },
58
- model: {
59
- prop: 'searchResult',
60
- event: 'onSelect'
61
- },
62
- computed: {
63
- ...mapState('setting', ['isMobile', 'gaode_key', 'gaode_secret_key'])
64
- },
65
- props: {
66
- searchResult: {
67
- type: String,
68
- default: undefined
69
- },
70
- // 返回数据格式
71
- searchResultType: {
72
- type: String,
73
- default: 'Default'
74
- // default: 'Array'
75
- // default: 'Object'
76
- },
77
- // Object 返回格式时 可以自定义key
78
- resultKeys: {
79
- type: Object,
80
- default: () => { return { address: 'address', coords: 'coords' } }
81
- }
82
- },
83
- created () {
84
- },
85
- mounted () {
86
- GetGDMap(this.gaode_secret_key, this.gaode_key).then(aMap => {
87
- this.mapAutocomplete = new (aMap).Autocomplete({})
88
- })
89
- },
90
- methods: {
91
- onSelect (value) {
92
- let result
93
- if (this.searchResultType !== 'Default') {
94
- const _arr = value.replace('>', '').split('<')
95
- if (this.searchResultType === 'Array') {
96
- result = _arr
97
- } else {
98
- result = {}
99
- result[this.resultKeys.address] = _arr[0]
100
- result[this.resultKeys.coords] = _arr[1]
101
- }
102
- }
103
- this.$emit('onSelect', JSON.stringify(result) || value)
104
- // this.$emit('onClick', result || value)
105
- },
106
- // 懒加载检索方法
107
- fetchFunction (value) {
108
- if (value && this.mapAutocomplete) {
109
- this.searching = true
110
- this.lastFetchId += 1
111
- const fetchId = this.lastFetchId
112
- this.mapAutocomplete.search(value, (status, result) => {
113
- if (fetchId !== this.lastFetchId) {
114
- return
115
- }
116
- if (status === 'complete') {
117
- this.option = []
118
- const addressMap = {}
119
- result.tips.forEach((res) => {
120
- if (res.location) {
121
- if (!addressMap.hasOwnProperty(res.district)) {
122
- addressMap[res.district] = []
123
- }
124
- addressMap[res.district].push({
125
- label: res.name,
126
- value: res.location.lng + ',' + res.location.lat,
127
- address: res.address + '',
128
- word: value
129
- })
130
- }
131
- })
132
- for (const key of Object.keys(addressMap)) {
133
- this.option.push({
134
- title: key,
135
- children: addressMap[key]
136
- })
137
- }
138
- }
139
- this.searching = false
140
- })
141
- }
142
- },
143
- // 获取数据
144
- getData (value, callback) {
145
- if (value !== '') {
146
- const logicName = this.attr.keyName
147
- const logic = logicName.substring(6)
148
- post('/api/af-system/logic/' + logic, value).then(res => {
149
- callback(res)
150
- })
151
- }
152
- },
153
- // 关键字高亮
154
- highLight (value, word) {
155
- // 如果标题中包含,关键字就替换一下
156
- if (value.includes(word)) {
157
- value = value.replace(word,
158
- // 这里是替换成html格式的数据,最好再加一个样式权重,保险一点
159
- '<span style="color:red!important;">' + word + '</span>'
160
- )
161
- return value
162
- // eslint-disable-next-line brace-style
163
- }
164
- // 不包含的话还用这个
165
- else {
166
- return value
167
- }
168
- }
169
- }
170
- }
171
- </script>
172
-
173
- <style>
174
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
175
- color: #666;
176
- font-weight: bold;
177
- font-size: 14px;
178
- }
179
-
180
- .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
181
- border-bottom: 1px solid #f6f6f6;
182
- }
183
-
184
- .certain-category-search-dropdown .ant-select-dropdown-menu-item {
185
- padding-left: 16px;
186
- }
187
-
188
- .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
189
- text-align: center;
190
- cursor: default;
191
- }
192
-
193
- .certain-category-search-dropdown .ant-select-dropdown-menu {
194
- max-height: 300px;
195
- }
196
- </style>
197
- <style scoped>
198
- .certain-category-search-wrapper,
199
- >>> .certain-category-search.ant-select-auto-complete,
200
- .ant-input-affix-wrapper,
201
- .ant-input-suffix {
202
- right: 12px;
203
- }
204
- .certain-category-search-wrapper >>> .certain-search-item-count {
205
- position: absolute;
206
- color: #999;
207
- right: 16px;
208
- }
209
- .certain-category-search-wrapper >>> .certain-category-search.ant-select-focused,
210
- .certain-category-icon {
211
- color: #108ee9;
212
- }
213
- .certain-category-search-wrapper >>> .certain-category-icon {
214
- color: #6e6e6e;
215
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
216
- font-size: 16px;
217
- }
218
-
219
- .addressName {
220
- margin-bottom: 0;
221
- font-size: 14px;
222
- font-weight: bold;
223
- }
224
-
225
- .addressRemark {
226
- margin-bottom: 0;
227
- font-size: 12px;
228
- }
229
- </style>
1
+ <template>
2
+ <div class="certain-category-search-wrapper">
3
+ <a-auto-complete
4
+ style="right: -12px"
5
+ :disabled="!mapAutocomplete"
6
+ :dropdown-match-select-width="false"
7
+ :dropdown-style="{ width: '400px' }"
8
+ class="certain-category-search"
9
+ dropdown-class-name="certain-category-search-dropdown"
10
+ option-label-prop="value"
11
+ placeholder="输入地址关键字搜索"
12
+ @search="fetchFunction"
13
+ @select="onSelect"
14
+ >
15
+ <a-spin v-if="searching" slot="notFoundContent" size="small" />
16
+ <template slot="dataSource">
17
+ <a-select-opt-group v-for="group in option" :key="group.title">
18
+ <span
19
+ slot="label">
20
+ <a-icon type="bank" /> {{ group.title }}
21
+ </span>
22
+ <a-select-option v-for="address in group.children" :key="address.label + ' <' + address.value + '>'">
23
+ <p class="addressName"><a-icon type="environment" /> <span v-html="highLight(address.label, address.word)">{{ address.label }}</span></p>
24
+ <p v-if="address.address !== '[]'" class="addressRemark">
25
+ {{ address.address }}
26
+ </p>
27
+ </a-select-option>
28
+ </a-select-opt-group>
29
+ </template>
30
+ <a-input>
31
+ <a-icon slot="suffix" class="certain-category-icon" type="search"/>
32
+ </a-input>
33
+ </a-auto-complete>
34
+ </div>
35
+ </template>
36
+ <script>
37
+
38
+ import { post } from '@vue2-client/services/api'
39
+ import { GetGDMap } from '@vue2-client/utils/map-utils'
40
+ import { debounce } from 'ant-design-vue/lib/vc-table/src/utils'
41
+ import { mapState } from 'vuex'
42
+
43
+ export default {
44
+ name: 'AddressSearchCombobox',
45
+ data () {
46
+ // 检索去抖
47
+ this.fetchFunction = debounce(this.fetchFunction, 300)
48
+ return {
49
+ // 地址搜索联想
50
+ mapAutocomplete: undefined,
51
+ // 检索结果
52
+ option: [],
53
+ // 最后检索版本
54
+ lastFetchId: 0,
55
+ // 检索中
56
+ searching: false
57
+ }
58
+ },
59
+ model: {
60
+ prop: 'searchResult',
61
+ event: 'onSelect'
62
+ },
63
+ computed: {
64
+ ...mapState('setting', ['isMobile', 'gaode_key', 'gaode_secret_key'])
65
+ },
66
+ props: {
67
+ searchResult: {
68
+ type: String,
69
+ default: undefined
70
+ },
71
+ // 返回数据格式
72
+ searchResultType: {
73
+ type: String,
74
+ default: 'Default'
75
+ // default: 'Array'
76
+ // default: 'Object'
77
+ },
78
+ // Object 返回格式时 可以自定义key
79
+ resultKeys: {
80
+ type: Object,
81
+ default: () => { return { address: 'address', coords: 'coords' } }
82
+ }
83
+ },
84
+ created () {
85
+ },
86
+ mounted () {
87
+ GetGDMap(this.gaode_secret_key, this.gaode_key).then(aMap => {
88
+ this.mapAutocomplete = new (aMap).AutoComplete({
89
+ // city 限定城市,默认全国
90
+ city: '全国'
91
+ })
92
+ })
93
+ },
94
+ methods: {
95
+ onSelect (value) {
96
+ let result
97
+ if (this.searchResultType !== 'Default') {
98
+ const _arr = value.replace('>', '').split('<')
99
+ if (this.searchResultType === 'Array') {
100
+ result = _arr
101
+ } else {
102
+ result = {}
103
+ result[this.resultKeys.address] = _arr[0]
104
+ result[this.resultKeys.coords] = _arr[1]
105
+ }
106
+ }
107
+ this.$emit('onSelect', JSON.stringify(result) || value)
108
+ // this.$emit('onClick', result || value)
109
+ },
110
+ // 懒加载检索方法
111
+ fetchFunction (value) {
112
+ if (value && this.mapAutocomplete) {
113
+ this.searching = true
114
+ this.lastFetchId += 1
115
+ const fetchId = this.lastFetchId
116
+ this.mapAutocomplete.search(value, (status, result) => {
117
+ if (fetchId !== this.lastFetchId) {
118
+ return
119
+ }
120
+ if (status === 'complete') {
121
+ this.option = []
122
+ const addressMap = {}
123
+ result.tips.forEach((res) => {
124
+ if (res.location) {
125
+ if (!addressMap.hasOwnProperty(res.district)) {
126
+ addressMap[res.district] = []
127
+ }
128
+ addressMap[res.district].push({
129
+ label: res.name,
130
+ value: res.location.lng + ',' + res.location.lat,
131
+ address: res.address + '',
132
+ word: value
133
+ })
134
+ }
135
+ })
136
+ for (const key of Object.keys(addressMap)) {
137
+ this.option.push({
138
+ title: key,
139
+ children: addressMap[key]
140
+ })
141
+ }
142
+ }
143
+ this.searching = false
144
+ })
145
+ }
146
+ },
147
+ // 获取数据
148
+ getData (value, callback) {
149
+ if (value !== '') {
150
+ const logicName = this.attr.keyName
151
+ const logic = logicName.substring(6)
152
+ post('/api/af-system/logic/' + logic, value).then(res => {
153
+ callback(res)
154
+ })
155
+ }
156
+ },
157
+ // 关键字高亮
158
+ highLight (value, word) {
159
+ // 如果标题中包含,关键字就替换一下
160
+ if (value.includes(word)) {
161
+ value = value.replace(word,
162
+ // 这里是替换成html格式的数据,最好再加一个样式权重,保险一点
163
+ '<span style="color:red!important;">' + word + '</span>'
164
+ )
165
+ return value
166
+ // eslint-disable-next-line brace-style
167
+ }
168
+ // 不包含的话还用这个
169
+ else {
170
+ return value
171
+ }
172
+ }
173
+ }
174
+ }
175
+ </script>
176
+
177
+ <style>
178
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
179
+ color: #666;
180
+ font-weight: bold;
181
+ font-size: 14px;
182
+ }
183
+
184
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
185
+ border-bottom: 1px solid #f6f6f6;
186
+ }
187
+
188
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item {
189
+ padding-left: 16px;
190
+ }
191
+
192
+ .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
193
+ text-align: center;
194
+ cursor: default;
195
+ }
196
+
197
+ .certain-category-search-dropdown .ant-select-dropdown-menu {
198
+ max-height: 300px;
199
+ }
200
+ </style>
201
+ <style scoped>
202
+ .certain-category-search-wrapper,
203
+ >>> .certain-category-search.ant-select-auto-complete,
204
+ .ant-input-affix-wrapper,
205
+ .ant-input-suffix {
206
+ right: 12px;
207
+ }
208
+ .certain-category-search-wrapper >>> .certain-search-item-count {
209
+ position: absolute;
210
+ color: #999;
211
+ right: 16px;
212
+ }
213
+ .certain-category-search-wrapper >>> .certain-category-search.ant-select-focused,
214
+ .certain-category-icon {
215
+ color: #108ee9;
216
+ }
217
+ .certain-category-search-wrapper >>> .certain-category-icon {
218
+ color: #6e6e6e;
219
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
220
+ font-size: 16px;
221
+ }
222
+
223
+ .addressName {
224
+ margin-bottom: 0;
225
+ font-size: 14px;
226
+ font-weight: bold;
227
+ }
228
+
229
+ .addressRemark {
230
+ margin-bottom: 0;
231
+ font-size: 12px;
232
+ }
233
+ </style>