Browse Source

fix: node-wrap-box 样式调整

lanceJiang 1 year ago
parent
commit
762d2179cb
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/components/scWorkflow/index.vue

+ 10 - 0
src/components/scWorkflow/index.vue

@@ -123,6 +123,16 @@ export default {
 		position: relative;
 		display: flex;
 		align-items: center;
+		&_label {
+			display: inline-flex;
+			align-items: center;
+			&:hover {
+				text-decoration-line: underline;
+			}
+			.edit-icon {
+				margin-left: 4px;
+			}
+		}
 	}
 	.node-wrap-box .title .icon {
 		margin-right: 5px;