修改南京2号线菜单皮肤

This commit is contained in:
lVAL 2021-01-14 15:44:56 +08:00
parent 51096d5ea1
commit 2fc70489eb
2 changed files with 12 additions and 6 deletions

View File

@ -668,7 +668,9 @@ export default {
.nav-border .el-button {
background: #DDDDDD;
border: 1px solid #000 !important;
cursor: pointer;
&.disabled {
cursor: not-allowed;
border: 1px solid #D0CEC5 !important;
/*background: #DDDDDD !important;*/
color: #a0a0a0!important;

View File

@ -1,7 +1,7 @@
<template>
<div>
<div v-if="isLocal" id="menuButton" class="menuButton">
<div>
<div class="haerbin-01__systerm">
<div v-if="isLocal" id="menuButton">
<div class="menuButton">
<el-row>
<el-col v-if="!trainOperationShow" :span="11">
<div v-if="secondConfirm" class="nav-border">
@ -36,7 +36,7 @@
<div v-if="item.name && item.disabled" :id="item.operate.domId" class="fake-button-disabled">{{ item.name }}</div>
<div v-else-if="item.name && !item.securityCommand " :id="item.operate.domId" class="fake-button" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
<div v-else-if="item.name && item.securityCommand" :id="item.operate.domId" class="fake-button-active" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
<div v-else class="fake-button" />
<div v-else class="fake-button" style="cursor: not-allowed;"/>
</div>
</template>
</el-row>
@ -176,7 +176,7 @@
<div v-if="item.name && item.disabled" :id="item.operate.domId" class="fake-button-disabled">{{ item.name }}</div>
<div v-else-if="item.name && !item.securityCommand " :id="item.operate.domId" class="fake-button" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
<div v-else-if="item.name && item.securityCommand" :id="item.operate.domId" class="fake-button-active" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
<div v-else class="fake-button" />
<div v-else class="fake-button-disabled" />
</div>
</template>
</el-row>
@ -1092,6 +1092,7 @@ export default {
border: 1px solid #426688;
background: #DDDDDD;
line-height: 18px;
cursor: pointer;
}
.fake-button-active{
width: 80px;
@ -1101,6 +1102,7 @@ export default {
border: 1px solid #426688;
cursor: pointer;
background: #77DBF0;
cursor: pointer;
&:hover, &.active{
background: #77DBF0;
}
@ -1111,7 +1113,7 @@ export default {
border-radius: 1px !important;
line-height: 18px;
border: 1px solid #9B9B9B;
cursor: pointer;
cursor: not-allowed;
color: #a0a0a0;
}
@ -1136,7 +1138,9 @@ export default {
.menuButton .el-button {
background: #DDDDDD;
border: 1px solid #000 !important;
cursor: pointer;
&.disabled {
cursor: not-allowed;
border: 1px solid #D0CEC5 !important;
/*background: #DDDDDD !important;*/
color: #a0a0a0!important;