下载体系pdf

This commit is contained in:
bb_pan 2026-01-30 18:02:55 +08:00
parent e1220c4dc1
commit 3b981e1308
2 changed files with 7877 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,11 @@
<template>
<div class="mindmap-wrapper">
<a href="/files/国家电网有限公司输变电工程机械化施工装备体系.pdf" download >
<el-button type="text" class="btn">
下载文件
</el-button>
</a>
<svg
width="2176"
height="2402"
@ -4379,4 +4385,12 @@ export default {
justify-content: center;
transform: translateY(-120px);
}
.btn {
position: absolute;
top: 150px;
right: 30px;
color: #2CBAB2;
font-size: 18px;
}
</style>