前端修改样式
This commit is contained in:
9
code_backend_theme/views/layout.xml
Normal file
9
code_backend_theme/views/layout.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="code_custom_layout" inherit_id="web.layout" name="Custom Layout">
|
||||
<xpath expr="//meta[@content='IE=edge,chrome=1']" position="after">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user