File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
ui/src/views/application-overview/component Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
183189defineExpose ({ 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 >
You can’t perform that action at this time.
0 commit comments