20191215
Showing
4 changed files
with
7 additions
and
16 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | * @Author: jiangbotao | 2 | * @Author: jiangbotao |
3 | * @Date: 2019-12-12 17:39:25 | 3 | * @Date: 2019-12-12 17:39:25 |
4 | * @LastEditors: jiangbotao | 4 | * @LastEditors: jiangbotao |
5 | * @LastEditTime: 2019-12-15 15:48:43 | 5 | * @LastEditTime: 2019-12-16 00:21:34 |
6 | * @FilePath: \supermapvue\index.html | 6 | * @FilePath: \supermapvue\index.html |
7 | --> | 7 | --> |
8 | <!DOCTYPE html> | 8 | <!DOCTYPE html> |
... | @@ -17,7 +17,6 @@ | ... | @@ -17,7 +17,6 @@ |
17 | <script src="./static/js/styles.js"></script> | 17 | <script src="./static/js/styles.js"></script> |
18 | <link href='./static/css/mapbox-gl.css' rel='stylesheet' /> | 18 | <link href='./static/css/mapbox-gl.css' rel='stylesheet' /> |
19 | <link rel="stylesheet" href="./static/js/v1.0.9/mapbox-gl-draw.css" type="text/css"/> | 19 | <link rel="stylesheet" href="./static/js/v1.0.9/mapbox-gl-draw.css" type="text/css"/> |
20 | |||
21 | </head> | 20 | </head> |
22 | <body style="padding: 0px; margin: 0px; overflow: hidden;"> | 21 | <body style="padding: 0px; margin: 0px; overflow: hidden;"> |
23 | <div id="app"></div> | 22 | <div id="app"></div> | ... | ... |
1 | { | 1 | { |
2 | "name": "mybox", | 2 | "name": "supermapvue", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "A Vue.js project", | 4 | "description": "A Vue.js for SuperMap Mapbox GL project", |
5 | "author": "leone", | 5 | "author": "jiangbotao@pashanhoo.com", |
6 | "private": true, | 6 | "private": true, |
7 | "scripts": { | 7 | "scripts": { |
8 | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | 8 | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | * @Author: jiangbotao | 2 | * @Author: jiangbotao |
3 | * @Date: 2019-12-12 17:40:15 | 3 | * @Date: 2019-12-12 17:40:15 |
4 | * @LastEditors: jiangbotao | 4 | * @LastEditors: jiangbotao |
5 | * @LastEditTime: 2019-12-15 15:51:16 | 5 | * @LastEditTime: 2019-12-16 00:23:26 |
6 | * @FilePath: \mymapbox\src\App.vue | 6 | * @FilePath: \mymapbox\src\App.vue |
7 | --> | 7 | --> |
8 | <template> | 8 | <template> |
... | @@ -67,17 +67,8 @@ export default { | ... | @@ -67,17 +67,8 @@ export default { |
67 | float: left; | 67 | float: left; |
68 | } | 68 | } |
69 | .ant-layout-sider-trigger { | 69 | .ant-layout-sider-trigger { |
70 | position: fixed; | ||
71 | bottom: 0; | ||
72 | z-index: 1; | ||
73 | height: 48px; | ||
74 | color: #b73c3c; | 70 | color: #b73c3c; |
75 | line-height: 48px; | ||
76 | text-align: center; | ||
77 | background: #ffffff; | 71 | background: #ffffff; |
78 | cursor: pointer; | ||
79 | -webkit-transition: all 0.2s; | ||
80 | transition: all 0.2s; | ||
81 | } | 72 | } |
82 | .ant-layout-sider { | 73 | .ant-layout-sider { |
83 | position: relative; | 74 | position: relative; | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | * @Author: jiangbotao | 2 | * @Author: jiangbotao |
3 | * @Date: 2019-12-12 17:40:15 | 3 | * @Date: 2019-12-12 17:40:15 |
4 | * @LastEditors: jiangbotao | 4 | * @LastEditors: jiangbotao |
5 | * @LastEditTime: 2019-12-15 14:22:04 | 5 | * @LastEditTime: 2019-12-16 00:22:30 |
6 | * @FilePath: \supermapvue\src\main.js | 6 | * @FilePath: \supermapvue\src\main.js |
7 | */ | 7 | */ |
8 | import Vue from 'vue' | 8 | import Vue from 'vue' |
... | @@ -11,6 +11,7 @@ import App from './App' | ... | @@ -11,6 +11,7 @@ import App from './App' |
11 | import router from './router' | 11 | import router from './router' |
12 | import 'ant-design-vue/dist/antd.css' | 12 | import 'ant-design-vue/dist/antd.css' |
13 | import 'font-awesome/css/font-awesome.css' | 13 | import 'font-awesome/css/font-awesome.css' |
14 | import './../static/css/custom.css' | ||
14 | 15 | ||
15 | Vue.config.productionTip = false | 16 | Vue.config.productionTip = false |
16 | Vue.use(Antd) | 17 | Vue.use(Antd) | ... | ... |
-
Please register or sign in to post a comment