Tcode平台改造升级-控制台登录组件开发及用户工作台页面开发
This commit is contained in:
@@ -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; /* 确保关闭按钮在最上层 */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user