gpt4 book ai didi

javascript - Firefox 扩展中的元素高度和位置

转载 作者:行者123 更新时间:2023-11-30 05:45:53 25 4
gpt4 key购买 nike

我正在构建一个扩展,其中我使用以下代码显示一个带有进度条的窗口:

 <?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window
id="findfile-window"
title="Please wait.."
orient="horizontal"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<progressmeter value="50" style="height:4px;"/>

</window>

但由于某种原因,高度没有改变,它看起来像这样 https://www.dropbox.com/s/8ekej9vlifc2tt6/Capture.PNG

有什么想法吗?

最佳答案

尝试改变

<progressmeter value="50" style="height:4px;"/>

<progressmeter value="50" style="max-height:4px;"/>

它看起来像这样:

enter image description here

关于javascript - Firefox 扩展中的元素高度和位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17999265/

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