This commit is contained in:
2023-08-02 11:03:46 +03:00
parent e7fe934911
commit 9d0eabc9ff
4 changed files with 51 additions and 15 deletions

View File

@@ -131,10 +131,12 @@
.el-form-create-ticket-textarea{
min-height: 200px;
min-width: calc(100% - 40px);
max-width: calc(100% - 40px);
/*min-width: calc(80% - 40px);*/
/*max-width: calc(80% - 40px);*/
resize: none;
padding: 20px;
width: 80%;
float: left;
}
.container-input-form-create-ticket{
@@ -146,6 +148,22 @@
outline: none;
}
.letrs-count{
color: #27242499;
/*position: relative;*/
/*top: 39px;*/
/*left: 93%;*/
height: calc(100% - 20px);
width: calc(20% - 60px);
padding-top: 20px;
padding-right: 20px;
min-height: 220px;
float: right;
background: #FFFFFF;
text-align: right;
/*display: inline-block;*/
}
.create-ticket-btn{
width: 200px;
height: 60px;
@@ -374,20 +392,31 @@
/*tab_user*/
.tab_user_messanger{
width: calc(100% - 40px);
width: calc(100% - 60px);
margin: auto;
height: 75px;
height: 55px;
padding: 10px;
transition: all ease-in-out 200ms;
}
.tab_user_messanger.select{
border-radius: 10px;
border: 1px solid #E6E6E6;
background: #FFF;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
}
.left-part-tab-user{
width: 10%;
width: 20%;
height: 100%;
float: left;
padding-top: 4%;
}
.center-part-tab-user{
width: 70%;
width: 60%;
height: 100%;
display: inline-block;
padding-top: 5%;
}
.right-part-tab-user{