下载体系pdf
This commit is contained in:
parent
e1220c4dc1
commit
3b981e1308
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="mindmap-wrapper">
|
<div class="mindmap-wrapper">
|
||||||
|
<a href="/files/国家电网有限公司输变电工程机械化施工装备体系.pdf" download >
|
||||||
|
<el-button type="text" class="btn">
|
||||||
|
下载文件
|
||||||
|
</el-button>
|
||||||
|
</a>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
width="2176"
|
width="2176"
|
||||||
height="2402"
|
height="2402"
|
||||||
|
|
@ -4379,4 +4385,12 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transform: translateY(-120px);
|
transform: translateY(-120px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 150px;
|
||||||
|
right: 30px;
|
||||||
|
color: #2CBAB2;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue