Compare commits

..

2 Commits

Author SHA1 Message Date
zhuangyuanke
e52310da09 Merge branch 'dev' of http://182.92.166.109:3000/xinyilu/postdischarge-ui into dev 2024-11-15 10:52:18 +08:00
zhuangyuanke
1aa5c4200a 滚动条宽度 加宽 CSS修改 2024-11-15 10:52:04 +08:00
2 changed files with 6 additions and 3 deletions

View File

@ -78,6 +78,9 @@ export default {
height: 15px !important;
background-color: #FAFAFA !important;
}
::v-deep .el-scrollbar__bar{
width: 12px !important;
}
::v-deep .el-table {

View File

@ -291,7 +291,7 @@ export default {
}
::-webkit-scrollbar {
width: 5px;
width: 10x;
}
::-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;