File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ export default {
212
212
break ;
213
213
default :
214
214
this .contact = JSON .parse (JSON .stringify (this .currentContact ));
215
+ this .previous = JSON .parse (JSON .stringify (this .currentContact ));
215
216
this .cname = this .contact .name ;
216
217
this .brief = this .contact .brief ;
217
218
this .additional = [... this .contact .additional ];
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ footer {
111
111
#contect .flex1 {
112
112
display : inline ;
113
113
width : 100% ;
114
- width : -moz-available ; /* WebKit-based browsers will ignore this. */
115
- width : -webkit-fill-available ; /* Mozilla-based browsers will ignore this. */
116
- width : fill-available ;
114
+ width : -moz-available ; /* WebKit-based browsers will ignore this. */
115
+ width : -webkit-fill-available ; /* Mozilla-based browsers will ignore this. */
116
+ width : fill-available ;
117
117
justify-content : center ;
118
118
flex : 1 ;
119
119
}
You can’t perform that action at this time.
0 commit comments