File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" justify-content-center jumbotron" >
3
3
<div class =" row" >
4
4
<div class =" col-1" >
5
- <button class =" btn btn-secondary button" @click =" add" >Add</button >
5
+ <button
6
+ class =" btn btn-secondary button"
7
+ @click =" add"
8
+ >Add</button >
6
9
</div >
7
10
8
11
<div class =" col-7" >
23
26
24
27
<span class =" text" >{{ element.name }} </span >
25
28
26
- <input type =" text" class =" form-control" v-model =" element.text" />
29
+ <input
30
+ type =" text"
31
+ class =" form-control"
32
+ v-model =" element.text"
33
+ />
27
34
28
- <i class =" fa fa-times close" @click =" removeAt(idx)" ></i >
35
+ <i
36
+ class =" fa fa-times close"
37
+ @click =" removeAt(idx)"
38
+ ></i >
29
39
</li >
30
40
</draggable >
31
41
</div >
32
42
33
- <rawDisplayer class =" col-3" :value =" list" title =" List" />
43
+ <rawDisplayer
44
+ class =" col-3"
45
+ :value =" list"
46
+ title =" List"
47
+ />
34
48
</div >
35
49
</div >
36
50
</template >
@@ -77,9 +91,14 @@ export default {
77
91
}
78
92
.handle {
79
93
float : left ;
94
+ padding-top : 8px ;
95
+ padding-bottom : 8px ;
80
96
}
97
+
81
98
.close {
82
99
float : right ;
100
+ padding-top : 8px ;
101
+ padding-bottom : 8px ;
83
102
}
84
103
85
104
input {
You can’t perform that action at this time.
0 commit comments