select focus 时高亮
This commit is contained in:
parent
82239070d5
commit
d075d494a9
|
@ -272,6 +272,11 @@ input[type="number"]{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Qr-select:focus {
|
||||||
|
border-color: #44D7B6;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.Qr-table {
|
.Qr-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue