From d233d809dd78aa2bf973cdb2ad577dc823eb6ddc Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 28 二月 2023 11:45:36 +0800
Subject: [PATCH] 2023/2/28 肖辉 违建登记添加-身份证正反面调整
---
src/views/systemSetting/platform/otherInterface/index.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/views/systemSetting/platform/otherInterface/index.vue b/src/views/systemSetting/platform/otherInterface/index.vue
index 8046f6e..d7a18c3 100644
--- a/src/views/systemSetting/platform/otherInterface/index.vue
+++ b/src/views/systemSetting/platform/otherInterface/index.vue
@@ -1,9 +1,9 @@
<template>
<div class="otherInterface">
<header>
- <div class="headerTitle">绯荤粺璁剧疆 >> 闂ㄦ埛绠$悊 > 绗笁鏂瑰簲鐢ㄦ帴鍙g鐞�</div>
+ <!-- <div class="headerTitle">绯荤粺璁剧疆 >> 闂ㄦ埛绠$悊 > 绗笁鏂瑰簲鐢ㄦ帴鍙g鐞�</div> -->
<div class="addInterface">
- <el-button class="add" @click="handleAdd">娣诲姞绗笁鏂规帴鍙�</el-button>
+ <el-button class="add button-addition" @click="handleAdd">娣诲姞绗笁鏂规帴鍙�</el-button>
</div>
</header>
<main>
@@ -11,7 +11,7 @@
<!-- @selection-change="handleSelectionChange" -->
<!-- 鏁版嵁娓叉煋 -->
<el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
- :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
+ :header-cell-style="{background:'#06122c','font-weight':'650','line-height':'45px'}"
:row-class-name="tableRowClassName">
<el-table-column type="selection" width="55">
</el-table-column>
@@ -124,7 +124,6 @@
this.$axios.delete('sccg/system/portal/thirdApp/delete',{params:{
id
}}).then(res=>{
- console.log(res);
})
}
// // 褰撳墠椤垫敼鍙樿Е鍙戜簨浠�
@@ -166,7 +165,7 @@
main {
.mainContent {
.el-table {
- color: #4b9bb7;
+ // color: #4b9bb7;
&::v-deep .el-table__empty-block {
background-color: #06122c;
--
Gitblit v1.8.0