update 设备管理的滚动条

This commit is contained in:
lb
2022-11-10 13:54:12 +08:00
parent affc23fbc2
commit c943c1ab7a
3 changed files with 31 additions and 22 deletions

View File

@@ -197,6 +197,27 @@ export default {
</script>
<style scoped>
::-webkit-scrollbar {
width: calc(8px * var(--beilv));
}
::-webkit-scrollbar-track {
background-color: #14243f;
border-radius: 0;
}
::-webkit-scrollbar-button {
width: calc(8px * var(--beilv));
height: calc(8px * var(--beilv));
background: #5bc4bf9f;
position: relative;
}
::-webkit-scrollbar-thumb {
border-radius: calc(8px * var(--beilv));
background: #5bc4bf9f;
}
.fix-table-eq-exception >>> .el-table td .cell {
width: 80% !important;
margin: auto;
@@ -247,10 +268,10 @@ export default {
.techy-container__inner {
display: flex;
flex-direction: column;
gap: 0.8vh;
gap: calc(8px * var(--beilv));
height: calc(100% - 4vh);
/* overflow-y: scroll; */
overflow-y: hidden;
overflow-y: auto;
}
.techy-container__inner > div {
flex: 1 1;
@@ -319,7 +340,7 @@ export default {
flex: 1;
height: calc(191px * var(--beilv));
overflow: hidden;
overflow-y: scroll;
overflow-y: auto;
}
.grid-2-3 {