mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42: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%;
|
||||
margin-right: 1px;
|
||||
border-radius: 6px;
|
||||
background-color: #dbbcef;
|
||||
background-color: rgba(219,188,239,.9);
|
||||
overflow: hidden;
|
||||
}
|
||||
.header {
|
||||
@ -115,7 +115,7 @@ body {
|
||||
justify-content: space-between;
|
||||
height: 50px;
|
||||
padding: 0 10px;
|
||||
background-color: #ab7edc;
|
||||
background-color: rgba(171,126,220,.9);
|
||||
.nav {
|
||||
a {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user