style(系统设置): 样式优化-修改颜色和文案
--bug=1035208 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035208 --bug=1035241 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035241 --bug=1035213 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035213 --bug=1035326 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035326 --bug=1035603 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035603
This commit is contained in:
parent
a84414b4df
commit
6beafce34a
|
@ -82,6 +82,8 @@
|
||||||
}
|
}
|
||||||
.arco-modal-close-btn {
|
.arco-modal-close-btn {
|
||||||
@apply ml-0;
|
@apply ml-0;
|
||||||
|
|
||||||
|
color: var(--color-text-2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.arco-modal-body {
|
.arco-modal-body {
|
||||||
|
@ -389,6 +391,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.arco-input-search .arco-input-suffix {
|
||||||
|
color: var(--color-text-brand);
|
||||||
|
}
|
||||||
.arco-input-suffix {
|
.arco-input-suffix {
|
||||||
.arco-icon-hover {
|
.arco-icon-hover {
|
||||||
.arco-icon-eye-invisible,
|
.arco-icon-eye-invisible,
|
||||||
|
|
|
@ -41,7 +41,6 @@ export default {
|
||||||
'system.organization.email': 'Email',
|
'system.organization.email': 'Email',
|
||||||
'system.organization.phone': 'Phone',
|
'system.organization.phone': 'Phone',
|
||||||
'system.organization.addSuccess': 'Add success',
|
'system.organization.addSuccess': 'Add success',
|
||||||
'system.organization.deleteName': 'Are you sure to delete {name}',
|
|
||||||
'system.organization.deleteTip':
|
'system.organization.deleteTip':
|
||||||
'Delete the organization and delete the project data under that organization together. Please be cautious!',
|
'Delete the organization and delete the project data under that organization together. Please be cautious!',
|
||||||
'system.organization.revokeDeleteToolTip': 'The organization will be deleted automatically after 30 days',
|
'system.organization.revokeDeleteToolTip': 'The organization will be deleted automatically after 30 days',
|
||||||
|
|
|
@ -38,7 +38,6 @@ export default {
|
||||||
'system.organization.email': '邮箱',
|
'system.organization.email': '邮箱',
|
||||||
'system.organization.phone': '手机',
|
'system.organization.phone': '手机',
|
||||||
'system.organization.addSuccess': '添加成功',
|
'system.organization.addSuccess': '添加成功',
|
||||||
'system.organization.deleteName': '确认删除 {name} 这个组织吗',
|
|
||||||
'system.organization.deleteTip': '删除组织同时将该组织下的项目数据一起删除,请谨慎操作!',
|
'system.organization.deleteTip': '删除组织同时将该组织下的项目数据一起删除,请谨慎操作!',
|
||||||
'system.organization.revokeDeleteToolTip': '该组织将与 30 天后自动删除',
|
'system.organization.revokeDeleteToolTip': '该组织将与 30 天后自动删除',
|
||||||
'system.organization.createOrganizationSuccess': '创建组织成功',
|
'system.organization.createOrganizationSuccess': '创建组织成功',
|
||||||
|
|
|
@ -38,7 +38,7 @@ export default {
|
||||||
'system.organization.email': '邮箱',
|
'system.organization.email': '邮箱',
|
||||||
'system.organization.phone': '手机',
|
'system.organization.phone': '手机',
|
||||||
'system.organization.addSuccess': '添加成功',
|
'system.organization.addSuccess': '添加成功',
|
||||||
'system.organization.deleteName': '确认删除 {name} 这个组织吗?',
|
'system.organization.deleteName': '确认删除 {name} 组织吗?',
|
||||||
'system.organization.deleteTip': '删除组织同时将该组织下的项目数据一起删除,请谨慎操作!',
|
'system.organization.deleteTip': '删除组织同时将该组织下的项目数据一起删除,请谨慎操作!',
|
||||||
'system.organization.revokeDeleteToolTip': '该组织将与 {count} 天后自动删除',
|
'system.organization.revokeDeleteToolTip': '该组织将与 {count} 天后自动删除',
|
||||||
'system.organization.createOrganizationSuccess': '创建组织成功',
|
'system.organization.createOrganizationSuccess': '创建组织成功',
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="5" :offset="9">
|
<a-col :span="5" :offset="9">
|
||||||
<a-select v-model="searchKeys.scene" @change="searchHandler">
|
<a-select v-model="searchKeys.scene" @change="searchHandler">
|
||||||
<a-option value="">{{ t('system.plugin.all') }}</a-option>
|
<a-option value="">{{ t('common.all') }}</a-option>
|
||||||
<a-option v-for="item of sceneList" :key="item.value" :value="item.value">{{ t(item.label) }}</a-option>
|
<a-option v-for="item of sceneList" :key="item.value" :value="item.value">{{ t(item.label) }}</a-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
|
@ -98,7 +98,6 @@ export default {
|
||||||
'system.resourcePool.usePerformance': 'Performance test',
|
'system.resourcePool.usePerformance': 'Performance test',
|
||||||
'system.resourcePool.useAPI': 'API test',
|
'system.resourcePool.useAPI': 'API test',
|
||||||
'system.resourcePool.useUI': ' UI test',
|
'system.resourcePool.useUI': ' UI test',
|
||||||
'system.plugin.all': 'All',
|
|
||||||
'system.plugin.projectManagement': 'Project Management',
|
'system.plugin.projectManagement': 'Project Management',
|
||||||
'system.plugin.pluginStatus': 'Status',
|
'system.plugin.pluginStatus': 'Status',
|
||||||
'system.plugin.databaseDriver': 'Database Driver',
|
'system.plugin.databaseDriver': 'Database Driver',
|
||||||
|
|
|
@ -79,7 +79,6 @@ export default {
|
||||||
'system.plugin.uploadCompSource': '企业版',
|
'system.plugin.uploadCompSource': '企业版',
|
||||||
'system.plugin.sizeExceedTip': '文件大小超出限制!',
|
'system.plugin.sizeExceedTip': '文件大小超出限制!',
|
||||||
'system.plugin.showScriptTitle': '查看脚本({name})',
|
'system.plugin.showScriptTitle': '查看脚本({name})',
|
||||||
'system.plugin.all': '全部应用场景',
|
|
||||||
'system.plugin.projectManagement': '项目管理',
|
'system.plugin.projectManagement': '项目管理',
|
||||||
'system.plugin.pluginStatus': '插件状态',
|
'system.plugin.pluginStatus': '插件状态',
|
||||||
'system.plugin.databaseDriver': '数据库驱动',
|
'system.plugin.databaseDriver': '数据库驱动',
|
||||||
|
|
|
@ -374,6 +374,7 @@
|
||||||
dataIndex: 'organizationList',
|
dataIndex: 'organizationList',
|
||||||
isTag: true,
|
isTag: true,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
|
tagPrimary: 'default',
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue