2020-07-07 08:26:17 +08:00
|
|
|
@bgColor: rgba(211, 211, 205, 0.3); //全局背景色
|
|
|
|
|
2020-07-14 14:38:15 +08:00
|
|
|
/**
|
|
|
|
* 公共页面配置
|
|
|
|
**/
|
|
|
|
@publicBgColor: rgb(255, 255, 255); //public背景色
|
|
|
|
|
2020-07-05 09:40:54 +08:00
|
|
|
/**
|
|
|
|
* header 配置
|
|
|
|
*/
|
|
|
|
@topHeight: 0.4rem; //header总高度
|
2020-07-15 22:28:46 +08:00
|
|
|
@topPaddingTop: 0.04rem; //header padding高度
|
2020-07-05 09:40:54 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* bottom配置
|
|
|
|
*/
|
2022-03-10 14:18:06 +08:00
|
|
|
@bottomHeight: 0.5rem; //bottom高度
|
2020-07-05 09:40:54 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* content配置
|
|
|
|
*/
|
2020-07-14 14:38:15 +08:00
|
|
|
@contentbgcolor: rgb(255, 255, 255); //公共背景色
|
2021-03-03 14:13:59 +08:00
|
|
|
|
|
|
|
.treeNodeItem {
|
|
|
|
span {
|
|
|
|
span {
|
2021-03-04 11:03:51 +08:00
|
|
|
div {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2021-03-03 14:13:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|