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

9 lines
144 B
SCSS

.demo-block.demo-affix {
.affix-container {
text-align: center;
height: 400px;
border-radius: 4px;
background: #ecf5ff;
}
}