gpt4 book ai didi

css - 弹出窗口没有获得完整的导航栏大小

转载 作者:行者123 更新时间:2023-11-28 04:14:11 24 4
gpt4 key购买 nike

我遇到了一个问题,

弹出元素LINES正在获得 <div class="right menu"> 的大小而不是 <div class="ui top attached menu"> .因此,我的弹出窗口与右侧菜单的大小相同,我需要弹出窗口与整个导航栏的大小相同

这是 fiddle :http://jsfiddle.net/qawdfw0y/1/

提前致谢

最佳答案

我不知道这是否正是您想要的......但它对我来说看起来不错:

.ui.popup {
min-width: 98vw;
left: 1vw !important;
}

/* To move the arrow on the box */
.ui.bottom.center.popup:before {
right: 320px;
left: auto;
}

我知道 !important 的使用通常不是最好的,但是 style 是由 semantic.js 设置的。唯一的选择是操纵 semantic.js 以使其执行您想要的操作。

关于css - 弹出窗口没有获得完整的导航栏大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42558426/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com