修改弹框抖动问题
This commit is contained in:
@ -3046,9 +3046,9 @@
|
|||||||
/* 文本框 */
|
/* 文本框 */
|
||||||
.popup-textarea{
|
.popup-textarea{
|
||||||
/* width: 212px; */
|
/* width: 212px; */
|
||||||
width: 161.6px;
|
width: 161px;
|
||||||
/* height: 154px; */
|
/* height: 154px; */
|
||||||
height: 119.2px;
|
height: 119px;
|
||||||
display: block;
|
display: block;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -3058,6 +3058,8 @@
|
|||||||
padding: 5px 5px 0px 5px;
|
padding: 5px 5px 0px 5px;
|
||||||
}
|
}
|
||||||
.popup-textarea textarea{
|
.popup-textarea textarea{
|
||||||
|
width: 158px;
|
||||||
|
height: 95px;
|
||||||
background-color: unset!important;
|
background-color: unset!important;
|
||||||
border: unset!important;
|
border: unset!important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Reference in New Issue
Block a user