ten-design-vue
Version:
ten-vue
28 lines (26 loc) • 503 B
text/less
.demo-tooltip-direction {
.ten-button {
width: 140px;
}
.demo-tooltip-direction__row + .demo-tooltip-direction__row {
.ten-button {
margin-top: 40px;
}
}
.ten-button + .ten-button {
margin-left: 60px;
}
}
.demo-tooltip-content-direction {
.ten-button {
width: 140px;
}
.demo-tooltip-content-direction__row + .demo-tooltip-content-direction__row {
.ten-button {
margin-top: 40px;
}
}
.ten-button + .ten-button {
margin-left: 60px;
}
}