style(docs): change the example mask and overlay z-index (#9356)

* style(docs): change navbar z-index

* style: change the example mask and overlay z-index
This commit is contained in:
btea 2022-08-20 09:36:12 +08:00 committed by GitHub
parent eb31f6f510
commit a1834a4151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View File

@ -34,4 +34,7 @@ const tableData = [
body {
margin: 0;
}
.example-showcase .el-loading-mask {
z-index: 9;
}
</style>

View File

@ -58,3 +58,8 @@ const tableData = [
},
]
</script>
<style>
.example-showcase .el-loading-mask {
z-index: 9;
}
</style>

View File

@ -52,3 +52,8 @@ const generateData = (
const columns = generateColumns(10)
const data = generateData(columns, 200)
</script>
<style>
.example-showcase .el-table-v2__overlay {
z-index: 9;
}
</style>