@@ -846,8 +846,8 @@
}
#page-main .el-tabs__content{
height: 100%;
- // overflow-y: auto;
- overflow: hidden;
+ overflow-y: auto;
+ // overflow: hidden;
</style>
@@ -975,8 +975,14 @@
ul {
display: inline-block;
- width: 240px;
+ width: 230px;
line-height: 30px;
+ .el-checkbox{
+ width: 220px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }