修改看板樣式
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user