feat_根据屏幕大小自适应到表格居中显示 --story=1003802 --user=王孝刚 10.根据屏幕大小自适应到表格居中显示 https://www.tapd.cn/55049933/s/1066565

This commit is contained in:
wxg0103 2021-11-12 10:19:40 +08:00 committed by 刘瑞斌
parent eb49bf5a43
commit 7ffd3122a1
5 changed files with 34 additions and 0 deletions

View File

@ -486,4 +486,10 @@ export default {
/deep/ .el-tabs__header {
margin: 0 0 0px;
}
/deep/ .el-table__empty-block {
width: 100%;
min-width: 100%;
max-width: 100%;
padding-right: 100%;
}
</style>

View File

@ -822,4 +822,11 @@ export default {
margin-right: 10px;
font-size: 16px;
}
/deep/ .el-table__empty-block {
width: 100%;
min-width: 100%;
max-width: 100%;
padding-right: 100%;
}
</style>

View File

@ -864,6 +864,12 @@ export default {
top: -2px;
}
/deep/ .el-table__empty-block {
width: 100%;
min-width: 100%;
max-width: 100%;
padding-right: 100%;
}
/* /deep/ .el-table__fixed-body-wrapper {
top: 60px !important;
} */

View File

@ -290,4 +290,12 @@ export default {
margin-left: 20px;
margin-right: 20px;
}
/deep/ .el-table__empty-block {
width: 100%;
min-width: 100%;
max-width: 100%;
padding-right: 100%;
}
</style>

View File

@ -548,4 +548,11 @@ export default {
/*width: calc(100% - 90px);*/
}
/deep/ .el-table__empty-block {
width: 100%;
min-width: 100%;
max-width: 100%;
padding-right: 100%;
}
</style>