add 车型项目库:增删改查

This commit is contained in:
赵霄
2023-09-11 17:34:05 +08:00
parent 9240f9fa55
commit 30f9260fff
11 changed files with 439 additions and 8 deletions
+6 -2
View File
@@ -39,12 +39,12 @@
<div class="clause-label-change part-ml part-common">
<!--条文-->
<div class="clause-label-change-item" :class="{'clause-label-change-item-selected': !showClauseLable}" @click="handleClauseChange(false)">
<a-icon type="profile" />
<i class="iconfont icon-ios-list-box" />
<span>条文</span>
</div>
<!--条文标签-->
<div class="clause-label-change-item" :class="{'clause-label-change-item-selected': showClauseLable}" @click="handleClauseChange(true)">
<a-icon type="profile" />
<i class="iconfont icon-biaoqian-mianxing" />
<span>条文标签</span>
</div>
</div>
@@ -239,6 +239,10 @@ export default {
color: #1D2129;
cursor: pointer;
.iconfont {
color: @primary-color;
}
span {
margin-left: 8px;
}