如何在 plantuml 线框上绘制微调器?
How can I paint a spinner on a plantuml wireframe?
我正在尝试使用 plantuml 的盐图类型制作线框,但我注意到它没有默认的微调器组件。
如何实现这种效果?
起始码
@startuml
salt
{
{^"Compra"
Número de boletos: |"5"
}
Total: [=10=].00
[Pagar]
}
@enduml
这是我到目前为止所取得的成就,看起来非常一致:
@startuml
salt
{
{^"Compra"
Número de boletos:| {+5|<&caret-top>
.|<&caret-bottom>}
}
Total: [=10=].00
[Pagar]
}
@enduml
基本上我用大括号把两行分别加上向上箭头和向下箭头图标
我正在尝试使用 plantuml 的盐图类型制作线框,但我注意到它没有默认的微调器组件。
如何实现这种效果?
起始码
@startuml
salt
{
{^"Compra"
Número de boletos: |"5"
}
Total: [=10=].00
[Pagar]
}
@enduml
这是我到目前为止所取得的成就,看起来非常一致:
@startuml
salt
{
{^"Compra"
Número de boletos:| {+5|<&caret-top>
.|<&caret-bottom>}
}
Total: [=10=].00
[Pagar]
}
@enduml
基本上我用大括号把两行分别加上向上箭头和向下箭头图标