12.29 大屏第三版

This commit is contained in:
jl-zhoujl2
2022-12-29 03:26:24 +08:00
parent 576ac70ce4
commit 48dcfe8aef
4 changed files with 125 additions and 202 deletions

View File

@ -411,6 +411,8 @@
.monitor-tender-select {
margin-top: 10px;
display: flex;
justify-content: space-between;
.monitor-tender-select-radio {
margin-right: 8px;
@ -460,6 +462,14 @@
margin-top: 20px;
height: 760px;
}
.monitor-label-pointer {
cursor: pointer;
&:hover {
background: rgba(255, 255, 255, 0.15);
}
}
}
}