perf: entity架子、优化前端体积

This commit is contained in:
chenjinsong
2021-07-07 15:28:11 +08:00
parent 0cdb7eec92
commit 20a24c996d
5 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
.cn-entities {
display: grid;
grid-template-rows: 32px auto;
grid-template-columns: 250px auto;
grid-gap: 10px 20px;
padding: 20px;
height: 100%;
width: 100%;
background-color: #fff;
}