141 lines
3.2 KiB
CSS
141 lines
3.2 KiB
CSS
.searchBtn[data-v-3288a5d2] {
|
|
width: 200px;
|
|
}
|
|
.el-upload__tip[data-v-3288a5d2] {
|
|
color: #606266;
|
|
font-size: 12px;
|
|
margin-top: 7px;
|
|
}
|
|
.file-list-popover[data-v-3288a5d2] {
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
}
|
|
.file-item[data-v-3288a5d2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 8px 0;
|
|
border-bottom: 1px solid #ebeef5;
|
|
}
|
|
.file-item[data-v-3288a5d2]:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.file-name[data-v-3288a5d2] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-right: 10px;
|
|
color: #606266;
|
|
}
|
|
.file-action[data-v-3288a5d2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.file-icon[data-v-3288a5d2] {
|
|
font-size: 18px;
|
|
color: #409eff;
|
|
cursor: pointer;
|
|
-webkit-transition: color .3s;
|
|
transition: color .3s;
|
|
}
|
|
.file-icon[data-v-3288a5d2]:hover {
|
|
color: #66b1ff;
|
|
}
|
|
.file-list-wrapper[data-v-3288a5d2] {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.custom-file-list-popover[data-v-3288a5d2] {
|
|
position: fixed;
|
|
background: #fff;
|
|
border: 1px solid #e4e7ed;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
|
|
z-index: 3000;
|
|
max-height: 400px;
|
|
min-width: 350px;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.file-list-popover-content[data-v-3288a5d2] {
|
|
padding: 8px 0;
|
|
overflow-y: auto;
|
|
max-height: 400px;
|
|
}
|
|
.custom-file-list-popover .file-item[data-v-3288a5d2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 10px 16px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
-webkit-transition: background-color .2s;
|
|
transition: background-color .2s;
|
|
}
|
|
.custom-file-list-popover .file-item[data-v-3288a5d2]:hover {
|
|
background-color: #f5f7fa;
|
|
}
|
|
.custom-file-list-popover .file-item[data-v-3288a5d2]:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.custom-file-list-popover .file-name[data-v-3288a5d2] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-right: 12px;
|
|
color: #606266;
|
|
font-size: 14px;
|
|
}
|
|
.custom-file-list-popover .file-action[data-v-3288a5d2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
.custom-file-list-popover .file-icon[data-v-3288a5d2] {
|
|
font-size: 18px;
|
|
color: #409eff;
|
|
cursor: pointer;
|
|
-webkit-transition: color .3s;
|
|
transition: color .3s;
|
|
padding: 4px;
|
|
}
|
|
.custom-file-list-popover .file-icon[data-v-3288a5d2]:hover {
|
|
color: #66b1ff;
|
|
}
|
|
[data-v-3288a5d2] .el-image-viewer__wrapper {
|
|
z-index: 4000 !important;
|
|
}
|