element-plus/website/demo-styles/affix.scss
kooriookami 8bda98b075
feat(affix): new component affix (#1260)
* feat(affix): new component affix

re #1247

* feat: add test

* perf: update state

n

* docs: update docs

* perf: pref the component
2021-01-14 17:02:47 +08:00

9 lines
144 B
SCSS

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