File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
public/static/demo/vue-cesium Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 5858 lib-path ="./static/libs/cdn/cesium/Cesium.js "
5959 plugin-path ="./static/libs/cdn/zondyclient/webclient-cesium-plugin.min.js "
6060 >
61- < mapgis-3d-rastertile -layer :url ="url " />
61+ < mapgis-3d-raster -layer :url ="url " />
6262 < mapgis-3d-popup :position ="position " v-on:load ="bindEvent ">
6363 < div >
6464 Vue槽-实现任何自定义样式
Original file line number Diff line number Diff line change 1- module . exports = { }
1+ module . exports = {
2+ css : {
3+ loaderOptions : {
4+ less : {
5+ // If you are using less-loader@5 please spread the lessOptions to options directly
6+ modifyVars : {
7+ 'primary-color' : '#1DA57A' ,
8+ 'link-color' : '#1DA57A' ,
9+ 'border-radius-base' : '2px'
10+ } ,
11+ javascriptEnabled : true
12+ }
13+ }
14+ }
15+ } ;
Original file line number Diff line number Diff line change @@ -1686,10 +1686,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
16861686 dependencies :
16871687 color-convert "^2.0.1"
16881688
1689- ant-design-vue@^1.7.2 :
1690- version "1.7.2 "
1691- resolved "https://registry.npmjs.org /ant-design-vue/-/ant-design-vue-1.7.2 .tgz#aac7ff802205711631c8698e2a0c7b4e61dfd73e "
1692- integrity sha512-iVskTSG62OSiptyGQkvyhoeLlLMiqKtAOTcWZ7MmsMrj38h0TCpGtqSYS4/fwq4yYgyzloYSteBo8U8TrV99RA ==
1689+ ant-design-vue@^1.7.4 :
1690+ version "1.7.4 "
1691+ resolved "https://registry.yarnpkg.com /ant-design-vue/-/ant-design-vue-1.7.4 .tgz#854e90985dc0fa9ccc6d681c104560c00eaaf855 "
1692+ integrity sha512-f9/4I34Yq562X70aspSFzw4BCuKRICzDvIocXpsYCC+B9+kjB8db246fpSMtV/1anqxcmGHf7Vh0XJ+ovHJKMw ==
16931693 dependencies :
16941694 " @ant-design/icons" " ^2.1.1"
16951695 " @ant-design/icons-vue" " ^2.0.0"
You can’t perform that action at this time.
0 commit comments