gpt4 book ai didi

css - Drupal View 不使用 css 类

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

我有一个 Drupal JSON View 。 View 格式是表格。然后我在 View 的标题中有 3 个 block 。其中一个 block 包含一个表单,在某些情况下该 block 是空的。当 block 为空时, View 将不会使用 View 表上的 View CSS 类。它只是在 block 上使用它们。有谁知道是什么原因造成的。

我使用的 CSS 类是 table table-striped full sticky-enabled

我在我的网站上使用自定义主题。

最佳答案

Hi have a look at this

body
{
font:16px Calibri;
}
table { border-collapse:separate; border-top: 3px solid grey; }
td {
margin:0;
border:3px solid grey;
border-top-width:0px;
white-space:nowrap;
}
div {
width: 600px;
overflow-x:scroll;
margin-left:5em;
overflow-y:visible;
padding-bottom:1px;
}
.headcol {
position:absolute;
width:5em;
left:0;
top:auto;
border-right: 0px none black;
border-top-width:3px; /*only relevant for first row*/
margin-top:-3px; /*compensate for top border*/
}
.headcol:before {content: 'Row ';}
.long { background:yellow; letter-spacing:1em; }

关于css - Drupal View 不使用 css 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37966283/

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