Tcode平台改造升级-用户工作台页面样式优化及邀请你的团队功能开发

This commit is contained in:
fmk1023
2025-12-10 14:34:29 +08:00
parent 44467bc22a
commit fd4f9bc73d
16 changed files with 750 additions and 48 deletions

View File

@@ -537,3 +537,25 @@ img:hover {
display: inline-block;
height: 12px;
}
.TeamSetupModal {
width: 600px !important;
background: rgb(27, 25, 19);
.devui-modal__header {
text-align: center;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.devui-modal__body {
padding: 4rem;
}
.modal-actions-footer {
padding: 0 4rem 2rem;
}
}