Browse Source

新版界面

wxp
wangxinping 3 months ago
parent
commit
0375757fe4
  1. 9
      ruoyi-ui/src/views/cesiumMap/index.vue

9
ruoyi-ui/src/views/cesiumMap/index.vue

@ -1259,11 +1259,8 @@ export default {
/* 主工具栏 - 修改后 */
.main-toolbar {
position: absolute;
top: 100px;
/* left: 50px; */
right: 20px;
top: 365px; /* 增大这个数值即可整体下移,比如从100px改成150px */
left: 62px;
z-index: 1000;
display: flex;
background: rgba(255, 255, 255, 0.95);
@ -1276,7 +1273,7 @@ export default {
background: rgba(255, 255, 255, 0.9);
}
/* 工具栏内容 */
/* 工具栏内容 - 无需修改 */
.toolbar-content {
display: flex;
flex-direction: column;

Loading…
Cancel
Save