|
@@ -141,4 +141,20 @@ const loadTreeData = async () => {
|
|
|
</Form>
|
|
</Form>
|
|
|
</Drawer>
|
|
</Drawer>
|
|
|
</template>
|
|
</template>
|
|
|
-<style lang="less" scoped></style>
|
|
|
|
|
|
|
+<style lang="less" scoped>
|
|
|
|
|
+:deep(.ant-tree-title) {
|
|
|
|
|
+ .tree-actions {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ margin-left: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+:deep(.ant-tree-title:hover) {
|
|
|
|
|
+ .tree-actions {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex: auto;
|
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
|
+ margin-left: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|