Skip to content

Commit 17c0930

Browse files
committed
style(platform): update zIndex
1 parent b11b0cb commit 17c0930

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/1.3.1.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -991,27 +991,27 @@ TODO pass cn
991991

992992

993993

994-
** TODO update zIndex
994+
** DONE update zIndex
995995

996996

997-
** TODO deploy editor to online
998-
deploy meta3d to online
999997

1000-
visit EnterApp?
1001998

1002999

10031000

10041001

10051002

10061003

1004+
* TODO update game
10071005

10081006

10091007

10101008

1011-
* TODO update game
10121009

10131010

1011+
* TODO deploy editor to online
1012+
deploy meta3d to online
10141013

1014+
visit EnterApp?
10151015

10161016

10171017

platform/frontend/src/external_layer/ui/app/assemble_space/components/element_assemble/utils/CustomDomUtils.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ let make = (
161161
// </Space>
162162
</section>
163163
<Tree
164-
style={ReactDOM.Style.make(~position="relative", ~zIndex="100", ~color="red", ())}
164+
style={ReactDOM.Style.make(~position="relative", ~zIndex="99", ~color="red", ())}
165165
showIcon=false
166166
autoExpandParent=false
167167
treeData={customs->Method.convertToTreeData}

0 commit comments

Comments
 (0)