带有 css 的自定义策略自定义按钮

custom policy customization button with css

我将按钮转换为使用 css 将另一个代码发送到 link。我如何将 link 放在下一行的开头 css 如下图所示:

来自before to after

首先你需要customize the UI.

您想要的只是 HTMl 将 div 移动到不同的位置:

<div class="myDiv">
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>