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