|
@@ -5,33 +5,33 @@
|
|
<div class="left-wrap">
|
|
<div class="left-wrap">
|
|
<el-button type="text" @click="handelClick(3)">
|
|
<el-button type="text" @click="handelClick(3)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_copy.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_copy.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-0') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-0') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(4)">
|
|
<el-button type="text" @click="handelClick(4)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_delete.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_delete.png" />
|
|
<span class="name">{{ $t('del') }}</span>
|
|
<span class="name">{{ $t('del') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-button type="text" @click="handelClick(13)">
|
|
<el-button type="text" @click="handelClick(13)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_top.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_top.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-1') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-1') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(14)">
|
|
<el-button type="text" @click="handelClick(14)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_bottom.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_bottom.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-2') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-2') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-dropdown class="ml10" @command="handleCommand">
|
|
<el-dropdown class="ml10" @command="handleCommand">
|
|
<el-button type="text">
|
|
<el-button type="text">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_revolve.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_revolve.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-3') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-3') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -46,7 +46,7 @@
|
|
<el-dropdown class="ml10" @command="handleCommandAlign">
|
|
<el-dropdown class="ml10" @command="handleCommandAlign">
|
|
<el-button type="text">
|
|
<el-button type="text">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_align.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_align.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-9') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-9') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -64,7 +64,7 @@
|
|
<el-dropdown class="ml10" @command="handleCommandMakeUP">
|
|
<el-dropdown class="ml10" @command="handleCommandMakeUP">
|
|
<el-button type="text">
|
|
<el-button type="text">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_combination.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_combination.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-16') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-16') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -76,52 +76,52 @@
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-button v-if="isLock" type="text" @click="handleLock($t('scada.topo.editor.023345-18'))">
|
|
<el-button v-if="isLock" type="text" @click="handleLock($t('scada.topo.editor.023345-18'))">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_unlock.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_unlock.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-18') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-18') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button v-else type="text" @click="handleLock($t('scada.topo.editor.023345-19'))">
|
|
<el-button v-else type="text" @click="handleLock($t('scada.topo.editor.023345-19'))">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_lock.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_lock.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-19') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-19') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-button type="text" @click="handelClick(6)">
|
|
<el-button type="text" @click="handelClick(6)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_gallery.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_gallery.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-20') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-20') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button v-if="scadaType == 3" type="text" @click="handelClick(8)">
|
|
<el-button v-if="scadaType == 3" type="text" @click="handelClick(8)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_device_binding.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_device_binding.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-21') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-21') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-button type="text" @click="handelClick(18)">
|
|
<el-button type="text" @click="handelClick(18)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_import.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_import.png" />
|
|
<span class="name">{{ $t('import') }}</span>
|
|
<span class="name">{{ $t('import') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(19)">
|
|
<el-button type="text" @click="handelClick(19)">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_export.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_export.png" />
|
|
<span class="name">{{ $t('export') }}</span>
|
|
<span class="name">{{ $t('export') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-divider direction="vertical"></el-divider>
|
|
<el-button type="text" @click="handelClick(16)" :disabled="isRevoke">
|
|
<el-button type="text" @click="handelClick(16)" :disabled="isRevoke">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_quash.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_quash.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-22') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-22') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(17)" :disabled="isRecovery">
|
|
<el-button type="text" @click="handelClick(17)" :disabled="isRecovery">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_reflesh.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_reflesh.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-23') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-23') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -129,7 +129,7 @@
|
|
<el-dropdown class="ml10" @command="handleCommandZoom">
|
|
<el-dropdown class="ml10" @command="handleCommandZoom">
|
|
<el-button type="text">
|
|
<el-button type="text">
|
|
<span class="btn-wrap">
|
|
<span class="btn-wrap">
|
|
- <i style="color: #303133; height: 20px; font-weight: 550" size="100">{{ zoom }}%</i>
|
|
|
|
|
|
+ <i style="color: white; height: 20px; font-weight: 550" size="100">{{ zoom }}%</i>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-24') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-24') }}</span>
|
|
</span>
|
|
</span>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -149,25 +149,25 @@
|
|
<el-tag v-if="!isSave" style="margin-right: 20px" type="danger" size="small">{{ $t('scada.topo.editor.023345-43') }}</el-tag>
|
|
<el-tag v-if="!isSave" style="margin-right: 20px" type="danger" size="small">{{ $t('scada.topo.editor.023345-43') }}</el-tag>
|
|
<el-button type="text" @click="handelClick(1)" v-hasPermi="['scada:center:edit']">
|
|
<el-button type="text" @click="handelClick(1)" v-hasPermi="['scada:center:edit']">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_save.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_save.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-42') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-42') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(2)" v-hasPermi="['scada:center:preview']">
|
|
<el-button type="text" @click="handelClick(2)" v-hasPermi="['scada:center:preview']">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_preview.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_preview.png" />
|
|
<span class="name">{{ $t('preview') }}</span>
|
|
<span class="name">{{ $t('preview') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelClick(20)" v-hasPermi="['scada:center:share']">
|
|
<el-button type="text" @click="handelClick(20)" v-hasPermi="['scada:center:share']">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_share.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_share.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-40') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-40') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="text" @click="handelHelpClick">
|
|
<el-button type="text" @click="handelHelpClick">
|
|
<div class="btn-wrap">
|
|
<div class="btn-wrap">
|
|
- <img width="24" height="24" src="@/assets/topo-img/images/editor_help.png" />
|
|
|
|
|
|
+ <img class="white-icon" width="24" height="24" src="@/assets/topo-img/images/editor_help.png" />
|
|
<span class="name">{{ $t('scada.topo.editor.023345-25') }}</span>
|
|
<span class="name">{{ $t('scada.topo.editor.023345-25') }}</span>
|
|
</div>
|
|
</div>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -553,7 +553,7 @@ export default {
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
- background: #ffffff;
|
|
|
|
|
|
+ background: #222b3c;
|
|
border-bottom: 1px solid #dcdfe6;
|
|
border-bottom: 1px solid #dcdfe6;
|
|
|
|
|
|
::v-deep .el-button {
|
|
::v-deep .el-button {
|
|
@@ -584,7 +584,7 @@ export default {
|
|
.name {
|
|
.name {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- color: #323232;
|
|
|
|
|
|
+ color: #ffffff;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -594,7 +594,10 @@ export default {
|
|
.aside-wrap {
|
|
.aside-wrap {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
- background: #ffffff;
|
|
|
|
|
|
+ background: #222b3c;
|
|
|
|
+ img {
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.left-aside-open {
|
|
.left-aside-open {
|
|
@@ -675,5 +678,9 @@ export default {
|
|
::-webkit-scrollbar-track {
|
|
::-webkit-scrollbar-track {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.white-icon {
|
|
|
|
+ filter: brightness(0) invert(1);
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|