|
@@ -31,8 +31,8 @@ body > .n-drawer-container-relative {
|
|
|
// 搜索框前面放大镜样式重置
|
|
|
.icon-search-input {
|
|
|
display: inline-block;
|
|
|
- width: max(16px, 14px);
|
|
|
- height: max(16px, 14px);
|
|
|
+ width: max(16px, 14Px);
|
|
|
+ height: max(16px, 14Px);
|
|
|
background: url('../common/images/icon_search.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
}
|
|
@@ -50,7 +50,7 @@ body > .n-drawer-container-relative {
|
|
|
// }
|
|
|
|
|
|
.n-base-select-menu .n-base-select-option {
|
|
|
- font-size: max(15px, 12px);
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
}
|
|
|
|
|
|
.n-popselect-menu {
|
|
@@ -125,8 +125,8 @@ body > .n-drawer-container-relative {
|
|
|
|
|
|
.searchDate,
|
|
|
.searchDateDefault {
|
|
|
- font-size: max(18px, 13px);
|
|
|
- --n-height: max(40px, 36px) !important;
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
+ --n-height: max(40px, 36Px) !important;
|
|
|
|
|
|
--n-padding: 0 28px !important;
|
|
|
background: linear-gradient(312deg, #1b7af8 0%, #3cbbff 100%);
|
|
@@ -374,7 +374,7 @@ body > .n-drawer-container-relative {
|
|
|
color: rgba(113, 113, 114, 1) !important;
|
|
|
border: none;
|
|
|
min-height: 54px;
|
|
|
- font-size: max(15px, 12px);
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
}
|
|
|
|
|
|
.n-data-table.n-data-table--bordered .n-data-table-wrapper {
|
|
@@ -384,7 +384,7 @@ body > .n-drawer-container-relative {
|
|
|
.n-data-table-tr .n-data-table-td .n-button__content,
|
|
|
.n-data-table .n-data-table-td {
|
|
|
font-weight: bold;
|
|
|
- font-size: max(15px, 12px);
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
}
|
|
|
|
|
|
.n-tooltip {
|
|
@@ -392,7 +392,7 @@ body > .n-drawer-container-relative {
|
|
|
--n-border-radius: 6px !important;
|
|
|
|
|
|
.n-popover__content {
|
|
|
- font-size: max(14px, 12px);
|
|
|
+ font-size: max(14px, 12Px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -416,32 +416,32 @@ body > .n-drawer-container-relative {
|
|
|
}
|
|
|
|
|
|
.n-breadcrumb .n-breadcrumb-item {
|
|
|
- font-size: max(16px, 12px) !important;
|
|
|
+ font-size: max(16px, 12Px) !important;
|
|
|
}
|
|
|
|
|
|
.n-base-selection,
|
|
|
.n-input,
|
|
|
.n-input-group-label {
|
|
|
- --n-height: max(40px, 36px) !important;
|
|
|
+ --n-height: max(40px, 36Px) !important;
|
|
|
--n-border-radius: 8px !important;
|
|
|
- font-size: max(15px, 13px) !important;
|
|
|
+ font-size: max(15px, 13Px) !important;
|
|
|
}
|
|
|
|
|
|
.n-button {
|
|
|
- font-size: max(18px, 13px);
|
|
|
- --n-height: max(40px, 36px) !important;
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
+ --n-height: max(40px, 36Px) !important;
|
|
|
}
|
|
|
|
|
|
.n-base-selection-input,
|
|
|
.n-input .n-input__input-el,
|
|
|
.n-input .n-input__textarea-el {
|
|
|
- font-size: max(15px, 13px) !important;
|
|
|
+ font-size: max(15px, 13Px) !important;
|
|
|
}
|
|
|
|
|
|
.n-base-selection
|
|
|
.n-base-selection-label
|
|
|
.n-base-selection-label__render-label {
|
|
|
- font-size: max(15px, 13px) !important;
|
|
|
+ font-size: max(15px, 13Px) !important;
|
|
|
}
|
|
|
|
|
|
.n-select-menu .n-button {
|
|
@@ -449,7 +449,7 @@ body > .n-drawer-container-relative {
|
|
|
}
|
|
|
|
|
|
.n-form-item-label__text {
|
|
|
- font-size: max(15px, 13px);
|
|
|
+ font-size: max(15px, 13Px);
|
|
|
}
|
|
|
|
|
|
.n-date-panel {
|