发送文件图标位置

This commit is contained in:
unknown
2022-05-18 16:57:15 +08:00
parent 2eaafde35b
commit d7a791a31e

View File

@ -23,9 +23,10 @@
border: 1px solid #CCC;
background-color: white;
width: 200px;
height: 120px;
display: flex;
flex-direction: column;
height: 130px;
position: relative;
-display: flex;
-flex-direction: column;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
@ -38,6 +39,7 @@
cursor: pointer;
}
.customer_service_filename {
height: 45px;
margin-left: 10px;
margin-top: 5px;
}
@ -56,7 +58,7 @@
-white-space: nowrap;
}
.customer_service_uploadicon{
align-self: flex-end;
float: right;
margin-right: 10px;
width: 40px;
height: 40px;