mod: size form edit profile
This commit is contained in:
@@ -31,9 +31,8 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div class="form-content">
|
||||
<form @submit.prevent="handleSave" autocomplete="off" method="post" ref="formRef">
|
||||
<div class="profile">
|
||||
<form @submit.prevent="handleSave" autocomplete="off" method="post" ref="formRef" class="form-content">
|
||||
<CustomInput
|
||||
label="Nombres(s):"
|
||||
type="text"
|
||||
@@ -78,8 +77,12 @@
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* .profile {
|
||||
margin: 0 auto;
|
||||
} */
|
||||
.form-content {
|
||||
margin: 24px 100px;
|
||||
max-width: 1024px;
|
||||
margin: 0 auto;
|
||||
background-color: #FFF;
|
||||
padding: 32px 32px;
|
||||
border-radius: 13px;
|
||||
|
||||
Reference in New Issue
Block a user