Commit 0b3e1967 authored by 康振飞's avatar 康振飞

userinfo

parent f5497f6e
<template> <template>
<div> <div>
<Card style="width:350px;float:left"> <Card class="img_top01">
<p slot="title">个人头像</p> <p slot="title">个人头像</p>
<div style="height:415px;"> <div style="height:415px;">
<p style="text-align:center;padding-top:100px;"> <p style="text-align:center;padding-top:100px;">
...@@ -267,6 +267,13 @@ export default { ...@@ -267,6 +267,13 @@ export default {
}; };
</script> </script>
<style lang="less" > <style lang="less" >
.img_top01{
width:350px;
float:left;
.ivu-card-body {
padding: 0px;
}
}
.ivu-card-body { .ivu-card-body {
padding: 0px; padding: 0px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment