File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + Vue </ title >
7
+ < title > Mindmap </ title >
8
8
</ head >
9
9
< body >
10
10
< div id ="app "> </ div >
Original file line number Diff line number Diff line change @@ -400,7 +400,9 @@ export default {
400
400
blurLastNode (triggerNode ) {
401
401
tree .blurLastNode (triggerNode);
402
402
},
403
-
403
+ collapseLastNode () {
404
+ tree .collapseLastNode ();
405
+ },
404
406
deleteLastNode () {
405
407
tree .deleteLastNode ();
406
408
// this.saveDocument();
@@ -727,19 +729,18 @@ export default {
727
729
728
730
.progress - wrapper {
729
731
position: absolute;
730
- bottom: - 20px ;
732
+ bottom: - 11px ;
731
733
left: 0 ;
732
- border: 1px solid black;
733
- border- radius: 0 .7rem ;
734
+ border- radius: 0 0 4px 4px ;
734
735
background- color: black;
735
736
width: 100 % ;
736
737
}
737
738
738
739
.progress {
739
740
transition: width 1s ease;
740
- border- radius: 0 . 7rem ;
741
+ border- radius: 0 0 4px 4px ;
741
742
background- color: rgb (44 , 189 , 44 );
742
- height: 0 . 2rem ;
743
+ height: 3px ;
743
744
overflow: hidden;
744
745
color: white;
745
746
font- size: 0 .8rem ;
You can’t perform that action at this time.
0 commit comments