我在Snappy pdf Bundle上创建了pdf问题:似乎没有加载我尝试导入的css文件。
我甚至试过使用绝对网址,但它也无法工作。
这是我的代码:
{% block body %}
{# Layout for PDF files #}
<p>Cliente: {{ cliente.nome }}</p>
{% endblock %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"> </script>
<link rel="stylesheet" type="text/css" href="{{ asset('main.css') }}">
<link rel="stylesheet" href="{{ asset('base.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('fancy.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('./main1.css') }}"/>