Commit 85cbc04c by liujinbo

信息通报-样式

parent 7b99e4ed
.inforDisTags {
.inforDisTags.right {
.txt {
font-size: 10px;
}
......
......@@ -26,9 +26,6 @@
<view class="item-title">
<view class="left">
<custom-state :value="item.status.toUpperCase()" />
<text class="txt u-line-1 fleetTxt">
{{ item.info }}
</text>
</view>
<view class="right inforDisTags">
<global-tag
......@@ -109,24 +106,19 @@ const localPagingCB = (data) => {
tags: [
{
text: item.pid === '0' ? '主项' : '子项',
type: item.pid === '0' ? 'primary' : 'warning',
bg: item.pid === '0' ? 'blue' : 'lightblue',
color: 'white'
type: item.pid === '0' ? 'primary' : 'warning'
},
{
text: RetentionBasisList[item.guarantee * 1]?.label,
type: 'primary',
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
type: 'primary'
},
{
text: OperationPhaseList[item.functionInfo * 1]?.label,
type: 'primary',
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
type: 'primary'
},
{
text: ReleaseStatuList[item.rleaseState]?.label,
type: 'info',
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
type: 'info'
}
],
id: item.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment