diff options
| author | chenjinsong <[email protected]> | 2022-02-14 18:01:09 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2022-02-14 18:01:09 +0800 |
| commit | 6dd147647a406164d3af8fb12efedc8067358da9 (patch) | |
| tree | 1353645ac37a32f4ba1abb2df49b72e18d7e8101 | |
| parent | 2838771a756285ec7d9f8809d106363ea0b9d93b (diff) | |
| parent | fa9b153bedee2da7b8e0941c9725f3bba1d9999f (diff) | |
Merge branch 'dev' of https://git.mesalab.cn/cyber-narrator/cn-ui into dev22.01-rc1
| -rw-r--r-- | src/assets/css/common/table-common.scss | 8 | ||||
| -rw-r--r-- | src/assets/css/components/components/table/common.scss | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/assets/css/common/table-common.scss b/src/assets/css/common/table-common.scss index 5da50aef..ed0e4edf 100644 --- a/src/assets/css/common/table-common.scss +++ b/src/assets/css/common/table-common.scss @@ -46,6 +46,11 @@ border: 1px solid #E6EAED; } + .top-tool-search.margin-r-20 { + .top-tool-btn { + border-left: none; + } + } .top-tool-right { display: flex; @@ -68,7 +73,7 @@ } } .top-tool-btn { - height: 32px; + height: 33px; width: 36px; border: 1px solid $--border-color-primary; outline: none; @@ -81,6 +86,7 @@ color: $--button-gray-color; } } + .top-tool-btn.top-tool-btn--text { padding: 0 8px; width: unset; diff --git a/src/assets/css/components/components/table/common.scss b/src/assets/css/components/components/table/common.scss index b18e9ff9..e0cc9b1f 100644 --- a/src/assets/css/components/components/table/common.scss +++ b/src/assets/css/components/components/table/common.scss @@ -66,7 +66,7 @@ } .list-page .top-tools .top-tool-btn { - height: 32.5px; + height: 33px; width: 36px; border: 1px solid #DEDEDE; outline: none; |
