This commit is contained in:
2025-12-24 10:55:40 +08:00
parent eec9d6045c
commit 752bb23571
25 changed files with 2348 additions and 816 deletions

View File

@@ -319,4 +319,32 @@
margin: 0 10px;
height: 400px;
}
}
.wo-send-status-msg {
width: 460px;
display: grid;
grid-template-columns: minmax(80px, auto) 1fr;
grid-auto-rows: minmax(32px, auto);
.ui-text {
width: 100%;
height: 80px;
box-sizing: border-box;
}
.ui-icon {
width: 14px;
height: 14px;
fill: rgb(123, 28, 33);
cursor: pointer;
transition: opacity .12s ease;
&:focus,
&:active,
&:hover {
outline: none;
opacity: .4;
}
}
}