fix(接口测试): 跨空间切换样式 (#11841)
--bug=1011492 --user=郭雨琦 【接口测试】场景编辑-接口/场景导入-空间选择显示与切换项目风格不一致 Co-authored-by: guoyuqi <xiaomeinvG@126.com>
This commit is contained in:
parent
8517d7acd0
commit
b90ed1691f
|
@ -17,6 +17,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:aside>
|
<template v-slot:aside>
|
||||||
|
<span class="menu-title">{{'[' + $t('project.version.checkout') + $t('commons.space') +']'}}</span>
|
||||||
<el-select v-if="isAcrossSpace" filterable slot="prepend" v-model="workspaceId" @change="changeWorkspace"
|
<el-select v-if="isAcrossSpace" filterable slot="prepend" v-model="workspaceId" @change="changeWorkspace"
|
||||||
style="width: 160px"
|
style="width: 160px"
|
||||||
size="small">
|
size="small">
|
||||||
|
@ -168,7 +169,11 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.menu-title {
|
||||||
|
color: darkgrey;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
/*.el-checkbox__label {*/
|
/*.el-checkbox__label {*/
|
||||||
/* float: right;*/
|
/* float: right;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
|
@ -45,6 +45,7 @@ export default {
|
||||||
delete_cancelled: 'Delete cancelled',
|
delete_cancelled: 'Delete cancelled',
|
||||||
option_cannot_spread_pages: 'This options not support spread pages.Do you want continue?',
|
option_cannot_spread_pages: 'This options not support spread pages.Do you want continue?',
|
||||||
workspace: 'Workspace',
|
workspace: 'Workspace',
|
||||||
|
space:'Space',
|
||||||
current_workspace:"Current Workspace",
|
current_workspace:"Current Workspace",
|
||||||
organization: 'Organization',
|
organization: 'Organization',
|
||||||
setting: 'Setting',
|
setting: 'Setting',
|
||||||
|
|
|
@ -44,6 +44,7 @@ export default {
|
||||||
confirm_delete: '是否删除',
|
confirm_delete: '是否删除',
|
||||||
delete_cancelled: '已取消删除',
|
delete_cancelled: '已取消删除',
|
||||||
workspace: '工作空间',
|
workspace: '工作空间',
|
||||||
|
space:'空间',
|
||||||
current_workspace:"当前工作空间",
|
current_workspace:"当前工作空间",
|
||||||
organization: '组织',
|
organization: '组织',
|
||||||
setting: '设置',
|
setting: '设置',
|
||||||
|
|
|
@ -44,6 +44,7 @@ export default {
|
||||||
confirm_delete: '是否刪除',
|
confirm_delete: '是否刪除',
|
||||||
delete_cancelled: '已取消刪除',
|
delete_cancelled: '已取消刪除',
|
||||||
workspace: '工作空間',
|
workspace: '工作空間',
|
||||||
|
space:'空間',
|
||||||
current_workspace:"當前工作空間",
|
current_workspace:"當前工作空間",
|
||||||
organization: '組織',
|
organization: '組織',
|
||||||
setting: '設置',
|
setting: '設置',
|
||||||
|
|
Loading…
Reference in New Issue