|
|
|
@ -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; |
|
|
|
|