调整进入管理员页面按钮位置
This commit is contained in:
@@ -1197,6 +1197,11 @@ i {
|
||||
.library_page .input_border inputinput::-webkit-input-placeholder {
|
||||
color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.collection_modal_body .input_border input.forbidden,
|
||||
.design_detail_modal_component .input_border input.forbidden,
|
||||
.library_page .input_border input.forbidden {
|
||||
cursor: no-drop;
|
||||
}
|
||||
.collection_modal_body .input_border span,
|
||||
.design_detail_modal_component .input_border span,
|
||||
.library_page .input_border span {
|
||||
|
||||
@@ -1266,6 +1266,7 @@ i{
|
||||
// color: rgb(255, 0, .7);
|
||||
border: 1px solid rgb(255, 0, .7);
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
|
||||
}
|
||||
span{
|
||||
opacity: 1;
|
||||
@@ -1291,6 +1292,9 @@ i{
|
||||
&input::-webkit-input-placeholder {
|
||||
color: rgba(0,0,0,.15);
|
||||
}
|
||||
&.forbidden{
|
||||
cursor: no-drop;
|
||||
}
|
||||
}
|
||||
span{
|
||||
position: absolute;
|
||||
|
||||
@@ -1205,8 +1205,7 @@ export default defineComponent({
|
||||
}
|
||||
.input_box{
|
||||
input{
|
||||
&.forbidden{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.modal_img{
|
||||
|
||||
@@ -32,11 +32,7 @@
|
||||
<!-- <i @click="Assignment" class="fi fi-rr-gift" title="Assignment"></i> -->
|
||||
<i @click="UpgradePlan" title="Purchase" class="fi fi-rr-shop"></i>
|
||||
</div>
|
||||
<div v-if="AdministratorUserIdList.indexOf(userInfo.userId) >= 0" class="trialApproval button_second credits hideChecked">
|
||||
<router-link style="color: #000;" :class="['nav_item',$route.name === 'homePage' ? 'select_nav' : '', ]" :to="`/administrator`">
|
||||
Administrator
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<nav class="homeMain_nav_content">
|
||||
<router-link :class="['nav_item',$route.name === 'homePage' ? 'select_nav' : '', ]" :to="`/home/homePage`">
|
||||
@@ -76,6 +72,10 @@
|
||||
<i class="fi fi-rs-notebook"></i>
|
||||
<span class="select_item_des">{{$t('Header.ViewOrders')}}</span>
|
||||
</div>
|
||||
<router-link class="select_item" v-if="AdministratorUserIdList.indexOf(userInfo.userId) >= 0" :to="`/administrator`">
|
||||
<span class="icon iconfont icon-yonghu"></span>
|
||||
<span class="select_item_des">Administrator</span>
|
||||
</router-link>
|
||||
<div class="select_item" @click="logout()">
|
||||
<span class="icon iconfont icon-tuichu"></span
|
||||
><span class="select_item_des">{{$t('Header.logOff')}}</span>
|
||||
@@ -574,8 +574,8 @@ export default defineComponent({
|
||||
z-index: 1050;
|
||||
position: absolute;
|
||||
left: 15.5rem;
|
||||
top: 4.7rem;
|
||||
width: 11.4rem;
|
||||
top: 6rem;
|
||||
width: 13.5rem;
|
||||
background: #ffffff;
|
||||
box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user