forked from HANYANG/HANYANG_MES
fix: textarea 크기 고정
This commit is contained in:
parent
b86ad73742
commit
6de63d993e
|
|
@ -95,6 +95,7 @@ form {
|
|||
|
||||
textarea{
|
||||
height: 100px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.add-btn{
|
||||
|
|
|
|||
|
|
@ -978,6 +978,7 @@ form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .f
|
|||
}
|
||||
form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .form-header textarea {
|
||||
height: 100px;
|
||||
resize: none;
|
||||
}
|
||||
form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .form-header .add-btn {
|
||||
margin-right: 10px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue