select readonly的不可选
parent
00a2b870bd
commit
f6612cc130
|
@ -13,6 +13,10 @@
|
|||
margin-left: 0;
|
||||
margin-top: 0!important;
|
||||
}
|
||||
|
||||
select[readonly] option {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="admin-content">
|
||||
|
|
Loading…
Reference in New Issue