完成会员

This commit is contained in:
魏啾
2024-03-01 20:26:44 +08:00
parent f8521dad84
commit c0caecf0fa
10 changed files with 849 additions and 291 deletions

View File

@@ -94,11 +94,23 @@ html {
top: 10px !important;
}
.el-pagination {
justify-content: center;
}
.el-drawer__header {
// padding: 0 !important;
margin-bottom: 5px !important;
}
.el-table .warning-row {
--el-table-tr-bg-color: var(--el-color-warning-light-9);
}
.el-table .success-row {
--el-table-tr-bg-color: var(--el-color-success-light-9);
}
.el-drawer__body {
padding: 0 var(--el-drawer-padding-primary) !important;
@@ -252,5 +264,4 @@ html {
transform: translateX(100%);
}
}
}
</style>
}</style>