Merge branch 'feature-template2' into uat
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
产品测试模块会同步该列表数据并作统计展示
|
产品测试模块会同步该列表数据并作统计展示
|
||||||
</template>
|
</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>
|
</a-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<!-- 配置 -->
|
<!-- 配置 -->
|
||||||
|
|||||||
@@ -242,7 +242,7 @@ export default {
|
|||||||
background-color: rgba(112, 185, 54, 0.5) !important;
|
background-color: rgba(112, 185, 54, 0.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.config-require[data-v-51a4fc66] .ant-switch-disabled) {
|
:deep(.config-require .ant-switch-disabled) {
|
||||||
background-color: #F5F5F5;
|
background-color: rgba(191, 191, 191, .5);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user