Commit 4ea1b232 authored by 邓晓峰's avatar 邓晓峰

feat: 重构BasicLayout

parent 001cce6a
Pipeline #47375 skipped with stages
/* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
// const proxyURL = 'https://work.panda-water.cn';
const proxyURL = 'http://192.168.12.47:8082';
// const proxyURL = 'https://panda-water.cn';
// const proxyURL = 'http://192.168.12.47:8082';
const proxyURL = 'https://panda-water.cn';
module.exports = {
......
......@@ -110,9 +110,9 @@
"@wisdom-map/Map": "^1.0.12-17",
"@wisdom-map/arcgismap": "^1.0.79-17",
"@wisdom-map/util": "^1.0.27-0",
"@wisdom-utils/components": "0.0.57",
"@wisdom-utils/components": "0.0.98",
"@wisdom-utils/runtime": "0.0.15",
"@wisdom-utils/utils": "0.0.96",
"@wisdom-utils/utils": "0.1.36",
"animate.css": "^4.1.1",
"antd": "^4.17.4",
"compression": "1.7.4",
......
This diff is collapsed.
......@@ -251,48 +251,7 @@
:global(.@{ant-prefix}-spin-container::after) {
background: transparent!important;
}
.toggleSite {
height: 30px;
background: rgba(0,0,0,.12);
border-radius: 15px;
min-width: 10px;
border: 1px solid rgba(238,238,238,.25);
margin-left: 18px;
display: flex;
align-items: center;
padding-left: 16px;
padding-right: 16px;
cursor: pointer;
// transition: all .3s;
.site {
width: 16px;
height: 16px;
}
.name {
font-family: 'MicrosoftYaHei';
font-weight: bold;
color: #FFFFFF;
font-size: 14px;
margin-left: 9px;
}
.arrow {
margin-left: 9px;
}
}
.weatcher {
margin-left: 25px;
.icon {
width: 22px;
height: 22px;
margin-right: 12px;
margin-left: 25px;
}
.text {
font-weight: 400;
color: #FFFFFF;
letter-spacing: 2px;
}
}
}
}
.menu-item-children {
......@@ -465,6 +424,48 @@
}
.toggleSite {
height: 30px;
background: rgba(0,0,0,.12);
border-radius: 15px;
min-width: 10px;
border: 1px solid rgba(238,238,238,.25);
margin-left: 18px;
display: flex;
align-items: center;
padding-left: 16px;
padding-right: 16px;
cursor: pointer;
// transition: all .3s;
.site {
width: 16px;
height: 16px;
}
.name {
font-family: 'MicrosoftYaHei';
font-weight: bold;
color: #FFFFFF;
font-size: 14px;
margin-left: 9px;
}
.arrow {
margin-left: 9px;
}
}
.weatcher {
margin-left: 25px;
.icon {
width: 22px;
height: 22px;
margin-right: 12px;
margin-left: 25px;
}
.text {
font-weight: 400;
color: #FFFFFF;
letter-spacing: 2px;
}
}
& :global {
.@{ant-prefix}-dropdown-menu-item {
......
This diff is collapsed.
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