|
@@ -298,6 +298,9 @@
|
|
|
</el-tooltip>
|
|
|
<span class="marleft10"
|
|
|
v-show="data.moreShow">
|
|
|
+ <div class="config_type" v-if="data.type == 1">最</div>
|
|
|
+ <div class="config_type" v-if="data.type == 2">分</div>
|
|
|
+ <div class="config_type" v-if="data.type == 3">独</div>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
size="mini"
|
|
@@ -1969,4 +1972,15 @@ cursor: pointer;
|
|
|
.contextmenu li:hover {
|
|
|
background: #eee;
|
|
|
}
|
|
|
+.config_type{
|
|
|
+ display: inline-block;
|
|
|
+ background: rgb(254, 110, 34);
|
|
|
+ color: #fff;
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ border-radius: 50%;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 20px;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
</style>
|