diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue index 46f255080..e4c4a2a1c 100644 --- a/jero-web/src/views/documentManage/library/docDetail/index.vue +++ b/jero-web/src/views/documentManage/library/docDetail/index.vue @@ -48,31 +48,51 @@
-
- - - {{ol.db_field_txt}} - - - - - - {{ol.value ? ol.value.fileName : '--'}} - - - - - - {{$t('download')}} - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {{ol.db_field_txt}} + + + {{ol.value ? ol.value.fileName : '--'}} + + + + + {{$t('download')}} + +
@@ -499,4 +519,53 @@ margin-bottom: 20px; } + .tableInformation { + width: 100%; + height: auto; + + } + + .trInformation { + height: 56px; + + } + + .tdInformation { + border: 1px #eff1f3 solid; + text-align: center; + } + + .LeftTdInformation { + width: 268px; + background: #f7f7f8; + color: #040B29; + font-weight: bold; + font-size: 14px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } + + .conteTdInformation { + width: calc(100% - 388px); + color: #01A0AC; + font-size: 14px; + font-weight: 400; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + border-right: none; + } + + .rightTdInformation { + width: 120px; + cursor: pointer; + color: #00B3BE; + font-size: 14px; + font-weight: 400; + text-align: right; + padding: 0 20px 0 0; + box-sizing: border-box; + border-left: none; + } \ No newline at end of file