Merge branch 'feature-template2' into uat

This commit is contained in:
steven
2022-12-01 09:38:52 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
<template v-slot:title>
产品测试模块会同步该列表数据并作统计展示
</template>
<a-button type="primary" class="operChd custom-button" @click="syncData" :loading="syncDataLoading">更新数据</a-button>
<a-button type="primary" class="operChd custom-button" @click="syncData" :loading="syncDataLoading">同步数据</a-button>
</a-tooltip>
</div>
<!-- 配置 -->

View File

@@ -242,7 +242,7 @@ export default {
background-color: rgba(112, 185, 54, 0.5) !important;
}
:deep(.config-require[data-v-51a4fc66] .ant-switch-disabled) {
background-color: #F5F5F5;
:deep(.config-require .ant-switch-disabled) {
background-color: rgba(191, 191, 191, .5);
}
</style>