
/* 表格滚动条 */
td.with-scrollbar{ -ms-overflow-style: auto; overflow: auto; white-space: nowrap; max-width: 220px; }
td.with-scrollbar::-webkit-scrollbar{ display: initial; height: 5px; width: 5px; }
td.with-scrollbar::-webkit-scrollbar-track{ background-color: transparent; }
td.with-scrollbar::-webkit-scrollbar-thumb{ background-color: rgba(50, 50, 50, .3);  border-radius: 5px; }
