From b2d7ace9ffd3e70056df24ddf9c6525e34047e74 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 18 Aug 2020 17:50:36 +0800 Subject: [PATCH] feat: update less --- antdv-demo | 2 +- components/style/themes/default.less | 9 +++++---- components/table/style/index.less | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/antdv-demo b/antdv-demo index fce7a2bab..98dbdf437 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit fce7a2bab42ec55d7cc8b7414336249c3dbf91c5 +Subproject commit 98dbdf437a1fbb821db51c5fdbd0e52558b357b0 diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 475446fe3..60e40df4b 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -64,9 +64,9 @@ @heading-2-size: ceil(@font-size-base * 2.14); @heading-3-size: ceil(@font-size-base * 1.71); @heading-4-size: ceil(@font-size-base * 1.42); -@line-height-base: 1.5; -@border-radius-base: 4px; -@border-radius-sm: 2px; +@line-height-base: 1.5715; +@border-radius-base: 2px; +@border-radius-sm: @border-radius-base; // vertical paddings @padding-lg: 24px; // containers @@ -111,7 +111,7 @@ // Border color @border-color-base: hsv(0, 0, 85%); // base border outline a component -@border-color-split: hsv(0, 0, 91%); // split border inside a component +@border-color-split: hsv(0, 0, 94%); // split border inside a component @border-color-inverse: @white; @border-width-base: 1px; // width of the border for a component @border-style-base: solid; // style of a components border @@ -445,6 +445,7 @@ // Table // -- +@table-bg: @component-background; @table-header-bg: @background-color-light; @table-header-color: @heading-color; @table-header-sort-bg: @background-color-base; diff --git a/components/table/style/index.less b/components/table/style/index.less index 00a8d0e06..864ebfd76 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -16,6 +16,7 @@ position: relative; clear: both; + background: @table-bg; &-body { transition: opacity 0.3s;