Tcode平台改造升级-控制台登录组件开发及用户工作台页面开发

This commit is contained in:
fmk1023
2025-12-09 14:31:11 +08:00
parent af7578ec2a
commit 87c2777923
13 changed files with 3596 additions and 992 deletions

View File

@@ -310,3 +310,20 @@ circle.devui-radio__material-outer {
padding: 16px 20px;
}
.tcode-login-modal {
width: 600px;
:deep(.devui-modal) {
width: 600px !important;
}
.devui-modal__header {
border-bottom: none;
padding: 0;
}
.devui-modal__body {
padding: 0; /* 移除默认内边距,由内部控制 */
}
.btn-close {
z-index: 10; /* 确保关闭按钮在最上层 */
}
}