styles better

This commit is contained in:
devezhao 2019-10-09 13:59:44 +08:00
parent 9bf89a38cc
commit 570d31b6d7
3 changed files with 4 additions and 2 deletions

View file

@ -119,6 +119,8 @@
border: 1px solid #4285f4;
background-color: #fff;
padding: 8px 10px;
color: #4285f4;
border-radius: 0;
}
.chart-list>div {

View file

@ -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 {

View file

@ -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())
}
})
}