File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const result = computed(() => {
64
64
65
65
< span> = < / span>
66
66
67
- < span class = " counter " : style= " { color: result > 0 ? '#5EC697' : '#f15a16' }" >
67
+ < span class = " result " : style= " { color: result > 0 ? '#5EC697' : '#f15a16' }" >
68
68
{{ result }}
69
69
< / span>
70
70
Original file line number Diff line number Diff line change 15
15
stroke-width : 3 ;
16
16
}
17
17
18
+ .vue-flow__node {
19
+ background-color : # f3f4f6 ;
20
+ }
21
+
18
22
.vue-flow__node-value {
19
23
display : flex;
20
24
align-items : center;
21
25
gap : 8px ;
22
26
padding : 8px 16px ;
23
- background-color : # f3f4f6 ;
24
27
border-radius : 8px ;
25
28
box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.2 );
26
29
}
39
42
40
43
.vue-flow__node-value input : focus {
41
44
outline : none;
45
+ box-shadow : 0 0 0 2px # ec4899 ;
46
+ transition : box-shadow 0.2s ;
42
47
}
43
48
44
49
.vue-flow__node-value .vue-flow__handle {
51
56
align-items : center;
52
57
gap : 8px ;
53
58
padding : 16px 24px ;
54
- background-color : # f3f4f6 ;
55
59
border-radius : 8px ;
56
60
box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.2 );
57
61
}
112
116
align-items : center;
113
117
gap : 8px ;
114
118
padding : 16px 24px ;
115
- background-color : # f3f4f6 ;
116
119
border-radius : 8px ;
117
120
box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.2 );
118
121
}
121
124
box-shadow : 0 0 0 2px # 5EC697 ;
122
125
}
123
126
124
- .vue-flow__node-result .calculation {
127
+ .vue-flow__node-result .result {
125
128
display : flex;
126
129
gap : 8px ;
127
130
font-size : 24px ;
128
131
}
132
+
133
+ input ::-webkit-outer-spin-button ,
134
+ input ::-webkit-inner-spin-button {
135
+ -webkit-appearance : none;
136
+ margin : 0 ;
137
+ }
138
+
139
+ input [type = "number" ] {
140
+ -moz-appearance : textfield;
141
+ }
You can’t perform that action at this time.
0 commit comments