修改看板樣式

This commit is contained in:
WEB许何哲\xuhez
2023-07-13 17:31:54 +08:00
parent b6de9d5e64
commit b48a835808
4 changed files with 81 additions and 8 deletions

View File

@@ -7,8 +7,19 @@
<!-- </div> -->
<!-- </xpath> -->
<xpath expr="//t[@t-component='props.Renderer']" position="before">
<div>
Hello world !
<div class="alerts">
<div >
<div class="green"></div>
<p>空闲</p>
</div>
<div>
<div class="red"></div>
<p>占用</p>
</div>
<div>
<div class="grey"></div>
<p>禁用</p>
</div>
</div>
</xpath>