antdv-eoi
Version:
An enterprise-class UI design language and Vue-based implementation
22 lines (21 loc) • 795 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/************************* 全局灰度 *********************/
/*所有阴影*/
/************************* 全局主题色 *********************/
/************************* 全局不变的颜色 *********************/
/* group color */
/* standard */
/* light */
/* dark */
/* 状态色 */
/* -state- Functional Color */
/* 状态色边框 */
/************************* 自定义变量 *********************/
/************************* 修改ant-design-vue变量 *********************/
.ant-affix {
position: fixed;
z-index: 10;
}