mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-30 05:42:19 +00:00
feat: 修改系统用户查看ssh密钥的input框展示样式
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<el-input v-model="authInfo.password" type="password" show-password />
|
||||
</el-form-item>
|
||||
<el-form-item :label="this.$t('assets.SSHKey')">
|
||||
<el-input v-model="authInfo['private_key']" type="password" show-password />
|
||||
<el-input v-model="authInfo['private_key']" class="item-textarea" type="textarea" show-password />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
@@ -79,5 +79,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.item-textarea >>> .el-textarea__inner {
|
||||
height: 110px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user