perf: 统一snmp v3设置中几个label的宽度
This commit is contained in:
@@ -1637,3 +1637,8 @@ li{
|
||||
.dropdown-content{
|
||||
font-size: 14px !important;
|
||||
}
|
||||
/*一些单选label宽度设为一样*/
|
||||
.same-label-width .el-radio-button__inner {
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row v-if="currentModule.security_level == 'authNoPriv' || currentModule.security_level == 'authPriv'">
|
||||
<el-row class="same-label-width" v-if="currentModule.security_level == 'authNoPriv' || currentModule.security_level == 'authPriv'">
|
||||
<el-col :span="6">
|
||||
<div class="sub-label">{{$t('project.module.authProtocol')}}</div>
|
||||
</el-col>
|
||||
@@ -196,7 +196,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row v-if="currentModule.security_level == 'authPriv'">
|
||||
<el-row class="same-label-width" v-if="currentModule.security_level == 'authPriv'">
|
||||
<el-col :span="6">
|
||||
<div class="sub-label">{{$t('project.module.privProtocol')}}</div>
|
||||
</el-col>
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row class="mib-browser-ad-search-item" v-if="searchParamPop.auth.securityLevel == 'authNoPriv' || searchParamPop.auth.securityLevel == 'authPriv'">
|
||||
<el-row class="mib-browser-ad-search-item same-label-width" v-if="searchParamPop.auth.securityLevel == 'authNoPriv' || searchParamPop.auth.securityLevel == 'authPriv'">
|
||||
<el-col :span="6">
|
||||
<div class="mib-browser-ad-search-label">{{$t('project.module.authProtocol')}}</div>
|
||||
</el-col>
|
||||
@@ -99,7 +99,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row class="mib-browser-ad-search-item" v-if="searchParamPop.auth.securityLevel == 'authPriv'">
|
||||
<el-row class="mib-browser-ad-search-item same-label-width" v-if="searchParamPop.auth.securityLevel == 'authPriv'">
|
||||
<el-col :span="6">
|
||||
<div class="mib-browser-ad-search-label">{{$t('project.module.privProtocol')}}</div>
|
||||
</el-col>
|
||||
@@ -573,7 +573,7 @@
|
||||
line-height: 24px;
|
||||
}
|
||||
.mib-browser-ad-search {
|
||||
width: 400px;
|
||||
width: 450px;
|
||||
}
|
||||
.mib-browser-model-dropdown {
|
||||
height: 300px;
|
||||
|
||||
Reference in New Issue
Block a user