mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App web enterprise enhance,企业版界面增强",
|
'name': "App web enterprise enhance,企业版界面增强",
|
||||||
'version': '12.19.07.29',
|
'version': '12.19.08.24',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -17,19 +17,3 @@ $o-brand-secondary: #8f8f8f;
|
|||||||
$o-brand-lightsecondary: $o-gray-100;
|
$o-brand-lightsecondary: $o-gray-100;
|
||||||
|
|
||||||
$o-main-text-color: #666666;
|
$o-main-text-color: #666666;
|
||||||
|
|
||||||
$o-list-footer-bg-color: white;
|
|
||||||
|
|
||||||
$o-btn-secondary-bg: white;
|
|
||||||
$o-btn-secondary-hover-bg: darken($o-btn-secondary-bg, 10%);
|
|
||||||
$o-btn-secondary-active-bg: darken($o-btn-secondary-bg, 8%);
|
|
||||||
|
|
||||||
// Layout
|
|
||||||
$o-statbutton-height: 44px;
|
|
||||||
$o-statbutton-vpadding: 0px;
|
|
||||||
$o-statbutton-spacing: 6px;
|
|
||||||
|
|
||||||
// Home menu
|
|
||||||
$o-home-menu-container-size: 850px;
|
|
||||||
$o-home-menu-app-icon-max-width: 70px;
|
|
||||||
$o-home-studio-menu-shadow: 0 1px 0 rgba(black, 0.45);
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<!-- 企业版变色 -->
|
<!-- 企业版变色 -->
|
||||||
<template id="_app_assets_primary_variables" inherit_id="web_enterprise._assets_primary_variables" priority="15">
|
<template id="_app_assets_primary_variables" inherit_id="web_enterprise._assets_primary_variables" priority="15">
|
||||||
<xpath expr="//link[@href='/web_enterprise/static/src/scss/primary_variables.scss']" position="replace">
|
<xpath expr="//link[last()]" position="after">
|
||||||
<link rel="stylesheet" type="text/scss" href="/app_web_enterprise/static/src/scss/primary_variables.scss"/>
|
<link rel="stylesheet" type="text/scss" href="/app_web_enterprise/static/src/scss/primary_variables.scss"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user