mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
demo:优化工具栏的位置
This commit is contained in:
parent
a9b04312d8
commit
4fc7eb084e
@ -449,12 +449,12 @@ export default {
|
||||
.toolbarContainer {
|
||||
.toolbar {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 20px;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
padding: 0 20px;
|
||||
padding-top: 20px;
|
||||
font-size: 12px;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-weight: 400;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user