fix: 样式调整

This commit is contained in:
@changcode
2021-08-27 09:32:28 +08:00
parent 63a18d7576
commit b6a992bfb2
3 changed files with 3 additions and 3 deletions

View File

@@ -233,7 +233,7 @@
<el-popover
placement="right"
trigger="hover"
content="This is a prompt text">
:content="$t('asset.talonPrompt')">
<i slot="reference" class="nz-icon nz-icon-about"></i>
</el-popover>
</div>

View File

@@ -10,7 +10,7 @@
<template v-slot:top-tool-left>
<div class="profile-right__tabs-title">
<div class="profile-right__tabs-active" :class="{'is-active': profileShow}" @click="tabsActive">{{$t('profile.operationRecord')}}</div>
<div class="profile-right__tabs-active" :class="{'is-active': !profileShow}" @click="tabsActiveTow">{{$t('profile.changePassword')}}</div>
<div class="profile-right__tabs-active" style="margin-left: 10px" :class="{'is-active': !profileShow}" @click="tabsActiveTow">{{$t('profile.changePassword')}}</div>
</div>
<div class="profile-hr"></div>
</template>

View File

@@ -125,7 +125,7 @@ export default {
<style lang="scss" scoped>
.profile-change {
height: 100%;
margin: 0 0 0 50px;
padding: 10px 0 0 25px;
width: calc(100% - 50px);
overflow: hidden auto;
.profile-change__Pin {