update 设备管理的techytable样式

This commit is contained in:
lb
2022-11-09 17:03:20 +08:00
parent 472ac0a19f
commit 3567838049
2 changed files with 77 additions and 76 deletions

View File

@@ -354,15 +354,12 @@ export default {
flex-direction: column;
gap: calc(16px * var(--beilv));
width: 70%;
background-color: #aaaa;
}
.tech-body__col-2 {
width: 25%;
flex: 0;
/* height: calc(100% - 28px); */
height: 100%;
background-color: #cccc;
}
.techy-container__inner {
@@ -386,7 +383,7 @@ export default {
.row-1 {
flex: 1;
display: flex;
gap: calc(100vw / 1920 * 16);
gap: calc(16px * var(--beilv));
}
.row-2 {
@@ -410,7 +407,6 @@ export default {
.table-wrapper {
height: calc(100% - 3vh);
overflow: scroll;
background-color: #f003;
}
.grid {