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