样式
This commit is contained in:
parent
2f8994ba58
commit
5d050e83e2
@ -750,6 +750,22 @@ export default {
|
||||
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||
.btn-group-real-time{
|
||||
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{
|
||||
width: 1px;
|
||||
|
||||
@ -18,7 +18,7 @@ export default {
|
||||
name: "missedCallPopover",
|
||||
props: {
|
||||
missedCallList: {
|
||||
type: {},
|
||||
type: Object,
|
||||
default: () => {
|
||||
return {}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user