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

View File

@@ -10,7 +10,7 @@
<template v-slot:top-tool-left> <template v-slot:top-tool-left>
<div class="profile-right__tabs-title"> <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="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>
<div class="profile-hr"></div> <div class="profile-hr"></div>
</template> </template>

View File

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