File tree Expand file tree Collapse file tree
webfe/package_vue/src/views/dev-center/app/basic-config/cloud-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139 >
140140 {{ localLanguage === 'en' ? 'Access_token' : '令牌(access_token)' }}
141141 </p >
142- <div
143- :class =" ['access-token-url', { error: !tokenUrl }]"
144- >
142+ <div :class =" ['access-token-url', { error: !tokenUrl }]" >
145143 <span v-if =" tokenUrl" >{{ tokenUrl }}</span >
146144 <span v-else >{{ errorObject?.message }}</span >
147- <div
148- class =" copy"
145+ <bk-button
149146 v-if =" tokenUrl"
147+ text
148+ v-copy =" tokenUrl"
150149 >
151150 <i class =" paasng-icon paasng-general-copy" />
152151 {{ $t('复制') }}
153- </div >
152+ </bk-button >
154153 </div >
155154 </div >
156155 </section >
@@ -497,11 +496,6 @@ export default {
497496 color: #63656e ;
498497 margin- top: 24px ;
499498 }
500-
501- .copy {
502- color: #3a84ff ;
503- cursor: pointer;
504- }
505499 }
506500}
507501.footer - wrapper {
You can’t perform that action at this time.
0 commit comments