mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 13:52:16 +08:00
feat(frontend): set translucency for the page window
This commit is contained in:
parent
09413efbfc
commit
8944217e05
@ -104,7 +104,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: #dbbcef;
|
background-color: rgba(219,188,239,.9);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
@ -115,7 +115,7 @@ body {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background-color: #ab7edc;
|
background-color: rgba(171,126,220,.9);
|
||||||
.nav {
|
.nav {
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user