This commit is contained in:
yumoqing 2025-12-26 11:24:04 +08:00
parent db050f0b26
commit 0b80698616

View File

@ -1,13 +1,14 @@
var bricks = window.bricks || {};
/*
*/
bricks.Menu = class extends bricks.VBox {
bricks.Menu = class extends bricks.VScrollPanel {
/*
{
"items":
}
*/
constructor(options){
opts.height = '100%';
super(options);
this.dom_element.style.display = "";
this.dom_element.style.backgroundColor = options.bgcolor || "white";