xuebaoxin #16

Manually merged
theluyuan merged 3 commits from xuebaoxin into master 2019-11-26 03:01:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e3743ea8c9 - Show all commits

View File

@ -38,7 +38,7 @@
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
.PersonafFollow { .PersonafFollow {
padding: 49px 0 39px 0; padding: 0 0 39px 0;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
.title { .title {
display: flex; display: flex;

View File

@ -12,7 +12,7 @@
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
.PersonalAnswer { .PersonalAnswer {
padding: 49px 0 39px 0; padding: 0 0 39px 0;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
.title { .title {
display: flex; display: flex;