Skip to content

Commit a37ffba

Browse files
save file
1 parent 15881f2 commit a37ffba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

code-dev/25-10-21/override-createserver/override-createserver.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
input {font-size:16px;padding:5px 10px;box-sizing:border-box}
2222
input[typebutton] {cursor:pointer}
2323

24-
editor-root::part(root) {height:500px}
24+
#test::part(root) {height:500px}
25+
#srcdoc::part(root) {height:500px}
26+
#patch::part(root) {height:500px}
2527

2628
.filename {background:lightgray;padding:5px 10px}
2729

@@ -60,7 +62,7 @@
6062
</div>
6163

6264
<editor id=srcdoc component v2.0 src='ex/srcdoc.html'></editor>
63-
<editor id=path component v2.0 src='ex/patch.js'></editor>
65+
<editor id=patch component v2.0 src='ex/patch.js'></editor>
6466

6567

6668
<iframe id=iframe></iframe>

0 commit comments

Comments
 (0)