mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-25 14:54:44 +08:00
styles better
This commit is contained in:
parent
9bf89a38cc
commit
570d31b6d7
3 changed files with 4 additions and 2 deletions
|
@ -119,6 +119,8 @@
|
|||
border: 1px solid #4285f4;
|
||||
background-color: #fff;
|
||||
padding: 8px 10px;
|
||||
color: #4285f4;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.chart-list>div {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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())
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue