flat: style

This commit is contained in:
Apcallover
2024-06-05 18:48:25 +08:00
parent 8542afd930
commit f3b4787c2d

View File

@@ -17,18 +17,22 @@
> >
<template slot-scope="{row}" slot="menu"> <template slot-scope="{row}" slot="menu">
<el-button type="text" <div>
icon="el-icon-document" <el-button type="text"
size="small" icon="el-icon-document"
@click="serveLog(row)" size="small"
>查看日志 @click="serveLog(row)"
</el-button> >查看日志
<el-button type="text" </el-button>
icon="el-icon-document" </div>
size="small" <div>
@click="addServeLog(row)" <el-button type="text"
>新增日志 icon="el-icon-document"
</el-button> size="small"
@click="addServeLog(row)"
>新增日志
</el-button>
</div>
</template> </template>
</avue-crud> </avue-crud>
</basic-container> </basic-container>