From faaf453ced2738140d83c532f22a2eefc89bc088 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 18 Mar 2024 18:01:56 +0800 Subject: [PATCH] bugfix --- bricks/.DS_Store | Bin 10244 -> 10244 bytes bricks/conform.js | 14 +++---- bricks/css/bricks.css | 11 ++++-- bricks/floaticonbar.js | 4 +- bricks/message.js | 9 +++-- bricks/modal.js | 13 +++++++ examples/conform.ui | 12 ++++++ examples/message.ui | 85 ++++------------------------------------- examples/modal.json | 3 +- 9 files changed, 55 insertions(+), 96 deletions(-) create mode 100644 examples/conform.ui diff --git a/bricks/.DS_Store b/bricks/.DS_Store index 1488c89eefc84b735d68c2765a1b35e70a098937..412be8bcd02f57e71284d2b82da6140d50d55f9c 100755 GIT binary patch delta 111 zcmZn(XbITBCLy~xsURn_xWvHV79$fg3o9Et2PYRd53h{7hr6fO.title { background-color: #3030f0; + color: #e8e8e8; +} + +.error>.title { + background-color: #f03030; + color: #e8e8e8; } .vscroll { @@ -63,10 +70,6 @@ body { overflow:scroll; } -.error>.title { - background-color: #f03030; -} - .vcontainer { display: flex; flex-direction: column; diff --git a/bricks/floaticonbar.js b/bricks/floaticonbar.js index 2b37efe..232b6f3 100644 --- a/bricks/floaticonbar.js +++ b/bricks/floaticonbar.js @@ -24,7 +24,8 @@ bricks.IconBar = class extends bricks.HBox { this.height_int = 0; for (var i=0;i