Commit 0f25574f by DaiJiezhang

fix: 优化资产表单展示

parent 41b3e2f2
......@@ -61,6 +61,11 @@ body { margin: 0; }
background: #ffffff;
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 {
display: flex;
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