Compare commits
No commits in common. "e52310da093609d51659c2ad78789dfe4d4c346f" and "20e8ed9483c578b577bd60a846be32d81a43fd06" have entirely different histories.
e52310da09
...
20e8ed9483
@ -78,9 +78,6 @@ export default {
|
||||
height: 15px !important;
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
::v-deep .el-scrollbar__bar{
|
||||
width: 12px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-table {
|
||||
|
||||
|
||||
@ -291,7 +291,7 @@ export default {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10x;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
@ -304,8 +304,8 @@ export default {
|
||||
}
|
||||
|
||||
.left {
|
||||
height: calc(100vh - 119px);
|
||||
// height: 100%;
|
||||
// height: calc(100vh - 119px);
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding-right: 10px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user