chore: slider to change width and height in image

This commit is contained in:
jialin
2024-12-02 08:20:30 +08:00
parent 412c6dadca
commit ec2cd29096
24 changed files with 500 additions and 283 deletions
@@ -0,0 +1,24 @@
:local(.slider-label) {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
:global(.val) {
color: var(--ant-color-text);
}
:global(.label-val) {
position: absolute !important;
top: -14px;
right: -14px;
width: 80px;
border-radius: var(--border-radius-base);
text-align: center;
border: 1px solid var(--ant-color-border) !important;
:global(.ant-input-number-input) {
text-align: center !important;
}
}
}