mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
3f9c7db2d3
commit
e6decd35cc
2 changed files with 3 additions and 3 deletions
|
@ -790,8 +790,8 @@
|
|||
position: relative;
|
||||
|
||||
.b3-menu {
|
||||
min-width: 200px;
|
||||
max-width: 50vw;
|
||||
min-width: 290px;
|
||||
max-width: 290px;
|
||||
|
||||
&__item .b3-chip {
|
||||
max-width: 100%;
|
||||
|
|
|
@ -194,7 +194,7 @@ export const getGroupsHTML = (columns: IAVColumn[], view: IAVView) => {
|
|||
<span class="b3-chip" style="background-color:var(--b3-font-background${item.groupValue.mSelect[0].color});color:var(--b3-font-color${item.groupValue.mSelect[0].color})">
|
||||
<span class="fn__ellipsis">${escapeHtml(item.groupValue.mSelect[0].content)}</span>
|
||||
</span>
|
||||
</div>` : `<div class="b3-menu__label fn__flex-1">${item.name || ""}</div>`}
|
||||
</div>` : `<div class="b3-menu__label fn__flex-1 fn__ellipsis">${item.name || ""}</div>`}
|
||||
<svg class="b3-menu__action b3-menu__action--show" data-type="hideGroup" data-id="${item.id}"><use xlink:href="#iconEye${item.groupHidden === 0 ? "" : "off"}"></use></svg>
|
||||
</button>`;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue