@ -298,6 +298,19 @@ export default {
border: 2px solid #ccc;
float:left;
position: relative;
overflow-y:auto;
&::-webkit-scrollbar {
width: 5px;
height: 1px;
}
&::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #aaa;
&::-webkit-scrollbar-track {
border-radius: 10px;
background: #ccc;
.handle-operation-tip {
position: absolute;
top: 0;
@ -495,17 +495,6 @@ export default {
overflow-y: auto;
left:0;
width: 80px;
height: 30px;
line-height: 30px;
color: #ffffff;
background: #ff7600;
text-align:center;
@ -518,6 +507,17 @@ export default {
</style>