mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 06:49:47 +02:00
add wallpaper
This commit is contained in:
@ -164,7 +164,9 @@
|
||||
if(self.selidx != -1 && self.selidx < self.items.length)
|
||||
self.items[self.selidx].selected =false
|
||||
event.item.item.selected = true
|
||||
//self.update()
|
||||
//console.log(self.items)
|
||||
self.update()
|
||||
//event.preventUpdate = true
|
||||
}
|
||||
|
||||
_dbclick(event)
|
||||
|
@ -5,8 +5,8 @@ html,body{
|
||||
font-size: 13px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url(wp.png);
|
||||
/*background-size: cover;*/
|
||||
background-image: url(wp2.jpg);
|
||||
background-size: cover;
|
||||
background-repeat: repeat;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user