style: 样式调整
This commit is contained in:
@@ -122,13 +122,13 @@ export default {
|
||||
show: true,
|
||||
minWidth: 150
|
||||
}, {
|
||||
label: this.$t('overall.SNMP'),
|
||||
prop: 'state',
|
||||
label: this.$t('asset.pingInfo'),
|
||||
prop: 'ping',
|
||||
show: true,
|
||||
minWidth: 150
|
||||
}, {
|
||||
label: this.$t('asset.pingInfo'),
|
||||
prop: 'ping',
|
||||
label: this.$t('overall.SNMP'),
|
||||
prop: 'state',
|
||||
show: true,
|
||||
minWidth: 150
|
||||
}, {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<template v-slot:top-tool-left>
|
||||
<div class="tools-header">
|
||||
<div style="width: 360px;" class="nz-select-tag">
|
||||
<span>{{$t('overall.IPAM')}}</span>
|
||||
<span style="vertical-align: top">{{$t('overall.IPAM')}}</span>
|
||||
<el-select
|
||||
v-model="discoveryForm.subnetIds"
|
||||
class="right-box__select"
|
||||
|
||||
Reference in New Issue
Block a user