style: 优化样式
This commit is contained in:
parent
a9cdf86451
commit
d383a51616
@ -41,7 +41,13 @@
|
|||||||
:label="$t('views.applicationOverview.appInfo.LimitDialog.authenticationValue')"
|
:label="$t('views.applicationOverview.appInfo.LimitDialog.authenticationValue')"
|
||||||
v-hasPermission="new ComplexPermission([], ['x-pack'], 'OR')"
|
v-hasPermission="new ComplexPermission([], ['x-pack'], 'OR')"
|
||||||
>
|
>
|
||||||
<el-input v-model="form.authentication_value" readonly style="width: 268px" disabled>
|
<el-input
|
||||||
|
class="authentication-append-input"
|
||||||
|
v-model="form.authentication_value"
|
||||||
|
readonly
|
||||||
|
style="width: 268px"
|
||||||
|
disabled
|
||||||
|
>
|
||||||
<template #append>
|
<template #append>
|
||||||
<el-tooltip content="复制" placement="top">
|
<el-tooltip content="复制" placement="top">
|
||||||
<el-button
|
<el-button
|
||||||
@ -182,4 +188,10 @@ function firstGeneration() {
|
|||||||
|
|
||||||
defineExpose({ open })
|
defineExpose({ open })
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scope></style>
|
<style lang="scss" scope>
|
||||||
|
.authentication-append-input {
|
||||||
|
.el-input-group__append {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user