fix ams info label text alignment. add button hover title
This commit is contained in:
parent
1dab5132c4
commit
596b76ccee
2 changed files with 5 additions and 1 deletions
|
|
@ -916,7 +916,10 @@ self.kiri.load(api => {
|
|||
ev.stopPropagation();
|
||||
},
|
||||
onmouseenter(ev) {
|
||||
clearTimeout(ev.target.__timer);
|
||||
let { target } = ev;
|
||||
let { bambu } = target;
|
||||
target.title = bblapi.filament.map[bambu.tray_info_idx];
|
||||
clearTimeout(target.__timer);
|
||||
},
|
||||
onmouseleave(ev) {
|
||||
ev.target.__timer = setTimeout(() => {
|
||||
|
|
|
|||
|
|
@ -2382,6 +2382,7 @@ details[open] summary::after {
|
|||
padding: 2px 4px 2px 0;
|
||||
flex-grow: 1;
|
||||
font-size: smaller;
|
||||
text-align: left;
|
||||
}
|
||||
.var-row .dim {
|
||||
text-align: right;
|
||||
|
|
|
|||
Loading…
Reference in a new issue