修改弹框抖动问题

This commit is contained in:
2025-08-22 18:26:57 +08:00
parent 5f6211a01d
commit 427b38a6c3

View File

@ -3046,9 +3046,9 @@
/* 文本框 */
.popup-textarea{
/* width: 212px; */
width: 161.6px;
width: 161px;
/* height: 154px; */
height: 119.2px;
height: 119px;
display: block;
pointer-events: none;
position: absolute;
@ -3058,6 +3058,8 @@
padding: 5px 5px 0px 5px;
}
.popup-textarea textarea{
width: 158px;
height: 95px;
background-color: unset!important;
border: unset!important;
color: #fff;