update 设备管理的techytable样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user