fix: input border色值统一替换为css变量

This commit is contained in:
dataeaseShu 2022-08-03 15:05:05 +08:00
parent 930ee86135
commit 7b1be5836d

View File

@ -719,8 +719,8 @@ export default {
}
.normal {
color: #1f2329;
border: 1px solid #bbbfc4;
color: var(----deTextPrimary, #1F2329);
border: 1px solid var(--deBorderBase, #BBBFC4);
margin-left: 12px;
}
@ -755,9 +755,6 @@ export default {
.name-email-search {
width: 240px;
::v-deep input {
border-color: #bbbfc4;
}
}
.active-btn {