style:黑色主题 样式补充

This commit is contained in:
zhangyu
2022-06-28 13:48:13 +08:00
parent 9f932b5c4c
commit 3132b306d3
2 changed files with 5 additions and 1 deletions

View File

@@ -564,3 +564,7 @@
}
}
}
.el-table__body-wrapper {
overflow: auto;
background-color: $--table-body-background-color;
}

View File

@@ -195,7 +195,7 @@
<div v-if="editAsset.showSSH">
<el-form-item :label="$t('asset.authType')" prop="authType">
<el-select v-model="editAsset.authType" class="right-box__select" :placeholder="$t('el.select.placeholder')" popper-class="right-box-select-top prevent-clickoutside" size="small" value-key="value" clearable>
<el-option v-for="type in assetConstants.authTypeOptions" :key="type.value" :label="type.label" :value="type.value"/>
<el-option v-for="type in assetConstants.authTypeOptions" :key="type.value" :label="$t(type.label)" :value="type.value"/>
</el-select>
</el-form-item>
<el-form-item :label="$t('profile.username')" prop="authUsername">