|
@@ -1643,7 +1643,7 @@ export default {
|
|
|
.file-item{
|
|
|
width: calc(33% - 15px);
|
|
|
min-width: 378px;
|
|
|
- height: 278px;
|
|
|
+ min-height: 300px;
|
|
|
box-sizing: border-box;
|
|
|
background-color:#ECF2FE ;
|
|
|
border: 1px solid #C8CDD9;
|
|
@@ -1668,6 +1668,7 @@ export default {
|
|
|
overflow: hidden;
|
|
|
margin-top: 10px;
|
|
|
white-space: nowrap;
|
|
|
+ min-height: 24px;
|
|
|
.file-tag{
|
|
|
// min-width: 0;
|
|
|
white-space: nowrap;
|
|
@@ -1710,6 +1711,7 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
box-sizing: border-box;
|
|
|
flex-wrap: wrap;
|
|
|
+ gap: 0 10px;
|
|
|
.file-time{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -1719,9 +1721,9 @@ export default {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
}
|
|
|
- .file-author{
|
|
|
- margin-left: 10px;
|
|
|
- }
|
|
|
+ // .file-author{
|
|
|
+ // margin-left: 10px;
|
|
|
+ // }
|
|
|
.file-operation{
|
|
|
margin-left: 10px;
|
|
|
display: none;
|