style(HistoryDatabase): update grid background size and opacity for improved aesthetics
This commit is contained in:
parent
e6da45ee63
commit
2acdd7309b
1 changed files with 4 additions and 4 deletions
|
|
@ -355,11 +355,11 @@ onMounted(() => {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
/* 60px x 60px 的正方形网格 */
|
/* 40px x 40px 的正方形网格 */
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
|
linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
|
||||||
linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
|
linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
|
||||||
background-size: 60px 60px;
|
background-size: 50px 50px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue