提交 aa92a509 authored 作者: 张烨's avatar 张烨

feat:完善科技政令详情-政令举措页面布局

上级 6437719c
...@@ -1009,13 +1009,6 @@ const handleToPosi = id => { ...@@ -1009,13 +1009,6 @@ const handleToPosi = id => {
} }
}; };
const areaList = ref([
// { id: "人工智能", name: "人工智能" },
// { id: "集成电路", name: "集成电路" },
// { id: "通信网络", name: "通信网络" },
// { id: "量子科技", name: "量子科技" }
]);
const activeAreaList = ref(["1"]);
// const handleGetAreaList = async () => { // const handleGetAreaList = async () => {
// try { // try {
// const res = await getDecreehylyList(); // const res = await getDecreehylyList();
...@@ -1108,6 +1101,13 @@ const handleAreaChange = (id, checked) => { ...@@ -1108,6 +1101,13 @@ const handleAreaChange = (id, checked) => {
} }
}; };
const areaList = ref([
// { id: "人工智能", name: "人工智能" },
// { id: "集成电路", name: "集成电路" },
// { id: "通信网络", name: "通信网络" },
// { id: "量子科技", name: "量子科技" }
]);
const activeAreaList = ref(["1"]);
// 修改获取科技领域列表,添加全选选项 // 修改获取科技领域列表,添加全选选项
const handleGetAreaList = async () => { const handleGetAreaList = async () => {
try { try {
...@@ -3365,8 +3365,8 @@ onMounted(async () => { ...@@ -3365,8 +3365,8 @@ onMounted(async () => {
text-align: center; text-align: center;
padding: 0 8px; padding: 0 8px;
border-radius: 4px; border-radius: 4px;
background: var(--btn-active-bg-color); background: rgba(231, 243, 255, 1);
color: var(--btn-active-text-color); color: var(--color-main-active);
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论