Commit 5758b9a1 authored by 皮倩雯's avatar 皮倩雯

fix: '地图新版本自定义绘制范围'

parent 4b621619
Pipeline #61714 waiting for manual action with stages
......@@ -83,7 +83,6 @@
"babel-core": "7.0.0-bridge.0"
},
"dependencies": {
"@ant-design/pro-card": "^1.4.6",
"@antv/data-set": "^0.11.7",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
......@@ -93,8 +92,8 @@
"@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/cesium": "^1.0.78",
"@wisdom-map/amap": "1.1.0-beta.40",
"@wisdom-map/arcgismap": "1.4.0-52",
"@wisdom-map/basemap": "1.1.0-11",
"@wisdom-map/arcgismap": "1.4.0-67",
"@wisdom-map/basemap": "1.1.0-13",
"ace-builds": "^1.4.12",
"antd-img-crop": "^3.13.2",
"bizcharts": "^4.0.15",
......
......@@ -11,7 +11,12 @@
min-width: 100px;
}
.mapTool {
width: 400px;
width: 25%;
overflow-y: scroll;
overflow-x: hidden;
transition-property: width;
transition-duration: 0.5s;
position: relative;
.title {
text-align: center;
font-weight: 700;
......@@ -30,7 +35,21 @@
border: 2px solid #faad14;
}
}
.switcher {
display: block;
position: absolute;
font-size: 18px;
color: #1890ff !important;
top: 42%;
right:-2px;
transform: translate(0%, -50%);
z-index: 1;
}
}
.mapToolHide{
width: 26px;
}
.mapBox {
display: flex;
align-items: center;
......@@ -59,4 +78,4 @@
height: 20px;
border: 1px solid rgb(241, 228, 32);
border-radius: 2px;
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment