add 车型项目库:增删改查
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user