fetch(add): 新增企业设备授权
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m25s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user