Skip to content

Commit 0866807

Browse files
committed
SimonLi
1 parent 599d82d commit 0866807

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/App.vue

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span v-if="toggleIconShow(scope.row)" @click="toggle(scope.$index)">
1010
<i v-if="!scope.row.treeExpanded" class="el-tree-node__expand-icon" aria-hidden="true"></i>
1111
<i v-if="scope.row.treeExpanded" class="el-tree-node__expand-icon expanded" aria-hidden="true"></i>
12-
</span>
12+
</span>
1313
{{ scope.row.projectPlanName }}
1414
</template>
1515
</el-table-column>
@@ -22,6 +22,15 @@
2222
:show-overflow-tooltip="true" align="center" >
2323
</el-table-column>
2424
</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>
2534
</div>
2635
</template>
2736

0 commit comments

Comments
 (0)