mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
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:
parent
eb31f6f510
commit
a1834a4151
@ -34,4 +34,7 @@ const tableData = [
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
.example-showcase .el-loading-mask {
|
||||
z-index: 9;
|
||||
}
|
||||
</style>
|
||||
|
@ -58,3 +58,8 @@ const tableData = [
|
||||
},
|
||||
]
|
||||
</script>
|
||||
<style>
|
||||
.example-showcase .el-loading-mask {
|
||||
z-index: 9;
|
||||
}
|
||||
</style>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user