element-plus/website/demo-styles/scrollbar.scss
2021-07-14 09:27:52 +08:00

40 lines
657 B
SCSS

.demo-block.demo-scrollbar {
.item {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
margin: 10px;
text-align: center;
border-radius: 4px;
background: #ecf5ff;
color: #409eff;
}
.flex-content {
display: flex;
.item {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 50px;
margin: 10px;
text-align: center;
border-radius: 4px;
background: #fef0f0;
color: #f56c6c;
}
}
.el-button {
margin-bottom: 20px;
}
.el-slider {
margin-top: 20px;
}
}