🐛 Fix: settingPage && miniPage style in windows

This commit is contained in:
PiEgg
2019-12-30 22:45:50 +08:00
parent c6ead5b8cd
commit 3fd95725cf
3 changed files with 9 additions and 8 deletions

View File

@@ -334,12 +334,12 @@ $darwinBg = transparentify(#172426, #000, 0.7)
position absolute
top 2px
right 4px
width 60px
z-index 10000
-webkit-app-region no-drag
i
cursor pointer
font-size 16px
margin-left 5px
.el-icon-minus
&:hover
color #409EFF

View File

@@ -23,12 +23,13 @@ import {
IpcRendererEvent,
remote
} from 'electron'
import path from 'path'
@Component({
name: 'mini-page',
mixins: [mixin]
})
export default class extends Vue {
logo = 'static/squareLogo.png'
logo = path.join(process.env.BASE_URL as string, 'squareLogo.png')
dragover = false
progress = 0
showProgress = false