forked from github/dataease
fix: input border色值统一替换为css变量
This commit is contained in:
parent
930ee86135
commit
7b1be5836d
@ -719,8 +719,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.normal {
|
.normal {
|
||||||
color: #1f2329;
|
color: var(----deTextPrimary, #1F2329);
|
||||||
border: 1px solid #bbbfc4;
|
border: 1px solid var(--deBorderBase, #BBBFC4);
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -755,9 +755,6 @@ export default {
|
|||||||
|
|
||||||
.name-email-search {
|
.name-email-search {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
::v-deep input {
|
|
||||||
border-color: #bbbfc4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-btn {
|
.active-btn {
|
||||||
|
Loading…
Reference in New Issue
Block a user