This commit is contained in:
2023-07-31 16:24:51 +03:00
parent 59cf5b17b5
commit 70ff3841f6
4 changed files with 40 additions and 4 deletions

View File

@@ -89,7 +89,27 @@
.el-form-create-ticket{
width: 100%;
height: 60px;
height: 50px;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
border-radius: 3px;
margin-bottom: 20px;
/*min-width: unset;*/
/*max-width: unset;*/
/*min-height: unset;*/
/*padding: 10px;*/
}
/*.el-form-create-ticket:last-child{*/
/* !*margin-bottom: 40px;*!*/
/* !*height: 200px;*!*/
/* min-width: 100%;*/
/* max-width: 100%;*/
/* min-height: 200px;*/
/* !*padding: 10px;*!*/
/*}*/
.el-form-create-ticket-textarea{
min-height: 200px;
min-width: 100%;
max-width: 100%;
}