fetch(add): 新增企业设备授权
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s

This commit is contained in:
sexygoat
2026-01-30 15:39:19 +08:00
parent 841cf0442b
commit 8a1388608c
25 changed files with 978 additions and 922 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,17 +1,8 @@
// 全局样式
@font-face {
font-family: 'DMSans';
font-style: normal;
font-weight: 400;
src: url(../fonts/DMSans.woff2) format('woff2');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(../fonts/Montserrat.woff2) format('woff2');
// 强制所有元素使用小米字体
* {
font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
.btn-icon {

View File

@@ -9,6 +9,8 @@
// --el-border-color: #E4E4E7 !important; // DCDFE6
// 按钮粗度
--el-font-weight-primary: 400 !important;
// Element Plus 全局字体
--el-font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
--el-component-custom-height: 36px !important;
@@ -180,6 +182,8 @@
// 修改el-button样式
.el-button {
font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
&.el-button--text {
background-color: transparent !important;
padding: 0 !important;
@@ -198,6 +202,32 @@
border-radius: 6px !important;
font-weight: bold;
transition: all 0s !important;
font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
// 为所有 Element Plus 组件添加小米字体
.el-input,
.el-input__wrapper,
.el-select,
.el-select__wrapper,
.el-form-item__label,
.el-table,
.el-pagination,
.el-dialog,
.el-message,
.el-message-box,
.el-dropdown-menu,
.el-menu,
.el-radio,
.el-checkbox,
.el-switch,
.el-date-picker,
.el-cascader,
.el-tree-select,
.el-upload,
.el-card,
.el-divider {
font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
.el-checkbox-group {

View File

@@ -34,9 +34,7 @@ h5 {
body {
color: var(--art-text-gray-700);
text-align: left;
font-family:
Inter, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
'微软雅黑', Arial, sans-serif;
font-family: 'MiSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
select {