添加可点击样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user