|
|
|
@ -398,6 +398,24 @@ a, button, input, textarea {
|
|
|
|
|
padding: 12px 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 重写antdv的表格滚动条 */
|
|
|
|
|
.ant-table-body {
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
|
|
|
|
|
background: @border-color-split;
|
|
|
|
|
}
|
|
|
|
|
&::-webkit-scrollbar-track {
|
|
|
|
|
-webkit-box-shadow: 0;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background: @background-color-base;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 滚动条,需要哪里,加哪个class
|
|
|
|
|
body,
|
|
|
|
|
.ant-drawer-wrapper-body,
|
|
|
|
@ -417,7 +435,6 @@ body,
|
|
|
|
|
.org-table,
|
|
|
|
|
.pos-table,
|
|
|
|
|
.poi-list,
|
|
|
|
|
.ant-table-body,
|
|
|
|
|
.snowy-orgpos-vis,
|
|
|
|
|
.index-message-list,
|
|
|
|
|
.ant-picker-time-panel-column,
|
|
|
|
|