mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 11:06:36 +08:00
1、样式调整
This commit is contained in:
@@ -9,68 +9,8 @@ $color-text-secondary: #909399 !default;
|
||||
'primary': (
|
||||
'base': $color-primary,
|
||||
),
|
||||
),
|
||||
$common-component-size: (
|
||||
'large': 36px,
|
||||
'default': 32px,
|
||||
'small': 32px,
|
||||
),
|
||||
$tag: (
|
||||
'font-size': 14px,
|
||||
),
|
||||
$tag-height: (
|
||||
'large': 28px,
|
||||
'default': 28px,
|
||||
),
|
||||
$radio-bordered-input-height: (
|
||||
'large': 14px,
|
||||
'default': 14px,
|
||||
'small': 14px,
|
||||
),
|
||||
$radio-bordered-input-width: (
|
||||
'large': 14px,
|
||||
'default': 14px,
|
||||
'small': 14px,
|
||||
),
|
||||
$button-padding-vertical: (
|
||||
'large': 11px,
|
||||
'default': 9px,
|
||||
'small': 6px,
|
||||
),
|
||||
$button-padding-horizontal: (
|
||||
'large': 18px,
|
||||
'default': 16px,
|
||||
'small': 12px,
|
||||
)
|
||||
);
|
||||
|
||||
$form-item-margin-bottom: () !default;
|
||||
$form-item-margin-bottom: map.merge(
|
||||
(
|
||||
'large': 18px,
|
||||
'default': 18px,
|
||||
'small': 18px,
|
||||
),
|
||||
$form-item-margin-bottom
|
||||
);
|
||||
|
||||
$form-item-line-height: () !default;
|
||||
$form-item-line-height: map.merge(
|
||||
(
|
||||
'large': 36px,
|
||||
'default': 32px,
|
||||
'small': 24px,
|
||||
),
|
||||
$form-item-line-height
|
||||
);
|
||||
$radio-font-size: () !default;
|
||||
$radio-font-size: map.merge(
|
||||
(
|
||||
'large': 14px,
|
||||
'small': 14px,
|
||||
),
|
||||
$radio-font-size
|
||||
);
|
||||
@use '@/assets/style/base.scss';
|
||||
|
||||
:deep(.vxe-table--empty-placeholder) {
|
||||
|
||||
@@ -576,12 +576,12 @@ body .fullscreen-dialog .layui-layer-content {
|
||||
}
|
||||
|
||||
.user-dropdown {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: $--color-text-secondary;
|
||||
cursor: pointer;
|
||||
}
|
||||
.user-dropdown-item {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: $--color-text-primary;
|
||||
|
||||
.el-badge {
|
||||
|
||||
@@ -22,7 +22,7 @@ $chart-form-item-textarea-width: 200px;
|
||||
.el-form-item__label {
|
||||
width: 100%;
|
||||
padding-bottom: 0 !important;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: #303133;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -51,7 +51,7 @@ $chart-form-item-textarea-width: 200px;
|
||||
}
|
||||
|
||||
.view-attribute-item .el-form-item__label {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: #303133;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user