Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_mapboxgl_vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bc45b52a
authored
2019-12-16 00:37:50 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191215
1 parent
5989e6e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
16 deletions
index.html
package.json
src/App.vue
src/main.js
index.html
View file @
bc45b52
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:39:25
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
5 15:48:43
* @LastEditTime: 2019-12-1
6 00:21:34
* @FilePath: \supermapvue\index.html
-->
<!DOCTYPE html>
...
...
@@ -17,7 +17,6 @@
<script
src=
"./static/js/styles.js"
></script>
<link
href=
'./static/css/mapbox-gl.css'
rel=
'stylesheet'
/>
<link
rel=
"stylesheet"
href=
"./static/js/v1.0.9/mapbox-gl-draw.css"
type=
"text/css"
/>
</head>
<body
style=
"padding: 0px; margin: 0px; overflow: hidden;"
>
<div
id=
"app"
></div>
...
...
package.json
View file @
bc45b52
{
"name"
:
"
mybox
"
,
"name"
:
"
supermapvue
"
,
"version"
:
"1.0.0"
,
"description"
:
"A Vue.js project"
,
"author"
:
"
leone
"
,
"description"
:
"A Vue.js
for SuperMap Mapbox GL
project"
,
"author"
:
"
jiangbotao@pashanhoo.com
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"webpack-dev-server --inline --progress --config build/webpack.dev.conf.js"
,
...
...
src/App.vue
View file @
bc45b52
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
5 15:51:1
6
* @LastEditTime: 2019-12-1
6 00:23:2
6
* @FilePath: \mymapbox\src\App.vue
-->
<
template
>
...
...
@@ -67,17 +67,8 @@ export default {
float
:
left
;
}
.ant-layout-sider-trigger
{
position
:
fixed
;
bottom
:
0
;
z-index
:
1
;
height
:
48px
;
color
:
#b73c3c
;
line-height
:
48px
;
text-align
:
center
;
background
:
#ffffff
;
cursor
:
pointer
;
-webkit-transition
:
all
0.2s
;
transition
:
all
0.2s
;
}
.ant-layout-sider
{
position
:
relative
;
...
...
src/main.js
View file @
bc45b52
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
5 14:22:04
* @LastEditTime: 2019-12-1
6 00:22:30
* @FilePath: \supermapvue\src\main.js
*/
import
Vue
from
'vue'
...
...
@@ -11,6 +11,7 @@ import App from './App'
import
router
from
'./router'
import
'ant-design-vue/dist/antd.css'
import
'font-awesome/css/font-awesome.css'
import
'./../static/css/custom.css'
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
Antd
)
...
...
Please
register
or
sign in
to post a comment