feat: show all styles in source code
This commit is contained in:
@@ -42,4 +42,21 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" src="./relative.less" docs></style>
|
||||
<style lang="less" scoped>
|
||||
.veui-overlay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.relative-overlay {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
text-align: center;
|
||||
border: 1px solid #dbdbdb;
|
||||
background-color: #fff;
|
||||
|
||||
.veui-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user