构建后,我所有的文本内容都以 Vue.js 为中心
After Build, all my text content is centered on Vue.js
我在构建项目时遇到问题!
我所有的 <p>
标签在 Build 和 Dev 实例之后都居中,它们留在左侧......
示例:
<div class="pt-3">
<h4>Forma de acesso:</h4>
<p>Certificado Digital (Token) <i>OU</i></p>
<p>CPF e Senha</p>
</div>
在开发服务器上:
在实时服务器上(构建后):
关于为什么会发生这种情况的任何建议?
如果有帮助,我正在使用 Bootstrap-Vue 和 yarn 来构建项目!
编辑:使用 text-left
class 无效,文本保持居中。
我在 html css 和 App.vue 上使用了 text-center
...
我的错。
我在构建项目时遇到问题!
我所有的 <p>
标签在 Build 和 Dev 实例之后都居中,它们留在左侧......
示例:
<div class="pt-3">
<h4>Forma de acesso:</h4>
<p>Certificado Digital (Token) <i>OU</i></p>
<p>CPF e Senha</p>
</div>
在开发服务器上:
在实时服务器上(构建后):
关于为什么会发生这种情况的任何建议?
如果有帮助,我正在使用 Bootstrap-Vue 和 yarn 来构建项目!
编辑:使用 text-left
class 无效,文本保持居中。
我在 html css 和 App.vue 上使用了 text-center
...
我的错。