/* 不含主题变量的通用css */ [v-cloak] { display: none !important; } * { 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; font-size: 14px; position: fixed; }