按钮大小修改
This commit is contained in:
parent
42333b5386
commit
b8c396db7e
|
|
@ -93,7 +93,7 @@
|
|||
<el-table-column label="操作" align="center" width="280">
|
||||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
size="small"
|
||||
size="mini"
|
||||
type="primary"
|
||||
class="primary-lease"
|
||||
@click="handleOpenAddDialog(row)"
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
新建
|
||||
</el-button>
|
||||
<el-button
|
||||
size="small"
|
||||
size="mini"
|
||||
type="primary"
|
||||
class="primary-lease"
|
||||
@click="handleOpenDetailDialog(row)"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<!-- 新增按钮区域 -->
|
||||
<el-row style="margin-bottom: 10px">
|
||||
<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-row>
|
||||
<div class="table-container">
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
<el-row>
|
||||
<el-col :span="24" style="text-align: right;">
|
||||
<el-button
|
||||
size="mini"
|
||||
@click="handleAddAddress"
|
||||
type="primary"
|
||||
class="primary-lease"
|
||||
|
|
|
|||
|
|
@ -51,12 +51,13 @@
|
|||
<el-card class="content-box">
|
||||
<el-row>
|
||||
<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="安徽省机械化装备共享平台-协议模板">
|
||||
<el-button
|
||||
class="primary-lease"
|
||||
type="primary"
|
||||
style="margin-left: 20px"
|
||||
size="mini"
|
||||
>模板下载</el-button>
|
||||
</a>
|
||||
</el-col>
|
||||
|
|
@ -99,9 +100,9 @@
|
|||
<el-table-column align="center" prop="updateTime" label="更新时间"/>
|
||||
<el-table-column align="center" label="操作" :width="220">
|
||||
<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
|
||||
size="small"
|
||||
size="mini"
|
||||
type="danger"
|
||||
@click="onDelete(scope.row.id)"
|
||||
v-if="scope.row.status == 0"
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
<el-card class="content-box">
|
||||
<el-row>
|
||||
<el-col :span="24" style="text-align: right;">
|
||||
<el-button
|
||||
<el-button size="mini"
|
||||
@click="
|
||||
() => {
|
||||
isRepublish = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue