|
@@ -67,7 +67,7 @@
|
|
{{ item.label }}
|
|
{{ item.label }}
|
|
</el-tag>
|
|
</el-tag>
|
|
</template>
|
|
</template>
|
|
- <el-tag type="info"effect="dark" v-else class="custom-ellipse-tag">未关联WBS</el-tag>
|
|
|
|
|
|
+ <el-tag effect="dark" v-else class="custom-ellipse-tag " :class="`custom-tag-type-8`">未关联WBS</el-tag>
|
|
</div>
|
|
</div>
|
|
<div class="project-like" @click.stop="toggleLike(item)" v-loading="item.load">
|
|
<div class="project-like" @click.stop="toggleLike(item)" v-loading="item.load">
|
|
|
|
|
|
@@ -952,6 +952,7 @@ export default {
|
|
background-color: #2550A2 !important;
|
|
background-color: #2550A2 !important;
|
|
border-color: #2550A2 !important;
|
|
border-color: #2550A2 !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-tag.el-tag--info {
|
|
.el-tag.el-tag--info {
|
|
background-color: #eee !important;
|
|
background-color: #eee !important;
|
|
}
|
|
}
|
|
@@ -1083,6 +1084,9 @@ export default {
|
|
.custom-tag-type-6 {
|
|
.custom-tag-type-6 {
|
|
background-color: blue !important; /* 征拆 - 粉色 */
|
|
background-color: blue !important; /* 征拆 - 粉色 */
|
|
}
|
|
}
|
|
|
|
+.custom-tag-type-8 {
|
|
|
|
+ background-color: lightgray !important; /*未关联 - 粉色 */
|
|
|
|
+}
|
|
/* 图标样式 */
|
|
/* 图标样式 */
|
|
.custom-ellipse-tag .el-icon-success {
|
|
.custom-ellipse-tag .el-icon-success {
|
|
margin-right: 4px;
|
|
margin-right: 4px;
|