This commit is contained in:
shaoyongjun 2024-11-08 10:49:15 +08:00
parent 679576df2b
commit 72f80f06bd

View File

@ -34,9 +34,9 @@
<header> <header>
<!-- 顶部 --> <!-- 顶部 -->
<div id="head_top" style="font-size: 12px"> <div id="head_top" style="font-size: 12px">
<div style="width:20%">测试</div> <div style="width:10%">测试</div>
<div style="width: 60%"></div> <div style="width: 60%"></div>
<div style="width:20%"> <div style="width:30%">
<span><button id="my_fontSize0">cls</button></span> <span><button id="my_fontSize0">cls</button></span>
<span></span> <span></span>
<span><button id="my_fontSize+">+</button></span> <span><button id="my_fontSize+">+</button></span>
@ -184,10 +184,10 @@
</svg> </svg>
</span> </span>
</div> </div>
<div class="my-divider-item"></div> <!-- <div class="my-divider-item"></div>-->
<div> <!-- <div>-->
<button onclick="info(this)" style="font-size: 16px">info</button> <!-- <button onclick="info(this)" style="font-size: 16px">info</button>-->
</div> <!-- </div>-->
</div> </div>
</div> </div>
</header> </header>