diff --git a/.env.development b/.env.development index 95ea17c..dbaefa2 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,4 @@ -// 王昊地址 -VITE_GLOB_API_URL=http://192.168.1.6 \ No newline at end of file +# 王昊地址 +#VITE_GLOB_API_URL=http://192.168.1.6 +#开发环境 +VITE_GLOB_API_URL=http://cqyt.dev.yg.dt.io \ No newline at end of file diff --git a/src/assets/img/watch.png b/src/assets/img/watch.png index f6672bd..2a1ef9b 100644 Binary files a/src/assets/img/watch.png and b/src/assets/img/watch.png differ diff --git a/src/assets/less/index.less b/src/assets/less/index.less index 62535eb..c4218c2 100644 --- a/src/assets/less/index.less +++ b/src/assets/less/index.less @@ -57,6 +57,12 @@ background-color: rgba(0, 0, 0, 0.3); } +.nowrap { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .ant-select-dropdown { background-color: #00152b !important; border-right: 1px solid #1b7ef2; diff --git a/src/assets/mapUtils/commonFun.ts b/src/assets/mapUtils/commonFun.ts index 9effefb..72a4659 100644 --- a/src/assets/mapUtils/commonFun.ts +++ b/src/assets/mapUtils/commonFun.ts @@ -35,7 +35,7 @@ export function typeToIcon(type: string) { return createIcon({ icon: mapIcon3, iconSize, imageSize }); } if (type == '6') { - return createIcon({ icon: watchIcon, iconSize: [21, 44], imageSize: [21, 44] }); + return createIcon({ icon: watchIcon, iconSize: [23, 51], imageSize: [23, 51] }); } } diff --git a/src/components/dialog/Dialog.vue b/src/components/dialog/Dialog.vue index 104b5f9..cc9f755 100644 --- a/src/components/dialog/Dialog.vue +++ b/src/components/dialog/Dialog.vue @@ -35,6 +35,7 @@ width: 100%; height: 40px; background: url('../../assets/images/dialog.png') no-repeat; + background: rgba(0, 0, 0, 0.6); background-size: 100% 100%; color: #ffffff !important; padding-left: 2%; @@ -43,6 +44,7 @@ .ant-modal-header { padding: 0 !important; padding-bottom: 0; + border-bottom: none; } .ant-modal-header, diff --git a/src/components/secondaryScreen/secondMap/components/watchListDialog.vue b/src/components/secondaryScreen/secondMap/components/watchListDialog.vue new file mode 100644 index 0000000..07994d7 --- /dev/null +++ b/src/components/secondaryScreen/secondMap/components/watchListDialog.vue @@ -0,0 +1,282 @@ + + + + + \ No newline at end of file diff --git a/src/components/secondaryScreen/secondMap/secondMap.vue b/src/components/secondaryScreen/secondMap/secondMap.vue index 9c83a5f..967cebe 100644 --- a/src/components/secondaryScreen/secondMap/secondMap.vue +++ b/src/components/secondaryScreen/secondMap/secondMap.vue @@ -10,17 +10,23 @@
-