Skip to content

Commit d383a51

Browse files
committed
style: 优化样式
1 parent a9cdf86 commit d383a51

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ui/src/views/application-overview/component/LimitDialog.vue

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@
4141
:label="$t('views.applicationOverview.appInfo.LimitDialog.authenticationValue')"
4242
v-hasPermission="new ComplexPermission([], ['x-pack'], 'OR')"
4343
>
44-
<el-input v-model="form.authentication_value" readonly style="width: 268px" disabled>
44+
<el-input
45+
class="authentication-append-input"
46+
v-model="form.authentication_value"
47+
readonly
48+
style="width: 268px"
49+
disabled
50+
>
4551
<template #append>
4652
<el-tooltip content="复制" placement="top">
4753
<el-button
@@ -182,4 +188,10 @@ function firstGeneration() {
182188
183189
defineExpose({ open })
184190
</script>
185-
<style lang="scss" scope></style>
191+
<style lang="scss" scope>
192+
.authentication-append-input {
193+
.el-input-group__append {
194+
padding: 0 !important;
195+
}
196+
}
197+
</style>

0 commit comments

Comments
 (0)