This commit is contained in:
zcx
2025-06-16 10:08:59 +08:00
parent 99ed1be271
commit 0632fa2362
10 changed files with 132 additions and 58 deletions

View File

@@ -97,4 +97,18 @@
/* 去除 Firefox 中的指示器 */
.el-input__inner[type='number'] {
-moz-appearance: textfield;
}
.flex-radio{
display: flex;
width: 100%;
align-items: center;
line-height: 40px;
height: 40px;
.el-radio__label {
display: flex;
width: 100%;
align-items: center;
font-size: 16px;
}
}