fix: 样式调整
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user