Commit 80e9b264 authored by 皮倩雯's avatar 皮倩雯

增加数据字典表单前端验证

parent c216bc99
Pipeline #32428 skipped with stages
This diff is collapsed.
......@@ -3,10 +3,15 @@
margin-bottom: 20px;
}
.ant-table-content{
max-height: calc(100vh - 268px);
max-height: calc(100vh - 260px);
border-right: white;
overflow: auto !important;
}
.divv{
.ant-modal-wrap {
z-index: 1001 !important;
}
}
.ant-table-tbody{
.clickRowStyle{
background: #cfe7fd;
......@@ -22,8 +27,8 @@
}
}
.ant-table-body{
max-height: calc(100vh - 338px) !important;
min-height:calc(100vh - 338px);
max-height: calc(100vh - 328px) !important;
min-height:calc(100vh - 328px);
margin-right: -6px;
}
.ant-table-pagination.ant-pagination {
......
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