element-ui/examples/demo-styles/popover.scss
2021-06-07 11:56:04 +08:00

12 lines
164 B
SCSS

.demo-block.demo-popover {
.el-popover + .el-popover {
margin-left: 10px;
}
.el-input {
width: 360px;
}
.el-button {
margin-left: 10px;
}
}