mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
面板视图背景图片使用 base64
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
left: tabBarWidth,
|
||||
background:
|
||||
commandCardStyle === 'mini' && $root.profile.backgroundImg
|
||||
? 'url(file:///' + $root.profile.backgroundImg + ')'
|
||||
? `url('${$root.profile.backgroundImg}')`
|
||||
: 'none',
|
||||
backgroundSize: 'cover',
|
||||
}"
|
||||
|
Reference in New Issue
Block a user