style: 修复高度问题
parent
1446d4e525
commit
ab674b3bd5
|
@ -192,8 +192,6 @@ const onClickUpdateStatus = async () => {
|
|||
justify-content: space-between;
|
||||
width: 238px;
|
||||
height: 342px;
|
||||
|
||||
// margin-left: 160px;
|
||||
.btn-img {
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
|
@ -217,7 +215,6 @@ const onClickUpdateStatus = async () => {
|
|||
.info {
|
||||
box-sizing: border-box;
|
||||
width: 238px;
|
||||
height: 180px;
|
||||
padding: 15px 20px;
|
||||
font-family: 'Arial Normal', Arial;
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Reference in New Issue