Commit 2156c046 authored by 孙海亮's avatar 孙海亮

Merge branch 'ECCS-1675' into 'master'

ECCS-1675完成

See merge request !10
parents 71dbba84 2b0479f0
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 { ...@@ -347,4 +347,12 @@ select {
.text-r{ .text-r{
text-align: right; 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