Commit 9ae57966 by DaiJiezhang

Merge branch 'codex/asset-ui-polish' into 'master'

fix: 优化资产表单展示

See merge request !13
parents 41b3e2f2 0f25574f
...@@ -61,6 +61,11 @@ body { margin: 0; } ...@@ -61,6 +61,11 @@ body { margin: 0; }
background: #ffffff; background: #ffffff;
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
} }
/* 手机号码管理弹窗:高度贴合内容,内容多时才限高滚动(企微等其余弹窗保持固定高度)。 */
.phone-asset-modal--phone {
height: auto;
max-height: min(680px, calc(100vh - 48px));
}
.phone-asset-modal .el-dialog__header { .phone-asset-modal .el-dialog__header {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment