style: form item style

This commit is contained in:
jialin
2025-03-25 12:33:29 +08:00
parent dca7a6f270
commit 626e29a001
6 changed files with 31 additions and 442 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ const InputWrapper = styled.div`
.ant-input-search-button {
position: absolute;
top: -20px;
right: 0;
right: 1px;
border-radius: 0 ${BORDERRADIUS}px ${BORDERRADIUS}px 0 !important;
overflow: hidden;
border: none;
+5 -1
View File
@@ -2,6 +2,10 @@ import styled from 'styled-components';
import { INPUTHEIGHT, INPUT_INNER_PADDING } from '../config';
const SliderWrapper = styled.div`
.__wrapper__ {
height: 100%;
justify-content: center;
}
padding-block: 0;
padding-inline: 2px;
input.ant-input-number-input {
@@ -24,7 +28,7 @@ const SliderWrapper = styled.div`
.label-val {
position: absolute !important;
top: -14px;
right: -14px;
right: -10px;
width: 80px;
border-radius: var(--border-radius-base);
text-align: center;