This commit is contained in:
2025-12-12 13:19:54 +08:00
parent ce64295f7c
commit a4203e0872

View File

@@ -1106,54 +1106,54 @@ function handleStatisticsBack() {
margin-bottom: 20px;
}
// .btn-success,
// .btn-danger,
// .btn-default {
// padding: 10px 24px;
// border-radius: 4px;
// font-size: 14px;
// cursor: pointer;
// transition: all 0.3s;
// border: none;
.btn-success,
.btn-danger,
.btn-default {
padding: 10px 24px;
border-radius: 4px;
font-size: 14px;
cursor: pointer;
transition: all 0.3s;
border: none;
// .icon {
// margin-right: 4px;
// }
.icon {
margin-right: 4px;
}
// &:disabled {
// opacity: 0.6;
// cursor: not-allowed;
// }
// }
&:disabled {
opacity: 0.6;
cursor: not-allowed;
}
}
// .btn-success {
// background: #67c23a;
// color: #fff;
.btn-success {
background: #67c23a;
color: #fff;
// &:hover:not(:disabled) {
// background: #85ce61;
// }
// }
&:hover:not(:disabled) {
background: #85ce61;
}
}
// .btn-danger {
// background: #f56c6c;
// color: #fff;
.btn-danger {
background: #f56c6c;
color: #fff;
// &:hover:not(:disabled) {
// background: #f78989;
// }
// }
&:hover:not(:disabled) {
background: #f78989;
}
}
// .btn-default {
// background: #fff;
// color: #606266;
// border: 1px solid #dcdfe6;
.btn-default {
background: #fff;
color: #606266;
border: 1px solid #dcdfe6;
// &:hover {
// color: #409eff;
// border-color: #409eff;
// }
// }
&:hover {
color: #409eff;
border-color: #409eff;
}
}
.current-user-list {
border: 1px solid #e0e0e0;