File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 9
9
<span v-if =" toggleIconShow(scope.row)" @click =" toggle(scope.$index)" >
10
10
<i v-if =" !scope.row.treeExpanded" class =" el-tree-node__expand-icon" aria-hidden =" true" ></i >
11
11
<i v-if =" scope.row.treeExpanded" class =" el-tree-node__expand-icon expanded" aria-hidden =" true" ></i >
12
- </span >
12
+ </span >
13
13
{{ scope.row.projectPlanName }}
14
14
</template >
15
15
</el-table-column >
22
22
:show-overflow-tooltip =" true" align =" center" >
23
23
</el-table-column >
24
24
</el-table >
25
+
26
+ <el-input icon =" fa-address-book" style =" width : 200px " ></el-input >
27
+ <el-button type =" primary" size =" large" icon =" fa-hand-o-right" >大型按钮</el-button >
28
+ <el-button type =" primary" icon =" fa-hand-o-right" >正常按钮</el-button >
29
+ <i class =" el-icon-fa-hand-o-right el-icon-fa-lg" ></i >
30
+ <i class =" el-icon-fa-hand-o-right el-icon-fa-2x" ></i >
31
+ <i class =" el-icon-fa-hand-o-right el-icon-fa-3x" ></i >
32
+ <i class =" el-icon-fa-hand-o-right el-icon-fa-4x" ></i >
33
+ <i class =" el-icon-fa-hand-o-right el-icon-fa-5x" ></i >
25
34
</div >
26
35
</template >
27
36
You can’t perform that action at this time.
0 commit comments