发送文件图标位置
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user