|
49 | 49 | </p> |
50 | 50 | </el-radio> |
51 | 51 | <el-form-item class="ml-24" v-if="form.authentication_value.type === 'password'"> |
52 | | - <el-input |
53 | | - class="authentication-append-input" |
54 | | - v-model="form.authentication_value.password_value" |
55 | | - readonly |
56 | | - style="width: 268px" |
57 | | - > |
58 | | - <template #append> |
| 52 | + <div class="complex-search flex align-center"> |
| 53 | + <el-input |
| 54 | + class="authentication-append-input" |
| 55 | + v-model="form.authentication_value.password_value" |
| 56 | + readonly |
| 57 | + style="width: 268px" |
| 58 | + > |
| 59 | + </el-input> |
| 60 | + <div> |
59 | 61 | <el-tooltip :content="$t('common.copy')" placement="top"> |
60 | | - <el-button |
61 | | - type="primary" |
62 | | - text |
63 | | - @click="copyClick(form.authentication_value.password_value)" |
64 | | - style="margin: 0 0 0 4px !important" |
65 | | - > |
66 | | - <AppIcon iconName="app-copy"></AppIcon> |
| 62 | + <el-button text @click="copyClick(form.authentication_value.password_value)"> |
| 63 | + <AppIcon iconName="app-copy" class="color-secondary"></AppIcon> |
67 | 64 | </el-button> |
68 | 65 | </el-tooltip> |
69 | 66 | <el-tooltip :content="$t('common.refresh')" placement="top"> |
70 | 67 | <el-button |
71 | 68 | @click="refreshAuthentication" |
72 | | - type="primary" |
73 | 69 | text |
74 | 70 | style="margin: 0 4px 0 0 !important" |
75 | 71 | > |
76 | | - <el-icon> |
| 72 | + <el-icon class="color-secondary"> |
77 | 73 | <RefreshRight /> |
78 | 74 | </el-icon> |
79 | 75 | </el-button> |
80 | 76 | </el-tooltip> |
81 | | - </template> |
82 | | - </el-input> |
| 77 | + </div> |
| 78 | + </div> |
83 | 79 | </el-form-item> |
84 | 80 | </el-card> |
85 | 81 | <el-card |
|
98 | 94 | <AppIcon iconName="app-warning" class="app-warning-icon"></AppIcon> |
99 | 95 | </el-tooltip> |
100 | 96 |
|
101 | | - <el-button v-if="form.authentication_value.type === 'login'" type="primary" link @click="router.push({ name: 'applicationChatUser' })"> |
| 97 | + <el-button |
| 98 | + v-if="form.authentication_value.type === 'login'" |
| 99 | + type="primary" |
| 100 | + link |
| 101 | + @click="router.push({ name: 'applicationChatUser' })" |
| 102 | + > |
102 | 103 | {{ $t('views.applicationOverview.appInfo.LimitDialog.toSettingChatUser') }} |
103 | 104 | </el-button> |
104 | 105 | </p> |
@@ -309,8 +310,5 @@ defineExpose({ open }) |
309 | 310 | </script> |
310 | 311 | <style lang="scss" scoped> |
311 | 312 | .authentication-append-input { |
312 | | - :deep(.el-input-group__append) { |
313 | | - padding: 0 !important; |
314 | | - } |
315 | 313 | } |
316 | 314 | </style> |
0 commit comments