31 lines
723 B
CSS
31 lines
723 B
CSS
.scroll::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
.scroll::-webkit-scrollbar-thumb {
|
|
background-color: rgb(1, 169, 255);
|
|
border-radius: 4px;
|
|
}
|
|
.bg-date-picker-pop{
|
|
background-image: url('../images/list_bgd.png');
|
|
border:solid 1px rgb(1, 169, 255);
|
|
}
|
|
.div-no-data{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-flow: column;
|
|
}
|
|
.my-module-title{
|
|
background: url(../images/one/2x1.png) no-repeat;background-size: 100%;
|
|
}
|
|
|
|
|
|
.mytable.is-scroll .el-table__body-wrapper::-webkit-scrollbar{
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
.mytable.is-scroll .el-table__body-wrapper::-webkit-scrollbar-thumb {
|
|
background-color: rgb(1, 169, 255);
|
|
border-radius: 4px;
|
|
} |