【发布时间】:2021-09-17 06:28:09
【问题描述】:
我使用了使用 bootstrap 5 的模板,
在 css 中我可以找到:
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'/><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
django 好像没有找到这个网址
用于选择表单的 bootstrap 5.0 css 不起作用并显示标准选择框而不是 bootstrap 5 外观 .
谢谢帮助
【问题讨论】: