mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-16 03:53:39 +08:00
docs(components): check docs before stable (#5740)
This commit is contained in:
@ -16,3 +16,24 @@ const fits = ['fill', 'contain', 'cover', 'none', 'scale-down']
|
||||
const url =
|
||||
'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg'
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.demo-image .block {
|
||||
padding: 30px 0;
|
||||
text-align: center;
|
||||
border-right: solid 1px var(--el-border-color-base);
|
||||
display: inline-block;
|
||||
width: 20%;
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
}
|
||||
.demo-image .block:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
.demo-image .demonstration {
|
||||
display: block;
|
||||
color: var(--el-text-color-secondary);
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user