gaosp
2024-03-08 8b887f86a35b9711135087c9fc54f85a6ebf50d5
update
已修改7个文件
26 ■■■■■ 文件已修改
src/container/Map/Map.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/container/mapPreview/Map.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/container/mapPreview/mapPreview.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/container/mapPreviewDetail/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index1.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
    }
}
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);
    }
}
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);
    }
}
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 {
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
src/views/login/index.vue
@@ -291,5 +291,5 @@
}
.login-btn {
    margin-top: 30px;
    margin-top: 45px;
}</style>
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 {