Commit 83e45356 by zhaochengxiang

自适应

parent a816d820
@header-height: 64px;
@pm-4: 30px;
@pm-3: 20px;
@scroll-height: 15px;
\ No newline at end of file
......@@ -481,12 +481,6 @@ const ImportActionTable = (props) => {
}
})
if (!row.notNull) {
row.nullable = true;
} else {
row.nullable = false;
}
const newData = [...data];
const index = newData.findIndex((item) => editingKey === item.iid);
......
......@@ -14,6 +14,13 @@
.yy-divider-vertical {
margin: 0 2px !important;
}
//项目设置了宽度小于1300px后横向滚动,需要去掉滚动条高度
@media screen and (max-width: 1300px) {
.yy-table {
height: calc(100vh - @header-height - @pm-4 - 57px - @pm-3 - 42px - @scroll-height) !important;
}
}
}
.model-table-sub {
......
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