更新至V1.85.1,更新内容在笔记中查看

This commit is contained in:
小胡
2023-08-29 16:41:08 +08:00
Unverified
parent 3ea9da4945
commit 36cca729f7
94 changed files with 2451 additions and 4982 deletions

View File

@@ -2,7 +2,7 @@
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
overflow: auto;
/*padding-bottom: 34px;*/
}
a,a:hover,a:focus{
@@ -173,25 +173,6 @@ li{
margin-right: 2px;
color: #FFFFFF;
}
@media (min-width:768px ) {
.modal-dialog{
width: 800px;
}
}
@media (max-width:768px ) {
.modal-dialog{
width: 550px;
min-width: 550px;
}
}
/*内容上部分开始*/
.select-fileall{
padding:0 15px
}
/*.select-filetop{
overflow: hidden;
}*/
.select-filetop{
position: relative;
padding:0 10px;
@@ -401,9 +382,6 @@ li{
}
.filemanage .detail_text {
text-shadow: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: -webkit-calc(100% - 10px);
line-height: 30px;
cursor: default;
@@ -451,10 +429,8 @@ li{
.Icoblock.middleicon{
margin: 0.5rem 0.8rem 0.3rem 0.5rem;
width: 100px;
height: 125px;
position: relative;
float: left;
padding: 0;
z-index: 10;
overflow: visible;
}
@@ -501,33 +477,15 @@ li{
border-radius: var(--radius);
}
.Icoselected.Icoblock.middleicon .select-tdtop{
border: 1px solid #3779ff;
outline: 1px solid #3779ff;
border-radius: var(--radius);
}
.Icoblock.middleicon .td_ico_item_name {
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
border: 1px solid var(--bs-primary);
border-radius: var(--radius);
background-color: rgba(var(--bs-primary-hover),0.2);
}
.Icoblock.middleicon .IcoText_div {
position: relative;
overflow: hidden;
word-break: break-all;
}
.IcoText_div a {
font-family: "微软雅黑";
font-size: 12px;
color:#4e5563;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
display: block;
width: 100px;
}
.Icoselected.Icoblock.middleicon .IcoText_div a{
color: #3779ff;
}
@@ -543,4 +501,9 @@ li{
.typedropup{
width: 100%;
}
/*内容下部分结束*/
/*内容下部分结束*/
.square-fileList{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

View File

@@ -1,8 +1,4 @@
#seluser_dropdown_menu{
/*padding-left: 1.78rem;
padding-right: 1.78rem;*/
}
.jstree-default .jstree-wholerow{
height: 2.14rem;
}