mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 14:13:43 +08:00
add toolbar for markmap component
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
display flex
|
||||
justify-content center
|
||||
align-items center
|
||||
position relative
|
||||
|
||||
.markmap {
|
||||
width 100%
|
||||
@@ -127,6 +128,27 @@
|
||||
//height 30px
|
||||
}
|
||||
}
|
||||
|
||||
#toolbar {
|
||||
position: absolute
|
||||
bottom: 10px
|
||||
right: 20px
|
||||
|
||||
.mm-toolbar {
|
||||
display flex
|
||||
flex-flow row
|
||||
|
||||
.mm-toolbar-brand {
|
||||
display none
|
||||
}
|
||||
|
||||
.mm-toolbar-item {
|
||||
cursor pointer
|
||||
color var(--el-color-white)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user