From e7775d64c249f6b94dd4e48183b8e71bfb86cff2 Mon Sep 17 00:00:00 2001 From: mengxiong10 <15623530290@163.com> Date: Mon, 11 Mar 2019 21:50:23 +0800 Subject: [PATCH] fix: remove the append background --- src/index.scss | 5 +++-- src/index.vue | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/index.scss b/src/index.scss index 4b69557e..62da1006 100644 --- a/src/index.scss +++ b/src/index.scss @@ -39,6 +39,9 @@ $primary-color: #1284e7; .mx-clear-wrapper { display: block; } + .mx-clear-wrapper + .mx-input-append { + display: none; + } } } @@ -72,8 +75,6 @@ $primary-color: #1284e7; width: 30px; height: 100%; padding: 6px; - background-color: #fff; - background-clip: content-box; } .mx-input-icon { diff --git a/src/index.vue b/src/index.vue index e58b52d6..58f2f958 100644 --- a/src/index.vue +++ b/src/index.vue @@ -27,6 +27,14 @@ @blur="handleBlur" @input="handleInput" @change="handleChange"> + + + + + @@ -38,14 +46,6 @@ - - - - -