修改弹框抖动问题
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user