File tree Expand file tree Collapse file tree 1 file changed +6
-31
lines changed Expand file tree Collapse file tree 1 file changed +6
-31
lines changed Original file line number Diff line number Diff line change 8
8
<div class =" row" >
9
9
<div class =" tree-container" >
10
10
<power-tree v-model =" nodes" :show-branches =" true" >
11
+ <template #title =" { node } " >
12
+ <div data-title =" root" >
13
+ {{ node.title }}
14
+ </div >
15
+ </template >
16
+
11
17
<template #sidebar >
12
18
<div data-sidebar =" true" >
13
19
<button @click =" click" data-sidebar =" button" >-</button >
76
82
</script >
77
83
78
84
<style >
79
- /* html {*/
80
- /* font-family: sans-serif;*/
81
- /* font-size: 10px;*/
82
- /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
83
- /* -ms-text-size-adjust: 100%;*/
84
- /* -webkit-text-size-adjust: 100%;*/
85
- /* height: 100%;*/
86
- /* }*/
87
-
88
- /* body {*/
89
- /* position: relative;*/
90
- /* height: 100%;*/
91
- /* color: #555555;*/
92
- /* margin: 0;*/
93
- /* font-family: 'PT Sans', sans-serif;*/
94
- /* font-size: 14px;*/
95
- /* line-height: 1.42857143;*/
96
- /* background-color: #ffffff;*/
97
- /* }*/
98
-
99
- /* #app {*/
100
- /* !*font-family: 'Avenir', Helvetica, Arial, sans-serif;*!*/
101
- /* !*-webkit-font-smoothing: antialiased;*!*/
102
- /* !*-moz-osx-font-smoothing: grayscale;*!*/
103
- /* !*text-align: center;*!*/
104
- /* color: #2c3e50;*/
105
- /* min-width: 500px;*/
106
- /* width: 50%;*/
107
- /* margin: 60px auto;*/
108
- /* }*/
109
-
110
85
body {
111
86
background : #050d12 ;
112
87
font-family : Arial ;
You can’t perform that action at this time.
0 commit comments