Button: update text button style

This commit is contained in:
Leopoldthecoder
2016-11-07 10:47:51 +08:00
parent 858abf687f
commit 0162015c4c
2 changed files with 26 additions and 14 deletions

View File

@@ -513,8 +513,11 @@
inline-template
fixed="right"
label="操作"
width="80">
<el-button type="text" size="small">编辑</el-button>
width="100">
<span>
<el-button type="text" size="small">查看</el-button>
<el-button type="text" size="small">编辑</el-button>
</span>
</el-table-column>
</el-table>
</template>