7 lines
173 B
Vue
7 lines
173 B
Vue
<template>
|
|
<div>
|
|
<el-row type="flex" justify="end">
|
|
<el-col :offset="24"><el-button type="success">新增</el-button></el-col>
|
|
</el-row>
|
|
</div>
|
|
</template> |