feat : 文件预览,项目详情文件表格展示
This commit is contained in:
@@ -60,7 +60,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
//z-index: 1001;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
@@ -374,6 +374,9 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
left: 200px;
|
||||
}
|
||||
|
||||
//.el-overlay-dialog {
|
||||
// left: 200px !important;
|
||||
//}
|
||||
//放大缩小按钮上外边距
|
||||
.scale {
|
||||
margin-top: 10px;
|
||||
@@ -382,12 +385,10 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
//top: -20px;
|
||||
}
|
||||
|
||||
.el-overlay-dialog {
|
||||
left: 200px !important;
|
||||
}
|
||||
|
||||
.el-overlay-dialog::-webkit-scrollbar, .scrollbar-dict::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
// 滚动条轨道
|
||||
|
||||
Reference in New Issue
Block a user