From 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 28 十一月 2022 16:48:47 +0800 Subject: [PATCH] 修改样式 --- src/views/specialCheck/components/feedbackDetails.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/specialCheck/components/feedbackDetails.vue b/src/views/specialCheck/components/feedbackDetails.vue index 0960aca..48bde5e 100644 --- a/src/views/specialCheck/components/feedbackDetails.vue +++ b/src/views/specialCheck/components/feedbackDetails.vue @@ -64,7 +64,7 @@ <el-button type="text" @click="deleteItem(index)">删除</el-button> </td> </tr> - <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" plain round @click="addItem()">添加行</el-button></tr> + <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin: 12px" type="primary" plain round @click="addItem()">添加行</el-button></tr> <tr class="m-color b-font" style="text-align: center">执法处罚情况</tr> <tr> <td class="m-color w-25 mid">罚款金额(万元)</td> @@ -123,7 +123,7 @@ <div v-if="provinceCheckStatus == 1" class="record-list"> <div class="record-item"> <table class="record-table"> - <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> + <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> <tr> <td class="m-color w-50">被检查企业名称</td> <td class="m-color w-50">所属省市县</td> @@ -192,7 +192,7 @@ </td> </tr> <tr style="text-align: center" v-if="unitType == 1"> - <el-button style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> + <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> </tr> </table> </div> @@ -205,7 +205,7 @@ <div v-if="cityCheckStatus == 1" class="record-list"> <div class="record-item"> <table class="record-table"> - <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> + <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> <tr> <td class="m-color w-50">被检查企业名称</td> <td class="m-color w-50">所属省市县</td> @@ -274,7 +274,7 @@ </td> </tr> <tr style="text-align: center" v-if="unitType == 2"> - <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> + <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> </tr> </table> </div> @@ -287,7 +287,7 @@ <div v-if="areaCheckStatus == 1" class="record-list"> <div class="record-item"> <table class="record-table"> - <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> + <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> <tr> <td class="m-color w-50">被检查企业名称</td> <td class="m-color w-50">所属省市县</td> @@ -356,7 +356,7 @@ </td> </tr> <tr style="text-align: center" v-if="unitType == 3"> - <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> + <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> </tr> </table> </div> @@ -1034,7 +1034,7 @@ width: 75%; } &.dark-bg{ - background: #409EFF; + background: #034ea2; color: #fff; } &.overText{ -- Gitblit v1.9.2