“Widget:TableLineVertical”的版本间的差异
BallanceBug(讨论 | 贡献) (创建页面,内容为“<style> .<!--{$class|escape:'html'}--> th:nth-child(<!--{$column|escape:'html'}-->), td:nth-child(<!--{$column|escape:'html'}-->) {border-right: <!--{$style|escape:'…”) (2个标签:移动版编辑、移动网页编辑) |
BallanceBug(讨论 | 贡献) |
||
(未显示同一用户的5个中间版本) | |||
第1行: | 第1行: | ||
<style> | <style> | ||
− | .<!--{$class|escape:'html'}--> th:nth-child(<!--{$column|escape:'html'}-->), td:nth-child(<!--{$column|escape:'html'}-->) {border-right: <!--{$style|escape:'html'}-->} | + | table.<!--{$class|escape:'html'}--> > * > tr > th:nth-child(<!--{$column|escape:'html'}-->), table.<!--{$class|escape:'html'}--> > * > tr > td:nth-child(<!--{$column|escape:'html'}-->) {border-right: <!--{$style|escape:'html'}--> !important} |
+ | table.<!--{$class|escape:'html'}--> > * > tr > th:nth-child(<!--{$column|escape:'html'}-->) + th, table.<!--{$class|escape:'html'}--> > * > tr > td:nth-child(<!--{$column|escape:'html'}-->) + td {border-left: none !important} | ||
+ | </style> |
2020年5月10日 (日) 12:29的最新版本
<style> table. > * > tr > th:nth-child(), table. > * > tr > td:nth-child() {border-right: !important} table. > * > tr > th:nth-child() + th, table. > * > tr > td:nth-child() + td {border-left: none !important} </style>