定时任务&角色管理添加更多操作按钮

This commit is contained in:
RuoYi
2020-03-20 13:21:30 +08:00
parent 6fa8c991b8
commit 55da596a80
6 changed files with 61 additions and 17 deletions

View File

@ -1014,6 +1014,25 @@ label {
background-color: #F5F5F5;
}
/** 气泡弹出框样式 **/
.popover {
font-size: 13px;
max-width: unset;
}
.popover-title {
padding: 8px 14px;
margin: 0 !important;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 5px;
}
::-webkit-scrollbar {
width: 6px;
height: 10px;