refactor(login): 使用自定义输入框组件替换原生输入框 refactor(index): 重构网格布局代码,使用动态渲染方式 style: 更新全局字体样式,移除默认字体设置 chore: 添加多个字体文件和图标资源 docs: 更新应用名称和版本号
9 lines
192 B
SCSS
9 lines
192 B
SCSS
// global
|
|
@import "./global.scss";
|
|
// color-ui
|
|
@import "@/static/scss/colorui.css";
|
|
// global font
|
|
@import "@/static/font/global-font.css";
|
|
// iconfont
|
|
//@import "@/static/font/iconfont.css";
|