style(ContactEdit): adjust label width and improve style

This commit is contained in:
chenjiahan
2020-06-21 21:52:06 +08:00
committed by neverland
parent f9d89142b9
commit a77ebe11d7
4 changed files with 6 additions and 16 deletions
+1
View File
@@ -128,6 +128,7 @@ export default createComponent({
<Switch
vModel={data.isDefault}
size={24}
slot="right-icon"
onChange={(event) => {
this.$emit('change-default', event);
}}