mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
[app_web_enterprise]优化讨论和聊天的界面
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
],
|
||||
# 这里是改样式,要 after处理
|
||||
'web.assets_common': [
|
||||
('after', 'web/static/lib/jquery.ui/jquery-ui.css', 'app_web_enterprise/static/lib/jquery.ui/jquery-ui.css'),
|
||||
('after', 'web_enterprise/static/src/webclient/home_menu/home_menu_background.scss', 'app_web_enterprise/static/src/scss/home_menu_background.scss'),
|
||||
],
|
||||
'web.assets_frontend': [
|
||||
|
||||
3
app_web_enterprise/static/lib/jquery.ui/jquery-ui.css
vendored
Normal file
3
app_web_enterprise/static/lib/jquery.ui/jquery-ui.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.ui-widget {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user