feat: There is no way the, 标准库左侧树 加深蓝色标签图片
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -29,16 +29,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="standContent">
|
<div class="standContent">
|
||||||
<div class="standState">{{item.standName}}</div>
|
<div class="standState">{{item.standName}}</div>
|
||||||
<div class="standSubTime">标准性质:
|
<!-- <div class="standSubTime">标准性质:-->
|
||||||
<span v-if="natureMap[item.standNature] === '强制性' "
|
<!-- <span v-if="natureMap[item.standNature] === '强制性' "-->
|
||||||
style="color: #F56C6C; padding-left: 5px;">
|
<!-- style="color: #F56C6C; padding-left: 5px;">-->
|
||||||
{{ natureMap[item.standNature] }}
|
<!-- {{ natureMap[item.standNature] }}-->
|
||||||
</span>
|
<!-- </span>-->
|
||||||
<span v-if="natureMap[item.standNature] === '推荐性' "
|
<!-- <span v-if="natureMap[item.standNature] === '推荐性' "-->
|
||||||
style="color: #E57800; padding-left: 5px;">
|
<!-- style="color: #E57800; padding-left: 5px;">-->
|
||||||
{{ natureMap[item.standNature] }}
|
<!-- {{ natureMap[item.standNature] }}-->
|
||||||
</span>
|
<!-- </span>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div class="standSubTime" v-if="titleType === 'POLICY'">标准状态:
|
<div class="standSubTime" v-if="titleType === 'POLICY'">标准状态:
|
||||||
<span v-if="lawsMap[item.lawsTextState] === '作废' || lawsMap[item.lawsTextState] === '被代替'"
|
<span v-if="lawsMap[item.lawsTextState] === '作废' || lawsMap[item.lawsTextState] === '被代替'"
|
||||||
style="color: #F56C6C; padding-left: 5px;">
|
style="color: #F56C6C; padding-left: 5px;">
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
style="color: #F56C6C; padding-left: 5px;">
|
style="color: #F56C6C; padding-left: 5px;">
|
||||||
{{ textStatusMap[item.textStatus] }}
|
{{ textStatusMap[item.textStatus] }}
|
||||||
</span>
|
</span>
|
||||||
<span v-else-if="textStatusMap[item.textStatus] === '参考' || textStatusMap[item.textStatus] === '现行有效'"
|
<span v-else-if="textStatusMap[item.textStatus] === '参考'"
|
||||||
style="color: #98E165; padding-left: 5px;">
|
style="color: #98E165; padding-left: 5px;">
|
||||||
{{ textStatusMap[item.textStatus] }}
|
{{ textStatusMap[item.textStatus] }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -6117,7 +6117,7 @@ export default {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background: url('~@/assets/images/shangqi/img/none-file.png');
|
background: url('~@/assets/images/shangqi/img/none-file-new.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5325,7 +5325,7 @@ export default {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background: url('~@/assets/images/shangqi/img/none-file.png');
|
background: url('~@/assets/images/shangqi/img/none-file-new.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4489,7 +4489,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background:url('~@/assets/images/shangqi/img/none-file.png');
|
background: url('~@/assets/images/shangqi/img/none-file-new.png');
|
||||||
background-size:100% 100%;
|
background-size:100% 100%;
|
||||||
}
|
}
|
||||||
/deep/ .is-show{
|
/deep/ .is-show{
|
||||||
|
|||||||
@@ -5400,7 +5400,7 @@ export default {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background: url('~@/assets/images/shangqi/img/none-file.png');
|
background: url('~@/assets/images/shangqi/img/none-file-new.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2765,9 +2765,18 @@
|
|||||||
background-color: #E6A23C !important;
|
background-color: #E6A23C !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .greenEsClass{
|
||||||
|
background-color: #98E165 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/deep/ .redEsClass{
|
/deep/ .redEsClass{
|
||||||
background-color: #F56C6C !important;
|
background-color: #F56C6C !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .greenClass{
|
||||||
|
color: #98E165 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/deep/ .yellowClass{
|
/deep/ .yellowClass{
|
||||||
color: #E6A23C !important;
|
color: #E6A23C !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user