File tree Expand file tree Collapse file tree
packages/business/src/views/task Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments