/* 不含主题变量的通用css */ [v-cloak] { display: none !important; } * { font-family: NotoSansSChineseRegular; box-sizing: border-box; } html, body, #app { height: 100%; } body { min-width: 1024px; margin: 0 !important; padding: 0 !important; cursor: default !important; overflow: hidden; } .temp-dom { visibility: hidden; position: fixed; } .icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; } /* 淡入淡出动画 */ .fade-enter-active, .fade-leave-active { transition: opacity 0.4s ease; } .fade-enter-from, .fade-leave-to { opacity: 0; } /* 调整表单错误提示上边距 */ .el-form-item__error { top: 0 !important; }