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