mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 23:16:48 +00:00
nest 背景z-index
This commit is contained in:
@@ -69,7 +69,7 @@ function createNest() {
|
|||||||
var a = (function () {
|
var a = (function () {
|
||||||
const t = e
|
const t = e
|
||||||
return {
|
return {
|
||||||
z: n(t, 'zIndex', 0),
|
z: n(t, 'zIndex', -1),
|
||||||
o: n(t, 'opacity', 0.7),
|
o: n(t, 'opacity', 0.7),
|
||||||
c: n(t, 'color', '0,0,0'),
|
c: n(t, 'color', '0,0,0'),
|
||||||
n: n(t, 'count', 99)
|
n: n(t, 'count', 99)
|
||||||
|
|||||||
Reference in New Issue
Block a user