|
@ -39,35 +39,6 @@ body { |
|
|
color: #1E2226; |
|
|
color: #1E2226; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
/* 隐藏全局滚动条 */ |
|
|
|
|
|
/* 全局隐藏滚动条但排除el-table */ |
|
|
|
|
|
*:not(.el-table)::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
|
scrollbar-width: none; |
|
|
|
|
|
-ms-overflow-style: none; |
|
|
|
|
|
} |
|
|
|
|
|
.element { |
|
|
|
|
|
overflow: hidden; /* 通用方法 */ |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 对于WebKit浏览器 */ |
|
|
|
|
|
.element::-webkit-scrollbar { |
|
|
|
|
|
display: none; /* Chrome, Safari, Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.el-table__body-wrapper::-webkit-scrollbar { |
|
|
|
|
|
display: block !important; |
|
|
|
|
|
width: 6px; |
|
|
|
|
|
height: 6px; |
|
|
|
|
|
} |
|
|
|
|
|
.el-table__body-wrapper::-webkit-scrollbar-thumb { |
|
|
|
|
|
background: #c1c1c1; |
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.common_title{ |
|
|
.common_title{ |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|