UNPKG

ten-design-vue

Version:

ten-vue

75 lines (74 loc) 1.25 kB
/** * 文字部分 * 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; } /** * 紧凑版变量覆写 * 如发现需要用到的变量没有定义,先在样式文件中抽出来在 vars.less 中添加该变量 * 变量命名方式 组件名-属性-修饰 如 button-fontsize-small */ /* input */ /* check */ /* select */ /* popup */ /* menu */ /* steps */ /* tabs */ /* modal */ /* table */ /* pagination */ /* upload */ /* form */