mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
8bda98b075
* feat(affix): new component affix re #1247 * feat: add test * perf: update state n * docs: update docs * perf: pref the component
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.demo-block.demo-affix {
|
|
.affix-container {
|
|
text-align: center;
|
|
height: 400px;
|
|
border-radius: 4px;
|
|
background: #ECF5FF;
|
|
}
|
|
}
|