ten-design-vue
Version:
ten-vue
58 lines (57 loc) • 882 B
CSS
/**
* 文字部分
* size 大小,line 行高, color 颜色
*/
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-container {
display: flex;
flex-direction: row;
box-sizing: border-box;
flex: 1;
flex-basis: auto;
}
.ten-container--vertical {
flex-direction: column;
}
.ten-container .ten-header,
.ten-container .ten-footer,
.ten-container .ten-aside,
.ten-container .ten-main {
box-sizing: border-box;
flex-shrink: 0;
}
.ten-container .ten-aside {
overflow: auto;
}
.ten-container .ten-main {
display: block;
flex: 1;
flex-basis: auto;
overflow: auto;
}