We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b9919c + a13ba9d commit 9040107Copy full SHA for 9040107
src/App.vue
@@ -25,7 +25,6 @@ const locale = computed(() => {
25
26
<style lang="less">
27
body {
28
- font-size: 16px;
29
.arco-modal {
30
width: min(90%, 520px);
31
}
src/main.ts
@@ -5,6 +5,8 @@ import ArcoVueIcon from '@arco-design/web-vue/es/icon';
5
import router from './router';
6
import i18n from './locale';
7
import App from './App.vue';
8
+// 手动导入,防止由于插件导致全局css顺序不同,使dev和build模式下样式不完全相同
9
+import '@arco-design/web-vue/es/style/index.less';
10
import './styles/tailwind.css';
11
12
// 全量引入样式
0 commit comments