用户管理表初步成型

This commit is contained in:
sijinhui
2024-03-26 23:23:03 +08:00
parent c8b6c31357
commit 45fa760db1
7 changed files with 325 additions and 183 deletions

View File

@@ -219,20 +219,20 @@ input[type="range"]::-ms-thumb:hover {
@include thumbHover();
}
input[type="number"],
input[type="text"],
input[type="password"] {
appearance: none;
border-radius: 10px;
border: var(--border-in-light);
min-height: 36px;
box-sizing: border-box;
background: var(--white);
color: var(--black);
padding: 0 10px;
max-width: 50%;
font-family: inherit;
}
//input[type="number"],
//input[type="text"],
//input[type="password"] {
// appearance: none;
// border-radius: 10px;
// border: var(--border-in-light);
// min-height: 36px;
// box-sizing: border-box;
// background: var(--white);
// color: var(--black);
// padding: 0 10px;
// max-width: 50%;
// font-family: inherit;
//}
div.math {
overflow-x: auto;