first commit

This commit is contained in:
rayd1o
2026-03-05 11:46:58 +08:00
commit e7033775d8
20657 changed files with 1988940 additions and 0 deletions

27
frontend/node_modules/rc-input/assets/index.css generated vendored Normal file
View File

@@ -0,0 +1,27 @@
.rc-input-out-of-range {
color: red;
}
.rc-input-affix-wrapper {
padding: 2px 8px;
overflow: hidden;
border: 1px solid lightgray;
border-radius: 2px;
}
.rc-input-affix-wrapper:hover,
.rc-input-affix-wrapper:focus-within {
border-color: #000;
}
.rc-input-affix-wrapper input {
padding: 0;
border: none;
outline: none;
}
.rc-input-clear-icon {
padding: 0;
font-size: 12px;
background: none;
border: none;
}
.rc-input-clear-icon-hidden {
display: none;
}