From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1
---
src/components/ex-input/new-input.vue | 24 +-----------------------
1 files changed, 1 insertions(+), 23 deletions(-)
diff --git a/src/components/ex-input/new-input.vue b/src/components/ex-input/new-input.vue
index 76712d7..43031bd 100644
--- a/src/components/ex-input/new-input.vue
+++ b/src/components/ex-input/new-input.vue
@@ -117,19 +117,7 @@
<style lang="scss" scoped>
@import "@/views/authentication/components/intl.css";
-$inp-b: #f5f5f5;
-
-.inputBackground {
- background: $inp-b;
- border: #d5d5d5 solid 1px;
-}
-
-.textColor {
- color: $mainBgColor;
-}
-
.inputCom {
- color: $mainBgColor;
padding-bottom: 22px;
font-size: 14px;
@@ -140,7 +128,7 @@
display: flex;
justify-content: space-between;
align-items: center;
- border-radius: 27.5px;
+ border-radius: 4px;
}
.areaCode {
@@ -161,7 +149,6 @@
height: 100%;
border: none;
padding-left: 10px;
- color: $mainBgColor;
border-radius: 20px;
}
@@ -187,16 +174,7 @@
.tips {
font-size: 13px;
- color: $text_color1;
margin-top: 9px;
-}
-
-input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0 200px $light-grey inset;
-}
-
-input::-webkit-input-placeholder {
- color: $dark-grey;
}
.icon {
--
Gitblit v1.9.3