fix:联调登录接口

This commit is contained in:
unknown
2025-12-31 18:57:06 +08:00
parent bd2a300f55
commit f22b0dfcbc
27 changed files with 1514 additions and 226 deletions

View File

@@ -19,4 +19,19 @@ html,body{
}
.filter-popper.el-popover.el-popper{
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
// 全局重新element相关样式
.mj-input-form{
.el-input{
--el-border-radius-base:10px;
--el-border-color:#E2E8F0;
}
}