From cd24c776d772c7ad797891afd779b3b072293ec2 Mon Sep 17 00:00:00 2001 From: zrlibs <jesting_rr@163.com> Date: 星期五, 21 三月 2025 17:35:07 +0800 Subject: [PATCH] fixed --- src/less/examples.less | 75 +------------------------------------ 1 files changed, 2 insertions(+), 73 deletions(-) diff --git a/src/less/examples.less b/src/less/examples.less index d4188d2..1a256d1 100644 --- a/src/less/examples.less +++ b/src/less/examples.less @@ -1,81 +1,10 @@ -.ivu-table th { - border-bottom-color: #cdcdcd !important; -} - .no-wrap td .ivu-table-cell { white-space: nowrap; } -.ivu-table-mini { - font-size: 12px; - - td { - height: 28px; - - &.ivu-table-expanded-cell { - padding: 10px 40px; - } - - .ivu-table-cell-with-expand { - height: 28px; - line-height: 28px; - } - } - - thead .ivu-table-cell { - padding-left: 6px; - padding-right: 4px; - } - - margin-bottom:12px; -} - -.col-gap-none .ivu-table-cell { +.col-gap-none .ivu-table .ivu-table-cell { padding-left: 0; padding-right: 0; - width: 100%; - height: 100%; - - >div, - >a, - >span { - width: 100%; - height: 100%; - padding-left: 6px; - padding-right: 6px; - padding-top: 4px; - padding-bottom: 4px; - } - - >a, - >span { - display: block; - } - - &.ivu-table-cell-with-selection { - padding-top: 3px; - } -} - -.ivu-table { - .ivu-table-tbody { - background-color: #fff; - } -} - -.ivu-table-header thead tr th, -.ivu-table-fixed-header thead tr th { - // padding: 0 !important; - text-align: center !important; - font-size: 12px; -} - -.ivu-table { - .column-hidden { - div { - white-space: nowrap; - } - } } .ivu-form { @@ -127,6 +56,6 @@ } } -.ivu-spin-fix{ +.ivu-spin-fix { background-color: rgba(255, 255, 255, .3); } \ No newline at end of file -- Gitblit v1.9.1