diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue
index da124f09..20e72431 100644
--- a/src/views/portal/case/Detail.vue
+++ b/src/views/portal/case/Detail.vue
@@ -155,6 +155,7 @@
+
@@ -173,9 +174,10 @@ import apiDict from "@/api/modules/dict.js"
import {encrypt} from '@/utils/jsencrypt.js';
import cookies from 'vue-cookies'
import {cutFullName} from "@/utils/tools.js";
+import portalFloatTools from "@/components/PortalFloatTools.vue";
export default {
name: 'atticle',
- components: { portalHeader, portalFooter, interactBar, author, comments,pdfPreview },
+ components: { portalHeader,portalFloatTools, portalFooter, interactBar, author, comments,pdfPreview },
computed: {
...mapGetters(['userInfo'])
},
diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue
index 9af35af3..fce172f9 100644
--- a/src/views/portal/case/Index.vue
+++ b/src/views/portal/case/Index.vue
@@ -89,14 +89,14 @@
-
{{ item.orgDomain }}
-
{{ item.majorType }}
-
{{ item.keyword1 }}
-
{{ item.keyword2 }}
-
{{ item.keyword3 }}
-
{{ item.keyword4 }}
-
{{ item.keyword5 }}
+
+
{{ item.orgDomain }}
+
{{ item.majorType }}
+
{{ item.keyword1 }}
+
{{ item.keyword2 }}
+
{{ item.keyword3 }}
+
{{ item.keyword4 }}
+
{{ item.keyword5 }}
@@ -632,7 +632,7 @@ export default {
}
.case-titdiv {
- line-height: 25px;
+ line-height: 30px;
display: flex;
.case-tittext {
font-size: 18px;
@@ -650,13 +650,24 @@ export default {
margin-left: 0;
margin-right: 20px;
}
+.clearfix:after{
+ content: "020";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+ }
.keyword-text {
- span {
- line-height: 30px;
+
+ div {
+ margin-top: 5px;
+ float: left;
+ height: 19px;
+ line-height: 19px;
font-size: 12px;
color: #9c9c9c;
border: 1px solid #c2c3c8;
- padding: 2px 5px;
+ padding: 0px 5px;
border-radius: 2px;
margin-right: 8px;
}
@@ -850,6 +861,7 @@ export default {
}
}
.case-info-summary {
+ margin-top:3px;
cursor: pointer;
margin-bottom: 5px;
word-break: break-all;