添加可点击样式

This commit is contained in:
2023-08-08 17:23:33 +08:00
parent 626d634278
commit 9856012e03
10 changed files with 70 additions and 5 deletions

View File

@@ -331,11 +331,16 @@ defineExpose({
position: relative;
justify-content: end;
border-bottom: 1px solid #ebebeb;
.intermediary-btn:hover{
background: #f4f7f9 !important;
}
.intermediary-btn {
background: rgba(241, 245, 247, 1) !important;
}
.authentication-btn:hover{
background:#f6f5ff;
}
.authentication-btn {
width: 160px;
height: 48px;
@@ -466,6 +471,9 @@ defineExpose({
left: -7px;
}
.seach-btn:hover{
background:#81c1ff !important;
}
.seach-btn {
width: 100px;
height: 48px;
@@ -496,6 +504,9 @@ defineExpose({
margin-left: 20px;
}
.add-btn:hover{
background:#fde177 !important;
}
.add-btn {
background: rgba(253, 218, 85, 1);
margin-left: 20px;