This commit is contained in:
yumoqing 2025-11-12 14:14:16 +08:00
parent 78b14f7276
commit 81627889e5
2 changed files with 7 additions and 1 deletions

View File

@ -605,3 +605,9 @@ hr {
color: #00aaff;
background: #f0faff;
}
.mini-window {
width: 50px;
height: 50px;
}

View File

@ -403,7 +403,7 @@ bricks.WindowsPanel = class extends bricks.Popup {
dc.add_widget(w);
w.bind('click', this.reopen_windiw.bind(this, x));
var tw = new bricks.Title6({label:x.title});
var iw = new bricks.Svg({url:x.url});
var iw = new bricks.Svg({url:x.url, rate:1.5});
w.add_widget(iw);
w.add_widget(tw);
});