Merge pull request #2775 from dataease/pr@dev_bag_clear

Pr@dev bag clear
This commit is contained in:
dataeaseShu 2022-08-03 15:09:48 +08:00 committed by GitHub
commit 2ef57a33e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {