调整为按需加载,element样式调整为皮肤模式,不再使用全局变量覆盖。 (#1349)

* 调整element为自动按需引入,减少打包体积。

* 调整element样式变更为变量模式不再使用全局css覆盖

* 修改element自动化模板适配element皮肤变量模式

---------

Co-authored-by: piexlmax<303176530@qq.com>
This commit is contained in:
奇淼(piexlmax
2023-02-16 19:03:51 +08:00
committed by GitHub
parent 95fa7e8130
commit 0eea78f796
31 changed files with 184 additions and 289 deletions

View File

@@ -9,7 +9,7 @@
:before-upload="beforeImageUpload"
:multiple="false"
>
<el-button size="small" type="primary">压缩上传</el-button>
<el-button type="primary">压缩上传</el-button>
</el-upload>
</div>
</template>