Skip to content

Commit 2c22dcb

Browse files
committed
Merge branch 'release-v4.12.0' into develop
2 parents 4c3dd24 + b4c793d commit 2c22dcb

2 files changed

Lines changed: 23 additions & 21 deletions

File tree

packages/business/src/views/task/List.vue

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,27 +1536,6 @@ export default {
15361536
}
15371537
}
15381538
1539-
.dataflow-name {
1540-
line-height: 24px;
1541-
.tag {
1542-
padding: 0 4px;
1543-
font-style: normal;
1544-
font-weight: 400;
1545-
font-size: 12px;
1546-
line-height: 20px;
1547-
color: var(--color-tag);
1548-
border: 1px solid var(--bg-tag);
1549-
border-radius: 6px;
1550-
}
1551-
1552-
.name {
1553-
&:not(.has-children) {
1554-
cursor: pointer;
1555-
// text-decoration: underline;
1556-
}
1557-
}
1558-
}
1559-
15601539
.table-operations {
15611540
display: flex;
15621541
align-items: center;

packages/business/src/views/task/TaskName.vue

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,26 @@ const emit = defineEmits<{
135135
</div>
136136
</div>
137137
</template>
138+
139+
<style scoped lang="scss">
140+
.dataflow-name {
141+
line-height: 24px;
142+
.tag {
143+
padding: 0 4px;
144+
font-style: normal;
145+
font-weight: 400;
146+
font-size: 12px;
147+
line-height: 20px;
148+
color: var(--color-tag);
149+
border: 1px solid var(--bg-tag);
150+
border-radius: 6px;
151+
}
152+
153+
.name {
154+
&:not(.has-children) {
155+
cursor: pointer;
156+
// text-decoration: underline;
157+
}
158+
}
159+
}
160+
</style>

0 commit comments

Comments
 (0)