|
@@ -237,6 +237,7 @@ const handlerExport = (type: number, name: string) => {
|
|
:deep(.el-tree-node__content) {
|
|
:deep(.el-tree-node__content) {
|
|
--el-tree-node-content-height: 26px;
|
|
--el-tree-node-content-height: 26px;
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
|
|
+ user-select: none;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -277,13 +278,14 @@ const handlerExport = (type: number, name: string) => {
|
|
|
|
|
|
.name {
|
|
.name {
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
-
|
|
|
|
|
|
+ color: #999;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.oper {
|
|
.oper {
|
|
flex: none;
|
|
flex: none;
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
|
|
+ vertical-align: middle;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|