feat: 样式调整

This commit is contained in:
xuziqiang
2024-06-21 15:19:28 +08:00
parent 2ebe536243
commit fea7abd476
32 changed files with 2994 additions and 2793 deletions

View File

@@ -12,15 +12,16 @@
@font-size-base: 14px; // 主字号
@layout-body-background: #f0f2f5; //框架背景色
@layout-body-background: #fff; //框架背景色
@layout-header-hover:rgba(0, 0, 0, 0.06);//默认退出hover色
@layout-header-background: #37abc4; // 头部背景色
@layout-header-background: #fff; // 头部背景色
@ant-layout-sider-collapsed-background:rgb(255, 255, 255);//导航栏收缩后背景色
@layout-header-height: 48px;
@layout-header-height: 72px;
@layout-header-padding: 0 50px;
@layout-sider-width: 208px; //侧边导航宽度
@layout-sider-arrow-color: #808d96; //侧边导航箭头颜色
@layout-sider-width: 220px; //侧边导航宽度
@layout-sider-arrow-color: @black; //侧边导航箭头颜色
// Border color
@border-color-base: hsv(0, 0, 85%); // base border outline a component
@@ -53,4 +54,11 @@
//list-table
@ns-content-padding: 24px;
@ns-nav-shutters-height: 31px;
@ns-nav-shutters-height: 48px;
// main-content
@ns-content-bg: #f1f2f6;
@ns-box-shadow: 0px 5px 16px #e4e6e8;
@ns-gap: 20px;
@ns-border-radius: 12px;