feat(style): update nav and tool bar

This commit is contained in:
Fine
2023-11-07 12:05:04 +08:00
parent d1b466b3b8
commit f9cf9900fd
3 changed files with 32 additions and 12 deletions

View File

@@ -739,8 +739,8 @@ limitations under the License. -->
.dashboard-tool {
text-align: right;
padding: 3px 5px 5px;
background: rgb(240 242 245);
border-bottom: 1px solid #dfe4e8;
background: $dashboard-tool-bg;
border-bottom: 1px solid $border-color;
justify-content: space-between;
}