Green/Red dialog more button

This commit is contained in:
Natsumi
2025-10-16 12:27:55 +11:00
parent 6ba7a1c3c4
commit 23d9850a25
2 changed files with 17 additions and 13 deletions

View File

@@ -841,20 +841,20 @@ i.x-status-icon.red {
// border: 0.5px solid #999;
// }
// .el-button--success {
// background-color: #67c23a !important;
// border-color: #67c23a !important;
// }
.x-dialog .el-button--success {
background-color: #67c23a !important;
border-color: #67c23a !important;
}
// .x-dialog .el-button--danger {
// background-color: #f56c6c !important;
// border-color: #f56c6c !important;
// }
.x-dialog .el-button--danger {
background-color: #f56c6c !important;
border-color: #f56c6c !important;
}
// .el-button--warning {
// background-color: #e6a23c !important;
// border-color: #e6a23c !important;
// }
.x-dialog .el-button--warning {
background-color: #e6a23c !important;
border-color: #e6a23c !important;
}
.avatar-info {
cursor: pointer;