File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
utils/editors/text-diff/v3.0 Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 161161 # output
162162 {border : 1px solid lightgray;padding : 5px ;box-sizing : border-box}
163163
164- /*
165- #output-hldr
166- {flex:1;border:1px solid lightgray;overflow:auto;margin:0;padding:5px;box-sizing:border-box}
167- */
168-
169-
164+
170165 .red
171166 {position : absolute;background : var (--red );z-index : 20 }
172167 .green
181176 < body >
182177
183178 < editors-hdr v2.0 component =grp >
179+ < h1 slot =seo-hdr > text-diff</ h1 >
184180 < img slot =title src ='images/text-diff.png ' style ='top:5px;height:45px '>
185- < h4 slot =version > v3.0</ h4 >
186- < time slot =date datetime =2026-01-24 > 24 Jan 2026</ time >
181+ < h4 slot =version >
182+ v3.0
183+ </ h4 >
184+ < time slot =date datetime =2026-02-05 >
185+ 05 Feb 2026
186+ </ time >
187187 </ editors-hdr >
188188
189+
189190 < div id =output-hdr >
190191 < div id =output-show >
191192 show output
@@ -194,6 +195,7 @@ <h4 slot=version>v3.0</h4>
194195 < input type =button value =check >
195196 </ div >
196197
198+
197199 < div id =main >
198200 < div id =view1 >
199201 < div id =hdr >
@@ -214,10 +216,11 @@ <h4 slot=version>v3.0</h4>
214216 </ div >
215217 </ div >
216218
219+
217220 < div id =slider-2 style ='height:10px;cursor:ns-resize '> </ div >
218221
219222
220- < web-editor component id =output mode =text > </ web-editor >
223+ < web-editor v2.0 component id =output mode =text > </ web-editor >
221224
222225
223226
You can’t perform that action at this time.
0 commit comments