💄修改按钮样式

This commit is contained in:
不做码农 2023-12-01 17:29:51 +08:00
parent 7c6e21531b
commit e964662f7a

View File

@ -41,7 +41,7 @@
<el-table-column prop="updateTime" label="更新时间" :show-overflow-tooltip="true" v-if="columns.showColumn('updateTime')" /> <el-table-column prop="updateTime" label="更新时间" :show-overflow-tooltip="true" v-if="columns.showColumn('updateTime')" />
<el-table-column label="操作" width="180"> <el-table-column label="操作" width="180">
<template #default="scope"> <template #default="scope">
<el-button icon="view" type="primary" @click="handleOpenPre(scope.row)"></el-button> <el-button icon="view" size="small" type="primary" @click="handleOpenPre(scope.row)"></el-button>
<el-button <el-button
type="success" type="success"
size="small" size="small"