diff --git a/src/components/home/Layout/index.module.less b/src/components/home/Layout/index.module.less index b1325e7..f8cf66b 100644 --- a/src/components/home/Layout/index.module.less +++ b/src/components/home/Layout/index.module.less @@ -81,6 +81,10 @@ font-size: 20px; color: @btn-table-color; background-color: #081633; + height: 100%; + display: flex; + justify-content: center; + align-items: center; } &:hover { diff --git a/src/components/map/Layout/index.module.less b/src/components/map/Layout/index.module.less index f114b22..85bcbf6 100644 --- a/src/components/map/Layout/index.module.less +++ b/src/components/map/Layout/index.module.less @@ -30,67 +30,12 @@ .toolbar { position: absolute; - top: 8px; - left: 12px; + top: 0; + right: 12px; display: flex; gap: 8px; - - .ant-select { - cursor: pointer; - - .ant-select-selector { - color: #02f9ff; - border: 1px solid #04fbfd !important; - background-color: #1f4856 !important; - padding: 4px 12px !important; - border-radius: 8px !important; - height: 39px !important; - font-size: 14px !important; - - .ant-select-selection-item { - color: #02f9ff !important; - } - - .ant-select-dropdown { - background-color: #1f4856 !important; - - .ant-select-item { - color: rgb(0, 242, 255); - font-size: 14px; - - &:hover { - background-color: #33a4a4 !important; - } - } - - .ant-select-item-option-selected { - background-color: #33a4a4 !important; - } - } - - &:hover { - border: 1px solid #04fbfd !important; - background-color: #078080; - } - } - - .ant-select-arrow { - color: #02f9ff; - } - } - - .focusBtn { - color: #02f9ff; - border: 1px solid #04fbfd; - background-color: #1f4856; - padding: 8px 12px; - border-radius: 8px; - cursor: pointer; - - &:hover { - background-color: #078080; - } - } + width: 370px; + height: 100%; } .left-panel {