提交 ec11f994 authored 作者: 张伊明's avatar 张伊明

合并分支 'zym-dev' 到 'master'

fix 修改出口表格颜色 查看合并请求 !158
......@@ -673,7 +673,7 @@ const newsList = ref([
]);
const handleGetNews = async () => {
const params = {
moduleId: "0100"
moduleId: "0101"
};
try {
const res = await getNews(params);
......@@ -723,7 +723,7 @@ const messageList = ref([
]);
const handleGetMessage = async () => {
const params = {
moduleId: "0100"
moduleId: "0101"
};
try {
const res = await getSocialMedia(params);
......
......@@ -934,7 +934,7 @@ onMounted(() => {
:deep(.el-table__header-wrapper) {
th {
background-color: rgb(59, 65, 75) !important;
background-color: var(--color-primary-100) !important;
height: 48px;
padding: 0;
color: #fff;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论