This commit is contained in:
tdg930622 2025-01-20 14:17:03 +08:00
parent 2f8994ba58
commit 5d050e83e2
2 changed files with 17 additions and 1 deletions

View File

@ -750,6 +750,22 @@ export default {
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
.btn-group-real-time{ .btn-group-real-time{
width: 64px; width: 64px;
.ell-warn-dot{
background-color: #f56c6c;
border-radius: 11px;
color: #fff;
display: inline-block;
font-size: 12px;
line-height: 17px;
height: 18px;
padding: 0 6px;
text-align: center;
border: 1px solid #fff;
position: absolute;
top: 0;
right: 10px;
transform: translateY(-50%) translateX(100%);
}
} }
.btn-group-interval{ .btn-group-interval{
width: 1px; width: 1px;

View File

@ -18,7 +18,7 @@ export default {
name: "missedCallPopover", name: "missedCallPopover",
props: { props: {
missedCallList: { missedCallList: {
type: {}, type: Object,
default: () => { default: () => {
return {} return {}
}, },