修复期初管理页面表格选中样式错误的问题

This commit is contained in:
zzh 2026-03-17 13:30:17 +08:00
parent 6125fff578
commit ed49636d44

View File

@ -82,46 +82,6 @@
#initial-stock-page .text-center {
text-align: center;
}
#initial-stock-page .custom-checkbox {
display: inline-block;
position: relative;
cursor: pointer;
user-select: none;
}
#initial-stock-page .custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
#initial-stock-page .checkmark {
display: inline-block;
width: 16px;
height: 16px;
border: 2px solid var(--border);
border-radius: 3px;
background: white;
position: relative;
}
#initial-stock-page .custom-checkbox input:checked ~ .checkmark {
background: var(--primary);
border-color: var(--primary);
}
#initial-stock-page .custom-checkbox input:checked ~ .checkmark:after {
content: "";
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
</style>
<div id="initial-stock-page">