@import "~@/variable.less"; @table-bg-even: #f5f5f5; /* 表格偶数行背景色 */ @table-bg-split: #CDCDCD; /* 表格分割行背景色 */ html, body, :global(#root) { background: #888; height: 100%; font-size: 13px; } html { overflow: hidden; } .homeTab { width: 80px; text-align: center; font-size: 14px; cursor: pointer; span { margin-left: 8px; } } .homeTab__active { color: var(--xly-skin-active-color, #1890FF); } .mainTabWrap { &>.ant-tabs-nav { .ant-tabs-tab { &:first-child { display: none; } } } } .toolbarIcon { width: 13px; height: 13px; display: inline-block; fill: #fff; stroke: #fff; margin-right: 3px; position: relative; top: 2px; }