fix: app 新增多选高亮

This commit is contained in:
@changcode
2022-07-21 19:24:55 +08:00
parent aac1270705
commit 49a25d0f84
2 changed files with 23 additions and 16 deletions

View File

@@ -264,15 +264,22 @@
cursor: pointer;
display: flex;
flex-direction: column;
.body__app-title {
font-family: Helvetica-Bold;
font-size: 16px;
color: #353636;
font-weight: 700;
margin-bottom: 6px;
.body__app-content {
display: flex;
justify-content: space-between;
.body__app-title-left {
.body__app-left {
display: flex;
.body__app-left-title {
font-family: Helvetica-Bold;
font-size: 16px;
color: #353636;
font-weight: 700;
margin-bottom: 6px;
}
.body__app-left-title.app-show,
.body__app-left-title.provide-show {
color: #046ECA;
}
span {
i {
color: green;
@@ -281,7 +288,7 @@
}
}
}
.body__app-title-right {
.body__app-content-right {
span {
i {
color: #046ECA;