mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
40 lines
657 B
SCSS
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;
|
|
}
|
|
}
|