|
@@ -23,8 +23,8 @@ body {
|
|
|
// 搜索框前面放大镜样式重置
|
|
|
.icon-search-input {
|
|
|
display: inline-block;
|
|
|
- width: 18px;
|
|
|
- height: 18px;
|
|
|
+ width: max(16px, 14Px);
|
|
|
+ height: max(16px, 14Px);
|
|
|
background: url('../common/images/icon_search.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
}
|
|
@@ -42,7 +42,7 @@ body {
|
|
|
// }
|
|
|
|
|
|
.n-base-select-menu .n-base-select-option {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
@@ -90,22 +90,25 @@ body {
|
|
|
}
|
|
|
|
|
|
.searchBtn {
|
|
|
- width: 90px;
|
|
|
- height: 43px;
|
|
|
+ // width: 90px;
|
|
|
+ // height: 43px;
|
|
|
background: #198cfe;
|
|
|
border-radius: 8px;
|
|
|
- line-height: 41px;
|
|
|
+ // line-height: 41px;
|
|
|
font-weight: 600 !important;
|
|
|
- font-size: 18px;
|
|
|
+ // font-size: max(18px, 13Px);
|
|
|
}
|
|
|
|
|
|
.resetBtn {
|
|
|
- width: 90px;
|
|
|
- height: 43px;
|
|
|
+ // width: 90px;
|
|
|
border-radius: 8px;
|
|
|
- line-height: 41px;
|
|
|
font-weight: 600 !important;
|
|
|
- font-size: 18px;
|
|
|
+ // font-size: max(18px, 13Px);
|
|
|
+}
|
|
|
+
|
|
|
+.resetBtn,
|
|
|
+.searchBtn {
|
|
|
+ --n-padding: 0 28px !important;
|
|
|
}
|
|
|
|
|
|
// .n-data-table {
|
|
@@ -330,7 +333,7 @@ body {
|
|
|
color: rgba(113, 113, 114, 1) !important;
|
|
|
border: none;
|
|
|
min-height: 54px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
}
|
|
|
|
|
|
.n-data-table.n-data-table--bordered .n-data-table-wrapper {
|
|
@@ -340,7 +343,16 @@ body {
|
|
|
.n-data-table-tr .n-data-table-td .n-button__content,
|
|
|
.n-data-table .n-data-table-td {
|
|
|
font-weight: bold;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: max(15px, 12Px);
|
|
|
+}
|
|
|
+
|
|
|
+.n-tooltip {
|
|
|
+ --n-padding: 6px 12px !important;
|
|
|
+ --n-border-radius: 6px !important;
|
|
|
+
|
|
|
+ .n-popover__content {
|
|
|
+ font-size: max(14px, 12Px);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -358,4 +370,44 @@ body {
|
|
|
.n-image-preview-toolbar .n-base-icon {
|
|
|
margin: 0 8px;
|
|
|
padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.n-breadcrumb .n-breadcrumb-item {
|
|
|
+ font-size: max(16px, 12Px) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.n-base-selection,
|
|
|
+.n-input {
|
|
|
+ --n-height: max(40px, 36Px) !important;
|
|
|
+ --n-border-radius: 8px !important;
|
|
|
+ font-size: max(15px, 13Px) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.n-button {
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+.n-base-selection .n-base-selection-label .n-base-selection-label__render-label {
|
|
|
+ font-size: max(15px, 13Px) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.n-form-item-label__text {
|
|
|
+ font-size: max(15px, 13Px);
|
|
|
+}
|
|
|
+
|
|
|
+.n-date-panel-actions__suffix {
|
|
|
+ .n-button {
|
|
|
+ font-size: 12Px;
|
|
|
+ height: 32px !important;
|
|
|
+ line-height: 32px;
|
|
|
+ padding: 0 13px !important;
|
|
|
+ border-radius: 6px;
|
|
|
+ }
|
|
|
}
|