From 138e40b54e3e6cda4efd966c86c8fc4a99a54f40 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 25 Mar 2016 12:37:54 +0800 Subject: [PATCH] fix detail style --- style/components/table.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/components/table.less b/style/components/table.less index a810bb006f..b87f450d1c 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -9,6 +9,8 @@ border-radius: @border-radius-base @border-radius-base 0 0; overflow: hidden; position: relative; + border-radius: @border-radius-base @border-radius-base 0 0; + overflow: hidden; &-body { transition: opacity 0.3s ease; @@ -89,6 +91,7 @@ &-header { background: @table-head-background-color; overflow: hidden; + border-radius: @border-radius-base @border-radius-base 0 0; } &-header table { @@ -365,9 +368,11 @@ overflow: hidden; z-index: 1; transition: box-shadow .3s ease; + border-radius: 0; table { width: auto; background: #fff; + border-radius: 0; } } -- GitLab