diff --git a/src/main/webapp/assets/css/dashboard.css b/src/main/webapp/assets/css/dashboard.css index 4ac74e3c6..0f8ead067 100644 --- a/src/main/webapp/assets/css/dashboard.css +++ b/src/main/webapp/assets/css/dashboard.css @@ -119,6 +119,8 @@ border: 1px solid #4285f4; background-color: #fff; padding: 8px 10px; + color: #4285f4; + border-radius: 0; } .chart-list>div { diff --git a/src/main/webapp/assets/css/rb-base.css b/src/main/webapp/assets/css/rb-base.css index 48bac9ee5..63156787e 100644 --- a/src/main/webapp/assets/css/rb-base.css +++ b/src/main/webapp/assets/css/rb-base.css @@ -12493,7 +12493,7 @@ a.avatar.x48 img { .rb-notifications .rb-scroller { position: relative; - max-height: 219px; + max-height: 380px; } .rb-notifications .rb-scroller>.content>ul { diff --git a/src/main/webapp/assets/js/settings-share2.jsx b/src/main/webapp/assets/js/settings-share2.jsx index 399f214d1..e75504631 100644 --- a/src/main/webapp/assets/js/settings-share2.jsx +++ b/src/main/webapp/assets/js/settings-share2.jsx @@ -165,7 +165,7 @@ class Share2Settings extends Share2Switch { RbAlert.create('确认删除此配置?', { confirm: function () { this.disabled(true) - // $.post(`${rb.baseUrl}/app/entity/record-delete?id=${id}`, () => parent.location.reload()) + $.post(`${rb.baseUrl}/app/entity/record-delete?id=${id}`, () => parent.location.reload()) } }) }