no message

This commit is contained in:
小陌 2024-01-08 17:38:14 +08:00
parent c8e7c5e6da
commit 2eef3ac372

View File

@ -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 {