mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
条码增加可定制功能
fix odoo customize
This commit is contained in:
@@ -8,4 +8,36 @@
|
||||
left: 6px;
|
||||
top: 3px;
|
||||
content: "";
|
||||
}
|
||||
/*
|
||||
强制表格滚动,企业版中生效
|
||||
*/
|
||||
|
||||
.force_scroll .table-responsive {
|
||||
white-space: nowrap !important;
|
||||
overflow: hidden !important;
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
.force_scroll ::-webkit-scrollbar {
|
||||
height: 16px!important;
|
||||
}
|
||||
/* 滚动条的滑轨背景颜色 */
|
||||
.force_scroll ::-webkit-scrollbar-track {
|
||||
background-color: lightgrey!important;;
|
||||
-webkit-border-radius: 2em !important;;
|
||||
-moz-border-radius: 2em !important;;
|
||||
border-radius: 2em !important;;
|
||||
}
|
||||
|
||||
/* 滑块颜色 */
|
||||
.force_scroll ::-webkit-scrollbar-thumb {
|
||||
background-color: #666666 !important;;
|
||||
-webkit-border-radius: 2em !important;;
|
||||
-moz-border-radius: 2em !important;;
|
||||
border-radius: 2em !important;;
|
||||
}
|
||||
|
||||
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
|
||||
.force_scroll ::-webkit-scrollbar-corner {
|
||||
background-color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user