feat_根据屏幕大小自适应到表格居中显示 --story=1003802 --user=王孝刚 10.根据屏幕大小自适应到表格居中显示 https://www.tapd.cn/55049933/s/1066565
This commit is contained in:
parent
eb49bf5a43
commit
7ffd3122a1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
} */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue