no message
This commit is contained in:
parent
c8e7c5e6da
commit
2eef3ac372
@ -54,9 +54,10 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.xavatar {
|
||||
display: flex;align-items: center;cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.userdrawerclose {
|
||||
@ -84,8 +85,10 @@
|
||||
margin-left: 28px;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
width: calc( 100% - 32px);
|
||||
width: calc(100% - 37px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.xavatar .input-mask::before {
|
||||
|
Loading…
Reference in New Issue
Block a user