修复a标签变成黑色问题
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
</el-menu>
|
</el-menu>
|
||||||
</div>
|
</div>
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
|
<div class="github">
|
||||||
|
<a href="https://github.com/LaziestRen/cloud-mail">
|
||||||
|
<Icon icon="codicon:github-inverted" width="30" height="30" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
@@ -129,4 +134,15 @@ const route = useRoute();
|
|||||||
.scroll {
|
.scroll {
|
||||||
box-shadow: 6px 0 20px rgba(0, 21, 41, 0.35);
|
box-shadow: 6px 0 20px rgba(0, 21, 41, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
bottom: 10px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
a{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ html, body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>{{ formatBytes(att.size) }}</div>
|
<div>{{ formatBytes(att.size) }}</div>
|
||||||
<div class="down-icon att-icon">
|
<div class="down-icon att-icon">
|
||||||
<a :href="cvtR2Url(att.key)" download>
|
<a style="color: #333" :href="cvtR2Url(att.key)" download>
|
||||||
<Icon icon="system-uicons:push-down" width="22" height="22"/>
|
<Icon icon="system-uicons:push-down" width="22" height="22"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -304,4 +304,5 @@ const handleDelete = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user