Browse Source

Merge branch 'test' of http://192.168.2.236:10080/zhouna/platformFront into test

luolei 5 years ago
parent
commit
91011d5d3e
1 changed files with 15 additions and 1 deletions
  1. 15 1
      src/components/icss/PubTagPartDetail.vue

+ 15 - 1
src/components/icss/PubTagPartDetail.vue

@@ -97,6 +97,7 @@
       </div>
     </div>
     <span class="mutex">互斥项</span>
+    <span class="mutexTagName" v-if="poolDetailList[0][0]&&poolDetailList[0][0].tagName">{{poolDetailList[0][0].tagName}}</span> 
   </div>
 </template>
 <script>
@@ -677,11 +678,24 @@ export default {
   .pubLiStyleWrap:after {
     content: " ]";
   }
+ 
   .mutex {
     position: absolute;
-    right: 36px;
+    right: 28px;
     top: 36px;
   }
+  .mutexTagName {
+    position: absolute;
+    width: 80px;
+    text-align: center;
+    right: 7px;
+    top: 60px;
+    border: 1px solid #c0c4cc;
+    border-radius: 5px;
+    text-align: center;
+    display: inline-block;
+    padding: 2px 3px;
+  }
   .bottomPartLeft {
     width: 30%;
     .pool {