You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.5 KiB

@primary-color: #2778FF; // 全局主色
@white: #fff;
@black: #000;
@text-color: fade(@black, 85%);
@text-color-secondary: fade(@black, 45%);
@text-color-dark: fade(@white, 85%);
@text-color-secondary-dark: fade(@white, 65%);
@backgroundGrey:#E5EBF0;
@font-size-base: 14px; // 主字号
@layout-body-background: #f0f2f5; //框架背景色
@layout-header-hover:rgba(0, 0, 0, 0.06);//默认退出hover色
@layout-header-background: #37abc4; // 头部背景色
@ant-layout-sider-collapsed-background:rgb(255, 255, 255);//导航栏收缩后背景色
@layout-header-height: 48px;
@layout-header-padding: 0 50px;
@layout-sider-width: 208px; //侧边导航宽度
@layout-sider-arrow-color: #808d96; //侧边导航箭头颜色
// Border color
@border-color-base: hsv(0, 0, 85%); // base border outline a component
// border
@border-radius-base: 4px;
//btn
//@btn-disable-color: #9b9b9b; //禁用按钮color
//@btn-disable-bg: #f5f5f5; //禁用按钮background
//@btn-disable-border: 1px solid #f5f5f5;
//form
@form-vertical-label-padding: 0; //垂直label之间内间距
@form-vertical-label-margin: 0, 0, 16, 0px; //垂直label之间外间距
@form-item-margin-bottom: 24px;
//menu
@menu-item-height: 48px;
@menu-item-active-bg: none;
@menu-item-boundary-margin: 0px;
//table
@table-padding-vertical: 16px;
@table-padding-horizontal: 16px;
@table-padding-vertical-md: (@table-padding-vertical * 3 / 4);
@table-padding-horizontal-md: (@table-padding-vertical * 3 / 4);
//list-table
@ns-content-padding: 24px;
@ns-nav-shutters-height: 31px;