按钮大小修改

This commit is contained in:
cwchen 2025-10-29 18:11:48 +08:00
parent 42333b5386
commit b8c396db7e
5 changed files with 9 additions and 7 deletions

View File

@ -93,7 +93,7 @@
<el-table-column label="操作" align="center" width="280"> <el-table-column label="操作" align="center" width="280">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button
size="small" size="mini"
type="primary" type="primary"
class="primary-lease" class="primary-lease"
@click="handleOpenAddDialog(row)" @click="handleOpenAddDialog(row)"
@ -101,7 +101,7 @@
新建 新建
</el-button> </el-button>
<el-button <el-button
size="small" size="mini"
type="primary" type="primary"
class="primary-lease" class="primary-lease"
@click="handleOpenDetailDialog(row)" @click="handleOpenDetailDialog(row)"

View File

@ -37,7 +37,7 @@
<!-- 新增按钮区域 --> <!-- 新增按钮区域 -->
<el-row style="margin-bottom: 10px"> <el-row style="margin-bottom: 10px">
<el-col :span="24" style="text-align: right"> <el-col :span="24" style="text-align: right">
<el-button type="primary" @click="handleAdd">新增</el-button> <el-button type="primary" size="mini" @click="handleAdd">新增</el-button>
</el-col> </el-col>
</el-row> </el-row>
<div class="table-container"> <div class="table-container">

View File

@ -13,6 +13,7 @@
<el-row> <el-row>
<el-col :span="24" style="text-align: right;"> <el-col :span="24" style="text-align: right;">
<el-button <el-button
size="mini"
@click="handleAddAddress" @click="handleAddAddress"
type="primary" type="primary"
class="primary-lease" class="primary-lease"

View File

@ -51,12 +51,13 @@
<el-card class="content-box"> <el-card class="content-box">
<el-row> <el-row>
<el-col :span="24" style="text-align: right;"> <el-col :span="24" style="text-align: right;">
<el-button class="primary-lease" type="primary" @click="addContract">合同新建</el-button> <el-button class="primary-lease" type="primary" size="mini" @click="addContract">合同新建</el-button>
<a :href="uploadUrlTemp" download="安徽省机械化装备共享平台-协议模板"> <a :href="uploadUrlTemp" download="安徽省机械化装备共享平台-协议模板">
<el-button <el-button
class="primary-lease" class="primary-lease"
type="primary" type="primary"
style="margin-left: 20px" style="margin-left: 20px"
size="mini"
>模板下载</el-button> >模板下载</el-button>
</a> </a>
</el-col> </el-col>
@ -99,9 +100,9 @@
<el-table-column align="center" prop="updateTime" label="更新时间"/> <el-table-column align="center" prop="updateTime" label="更新时间"/>
<el-table-column align="center" label="操作" :width="220"> <el-table-column align="center" label="操作" :width="220">
<template scope="scope"> <template scope="scope">
<el-button size="small" type="primary" @click="onContract(scope.row)">编辑</el-button> <el-button size="mini" type="primary" @click="onContract(scope.row)">编辑</el-button>
<el-button <el-button
size="small" size="mini"
type="danger" type="danger"
@click="onDelete(scope.row.id)" @click="onDelete(scope.row.id)"
v-if="scope.row.status == 0" v-if="scope.row.status == 0"

View File

@ -83,7 +83,7 @@
<el-card class="content-box"> <el-card class="content-box">
<el-row> <el-row>
<el-col :span="24" style="text-align: right;"> <el-col :span="24" style="text-align: right;">
<el-button <el-button size="mini"
@click=" @click="
() => { () => {
isRepublish = true isRepublish = true