Commit 2b0479f0 authored by WindyWTH's avatar WindyWTH

ECCS-1675完成

parent 71dbba84
li {
list-style: none;
}
* {
padding: 0;
margin: 0;
}
button {
outline: none !important;
}
button:focus {
outline: 0 !important;
}
button::-moz-focus-inner {
border-color: transparent;
}
/*for mozilla*/
.el-drawer {
box-shadow: none !important;
}
.text-overOne {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
......@@ -347,4 +347,12 @@ select {
.text-r{
text-align: right;
}
// 文件略缩图hover加个背景 不然图标看不清
.ant-upload-list-picture-card .ant-upload-list-item:hover{
.ant-upload-list-item-info{
background-color: rgba(33, 33, 33, 0.4);
transition: all .3s linear;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment