修改禅道已知bug
This commit is contained in:
@@ -759,8 +759,8 @@
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
|
||||
background-color: #c0c4cc;
|
||||
border-color: #c0c4cc
|
||||
background-color: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
||||
@@ -927,7 +927,6 @@
|
||||
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
|
||||
border-left-color: #409eff
|
||||
}
|
||||
|
||||
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
|
||||
color: #c0c4cc;
|
||||
cursor: not-allowed;
|
||||
|
||||
+2
-2
@@ -662,12 +662,12 @@
|
||||
margin-top: 10px;
|
||||
|
||||
.content-box-content-botton-text {
|
||||
width: 118px;
|
||||
max-width: 198px;
|
||||
height: 32px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
line-height: 32px;
|
||||
padding: 0 6px;
|
||||
padding: 0 10px;
|
||||
background: #EFF1F3;
|
||||
border-radius: 4px;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
+6
-4
@@ -222,7 +222,7 @@
|
||||
} else if (fileSuffix == '.xlsx' || fileSuffix == '.xls') {
|
||||
let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadFileUrl + '/' + fileQuery.id + fileSuffix)
|
||||
window.open(url, '_blank')
|
||||
}else if(fileSuffix == '.png' || fileSuffix == '.jpeg' || fileSuffix == '.gif' || fileSuffix == '.jpg'){
|
||||
} else if (fileSuffix == '.png' || fileSuffix == '.jpeg' || fileSuffix == '.gif' || fileSuffix == '.jpg') {
|
||||
let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadImgUrl + '/' + fileQuery.id + fileSuffix)
|
||||
window.open(url, '_blank')
|
||||
} else {
|
||||
@@ -494,12 +494,13 @@
|
||||
margin-top: 10px;
|
||||
|
||||
.content-box-content-botton-text {
|
||||
width: 140px;
|
||||
max-width: 200px;
|
||||
/*min-width: 120px;*/
|
||||
height: 32px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
line-height: 32px;
|
||||
padding: 0 6px;
|
||||
padding: 0 10px;
|
||||
background: #EFF1F3;
|
||||
border-radius: 4px;
|
||||
text-overflow: ellipsis;
|
||||
@@ -512,7 +513,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
.file-text {
|
||||
width: 90px;
|
||||
width: calc(100% - 30px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@@ -522,6 +523,7 @@
|
||||
}
|
||||
|
||||
.icon-text {
|
||||
width: 24px;
|
||||
font-size: 16px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 9px;
|
||||
|
||||
Reference in New Issue
Block a user