0

我使用简单的表单创建了一个插件。如何使这个表格看起来像一个 DIVI 表格?

要应用哪些类/样式?

我的表格:

<form method="post">
    <label for="input1">Input 1</label>
    <input type="text" name="input1" /><br>
</form>
4

1 回答 1

0

您可以尝试将 divi 的表单类直接添加到您的 . 尝试页面检查器(google devtools),并搜索好的 id 或 classes。

于 2020-10-30T16:30:58.747 回答