fix(style): form field item

This commit is contained in:
jialin
2024-07-04 10:47:22 +08:00
parent b2d70c1d53
commit ed3f9f7e96
24 changed files with 214 additions and 127 deletions
+11 -5
View File
@@ -87,7 +87,7 @@ html {
}
&.ant-btn {
--ant-button-content-font-size-lg: 13px;
--ant-button-content-font-size-lg: 12px;
--ant-button-content-font-size: 12px;
--ant-button-content-font-size-sm: 12px;
}
@@ -133,14 +133,20 @@ body * {
}
body {
// .ant-slider:hover .ant-slider-handle::after {
// box-shadow: 0 0 0 var(--ant-slider-handle-line-width)
// var(--ant-slider-handle-color);
// }
font-family: 'noto sans', sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
.ant-modal-confirm-title {
display: none;
}
.ant-select-selector {
.ant-select-selection-item {
font-weight: var(--font-weight-normal);
}
}
.ant-checkbox {
.ant-checkbox-inner {
border-radius: var(--checkbox-border-radius) !important;