From 8b887f86a35b9711135087c9fc54f85a6ebf50d5 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 08 三月 2024 09:14:03 +0800 Subject: [PATCH] update --- src/container/mapPreview/Map.vue | 3 ++- src/main.js | 4 ++-- src/container/Map/Map.vue | 3 ++- src/views/login/index.vue | 2 +- src/container/mapPreview/mapPreview.vue | 5 +++-- src/container/mapPreviewDetail/index.vue | 7 ++++--- src/views/login/index1.vue | 2 +- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/container/Map/Map.vue b/src/container/Map/Map.vue index fd0e080..3d8a414 100644 --- a/src/container/Map/Map.vue +++ b/src/container/Map/Map.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed - * @LastEditTime: 2024-03-05 16:08:05 + * @LastEditTime: 2024-03-08 09:11:52 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue --> <template> @@ -589,6 +589,7 @@ position: relative; display: flex; flex-direction: column; + background: rgba(0,0,0,.6); } } diff --git a/src/container/mapPreview/Map.vue b/src/container/mapPreview/Map.vue index c43eba8..57873e5 100644 --- a/src/container/mapPreview/Map.vue +++ b/src/container/mapPreview/Map.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed - * @LastEditTime: 2024-02-05 17:11:25 + * @LastEditTime: 2024-03-08 09:12:55 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/Map.vue --> <template> @@ -219,6 +219,7 @@ position: relative; display: flex; flex-direction: column; + background: rgba(0,0,0,.6); } } diff --git a/src/container/mapPreview/mapPreview.vue b/src/container/mapPreview/mapPreview.vue index 92cc7a4..5e984d8 100644 --- a/src/container/mapPreview/mapPreview.vue +++ b/src/container/mapPreview/mapPreview.vue @@ -1,8 +1,8 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed - * @LastEditTime: 2024-01-14 16:50:48 - * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue + * @LastEditTime: 2024-03-08 09:12:51 + * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/mapPreview.vue --> <template> <div class="map"> @@ -437,6 +437,7 @@ position: relative; display: flex; flex-direction: column; + background: rgba(0,0,0,.6); } } diff --git a/src/container/mapPreviewDetail/index.vue b/src/container/mapPreviewDetail/index.vue index c961161..dbd1760 100644 --- a/src/container/mapPreviewDetail/index.vue +++ b/src/container/mapPreviewDetail/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 22:26:22 * @LastEditors: Sneed - * @LastEditTime: 2024-03-05 15:39:49 + * @LastEditTime: 2024-03-08 09:07:05 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreviewDetail/index.vue --> <template> @@ -550,7 +550,7 @@ background: url('./img/right_1.png'); padding: 0 14px; overflow: hidden; - + background-size: contain; &>p { font-size: 21px; font-family: PingFangSC, PingFang SC; @@ -622,7 +622,7 @@ width: 100%; height: 208px; background: url('./img/right_2.png'); - + background-size: contain; p { font-size: 16px; color: #F7F8FA; @@ -648,6 +648,7 @@ width: 100%; height: 208px; background: url('./img/right_2.png'); + background-size: contain; } .right_3 { diff --git a/src/main.js b/src/main.js index c15ef07..78d4e91 100644 --- a/src/main.js +++ b/src/main.js @@ -1,7 +1,7 @@ /* * @Date: 2024-01-05 21:45:19 * @LastEditors: Sneed - * @LastEditTime: 2024-02-02 19:11:49 + * @LastEditTime: 2024-03-08 08:55:44 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/main.js */ import Vue from 'vue' @@ -19,7 +19,7 @@ import store from './store' import ajax from '@/utils/ajax' -// import '@/icons' // icon +import '@/icons' // icon import '@/permission' // permission control Vue.use(ElementUI, { locale }) Vue.config.productionTip = false diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 092ea29..9fa1943 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -291,5 +291,5 @@ } .login-btn { - margin-top: 30px; + margin-top: 45px; }</style> diff --git a/src/views/login/index1.vue b/src/views/login/index1.vue index b82c3ac..939e0b5 100644 --- a/src/views/login/index1.vue +++ b/src/views/login/index1.vue @@ -151,7 +151,7 @@ overflow: auto; .login-form { max-width: 520px; - padding: 35px 35px 15px 35px; + padding: 61px 35px 0 35px; margin: 120px auto 0; } .svg-container { -- Gitblit v1.9.3