调整单据页面全屏的样式
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
.ant-modal-cust-warp .ant-form-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
/*全屏模式*/
|
||||
.ant-modal-cust-warp .fullscreen .ant-modal-body {
|
||||
padding: 24px 24px 12px 24px;
|
||||
height: calc(100% - 200px) !important;
|
||||
overflow-y: auto
|
||||
}
|
||||
/*商品-列表页面弹出modal*/
|
||||
.ant-modal-material-warp {
|
||||
margin-top: 89px;
|
||||
@@ -59,6 +65,12 @@
|
||||
.ant-modal-material-warp .ant-form-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
/*全屏模式*/
|
||||
.ant-modal-material-warp .fullscreen .ant-modal-body {
|
||||
padding: 24px 24px 12px 24px;
|
||||
height: calc(100% - 200px) !important;
|
||||
overflow-y: auto
|
||||
}
|
||||
/*列表中有图片的加这个样式 参考用户管理*/
|
||||
.anty-img-wrap {
|
||||
height: 25px;
|
||||
|
||||
Reference in New Issue
Block a user