gpt4 book ai didi

css - 如何覆盖 CSS 中的表格宽度属性

转载 作者:技术小花猫 更新时间:2023-10-29 10:34:50 26 4
gpt4 key购买 nike

我在名为 first.css 的外部 CSS 文件中有以下样式

table { width: 100%; }

这使得表格填满了它们的容器。如果只有两个小列,它们看起来彼此相距太远。

为了强制列显示得更近,我添加了这种样式

table { width: 50%; }

到一个名为 second.css 的新文件并将其链接到 html 文件中。

有没有办法覆盖 first.css 中的 width 属性而不需要在 second.css 中指定宽度?

我希望 html 表现得好像从来没有 width 属性,但我不想修改 first.css

最佳答案

您可以使用:

table { width: auto; }

在 second.css 中,严格使“html 表现得好像从未有过宽度属性”。但我不能 100% 确定这正是您想要的 - 如果不是,请说明!

关于css - 如何覆盖 CSS 中的表格宽度属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/172812/

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