mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-17 00:57:22 +08:00
fix: 列表页暗黑适配
This commit is contained in:
parent
54ad4ef7b2
commit
d2acdeaad6
@ -6,7 +6,7 @@
|
|||||||
<ExportOutlined />
|
<ExportOutlined />
|
||||||
</template>
|
</template>
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button @click="importData" danger size="small" style="margin-right: 10px;">
|
<a-button @click="importData" danger size="small" style="margin-right: 10px; background-color: var(--color-input-hover)">
|
||||||
导入数据
|
导入数据
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ImportOutlined />
|
<ImportOutlined />
|
||||||
@ -260,7 +260,7 @@ const downloadPlugin = async (plugin) => {
|
|||||||
.export-header {
|
.export-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid var(--color-border-light);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.key-item {
|
.key-item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user