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