0.0.10
This commit is contained in:
@@ -86,17 +86,25 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.el-form-create-ticket{
|
||||
.el-form-create-ticket-select{
|
||||
height: 62px;
|
||||
width: 100%;
|
||||
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;
|
||||
margin-bottom: 5px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.el-form-create-ticket{
|
||||
width: calc(100% - 40px);
|
||||
height: 20px;
|
||||
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: 5px;
|
||||
/*min-width: unset;*/
|
||||
/*max-width: unset;*/
|
||||
/*min-height: unset;*/
|
||||
/*padding: 10px;*/
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/*.el-form-create-ticket:last-child{*/
|
||||
@@ -110,9 +118,14 @@
|
||||
|
||||
.el-form-create-ticket-textarea{
|
||||
min-height: 200px;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
min-width: calc(100% - 40px);
|
||||
max-width: calc(100% - 40px);
|
||||
resize: none;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.container-input-form-create-ticket{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.el-form-create-ticket-textarea:focus-visible{
|
||||
|
||||
Reference in New Issue
Block a user