NEZ-1856 fix:取消内容区页面 边框,边距

This commit is contained in:
zhangyu
2022-05-16 13:39:29 +08:00
parent f951263c09
commit deda02e297
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
.panel.list-page {
.table-list {
height: calc(100% - 58px);
padding-left: 10px;
}
.no-data {
text-align: center;

View File

@@ -2,7 +2,7 @@
height: 100%;
width: 100%;
display: flex;
background-color: $--background-color-base;
background-color: $--background-color-empty;
overflow-x: auto;
.project-table {
//width: calc(100% - 10px) !important;