From f703fe33aa10a7be7d82e7ea75f8e5ad143233fd Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Sep 2025 17:51:16 +0800
Subject: [PATCH] 暂存
---
src/components/ex-input/new-input.vue | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/src/components/ex-input/new-input.vue b/src/components/ex-input/new-input.vue
index 76712d7..e08302c 100644
--- a/src/components/ex-input/new-input.vue
+++ b/src/components/ex-input/new-input.vue
@@ -117,19 +117,12 @@
<style lang="scss" scoped>
@import "@/views/authentication/components/intl.css";
-$inp-b: #f5f5f5;
-
-.inputBackground {
- background: $inp-b;
- border: #d5d5d5 solid 1px;
-}
-
.textColor {
- color: $mainBgColor;
+ color: $text_color;
}
.inputCom {
- color: $mainBgColor;
+ color: $text_color;
padding-bottom: 22px;
font-size: 14px;
@@ -140,7 +133,7 @@
display: flex;
justify-content: space-between;
align-items: center;
- border-radius: 27.5px;
+ // border-radius: 27.5px;
}
.areaCode {
@@ -161,7 +154,7 @@
height: 100%;
border: none;
padding-left: 10px;
- color: $mainBgColor;
+ color: $text_color;
border-radius: 20px;
}
--
Gitblit v1.9.3