update 设备管理的滚动条
This commit is contained in:
@@ -125,7 +125,7 @@ export default {
|
||||
|
||||
.techy-analysis-header__title {
|
||||
color: #01cfcc;
|
||||
font-size: 1.25vh;
|
||||
line-height: 18px;
|
||||
font-size: calc(15px * var(--beilv));
|
||||
line-height: calc(18px * var(--beilv));
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -40,13 +40,12 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.techy-vertical-table {
|
||||
height: calc(100% - 2.5vh);
|
||||
overflow: hidden;
|
||||
/* height: calc(100% - 2.5vh); */
|
||||
overflow: auto;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.trow {
|
||||
/* height: calc(100% / 6); */
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
@@ -59,8 +58,6 @@ export default {
|
||||
.tbody {
|
||||
min-width: calc(100vw / 1920 * 96);
|
||||
background-color: #20376080;
|
||||
/* background-color: red; */
|
||||
/* height: 100%; */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin-right: 1px;
|
||||
@@ -70,24 +67,15 @@ export default {
|
||||
|
||||
.thead {
|
||||
width: 25%;
|
||||
font-size: 14px;
|
||||
line-height: 1.81;
|
||||
/* padding: 8px 16px; */
|
||||
/* font-size: 1vh; */
|
||||
/* line-height: 2; */
|
||||
/* font-weight: 400; */
|
||||
font-size: calc(14px * var(--beilv));
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.tbody {
|
||||
width: 24%;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
font-size: 12px;
|
||||
font-size: calc(12px * var(--beilv));
|
||||
line-height: 2;
|
||||
/* padding: 8px 12px; */
|
||||
/* padding-left: 8px; */
|
||||
/* font-size: 1vh; */
|
||||
/* line-height: 2; */
|
||||
/* font-weight: 400; */
|
||||
}
|
||||
|
||||
.tbody:last-child {
|
||||
|
||||
Reference in New Issue
Block a user