From d24c9dde20cba23b96082b4db81b5223c75e4ea9 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 08 三月 2023 09:06:28 +0800 Subject: [PATCH] 身份证正反面调整 --- src/views/systemSetting/platform/mySetting/index.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue index 51fec48..88b2c61 100644 --- a/src/views/systemSetting/platform/mySetting/index.vue +++ b/src/views/systemSetting/platform/mySetting/index.vue @@ -1,9 +1,9 @@ <template> <div class="mySetting"> <!-- header 椤甸潰鏍囬鎻愮ず --> - <header> + <!-- <header> <div class="header-title">绯荤粺璁剧疆 >> 闂ㄦ埛绠$悊 > 鑷畾涔夎彍鍗曡缃�</div> - </header> + </header> --> <main> <div class="main-content"> <!-- 鏁版嵁灞曠ず --> @@ -75,7 +75,6 @@ }, // 淇敼鐘舵�� handleChangeStatus(data) { - console.log(data); let { isStart, relationId } = data; isStart ? isStart = 1 : isStart = 0; this.$axios({ @@ -122,10 +121,6 @@ }, // 鎷栨嫿 handleDrop(before, after, inner, event) { - console.log(before) - console.log(after) - console.log(inner) - console.log(event); }, // 鑾峰彇鏄惁鍙互鏀剧疆 allowDrop(before, inner, next) { @@ -148,7 +143,7 @@ .mySetting { margin: 10px 20px; text-align: left; - color: #4b9bb7; + // color: #4b9bb7; header { line-height: 60px; @@ -166,7 +161,7 @@ } main { - background-color: #09152f; + // background-color: #09152f; margin-top: 20px; padding-bottom: 50px; @@ -268,4 +263,8 @@ padding: 0; } } + +.my-aside{ + border-right: 1px solid #d3d3d3 ; +} </style> \ No newline at end of file -- Gitblit v1.8.0