From 948cca39e334dde8a3ef04c030f8d691edf30bf8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 09:24:58 +0800
Subject: [PATCH] 身份证正反面调整
---
src/App.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index bfbe1c3..32de82a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,6 +49,9 @@
};
</script>
<style lang="scss">
+body {
+ --operation-color: #409eff;
+}
.el-select-dropdown__item {
height: 100% !important;
}
@@ -138,6 +141,10 @@
.list{
height: 100%;
overflow: auto;
+ header{
+ background-color: transparent;
+ border: none
+ }
}
// 璁剧疆寮瑰嚭妗嗘牱寮�
.el-dialog__title {
--
Gitblit v1.8.0